sshilovsky / notquick

notmuch GUI client written in C++/Qt/QML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Notquick - notmuch GUI client written in C++/Qt/QML.

Notquick is free software, released under the GNU General Public License version
3 (or later). There are few exceptions from the above, see COPYING for details.

Status: work-in-progress.

Feature wishlist
----------------
* full libnotmuch support
* webkit-based html message viewer
* highly-customizable with qml and/or custom configs UI
* vim-like keyboard control
* embedding vim/emacs in compose mode

Building
--------

    qmake && make

Running
-------
$MAILDIR should contain a path to existing notmuch mail database. If not set,
$HOME/mail is used.

Contributing
------------
Looking for designers familiar with either QML or SVG.

Contacts
--------

    Sergei Shilovsky <sshilovsky@gmail.com>

References
----------

http://notmuchmail.org

About

notmuch GUI client written in C++/Qt/QML

License:Other


Languages

Language:C++ 96.6%Language:C 3.4%