bumblebee-status/bumblebee
abdoulaye 797230da94 feat: add notmuch count module
Displays the result of a notmuch count query
default : unread emails wich path do not contained "Trash" (notmuch count "tag:unread AND NOT path:/.*Trash.*/")

Parameters:
    notmuch_count.query: notmuch count query to show result

Errors:
    if the notmuch query failed, the shown value is  -1

Dependencies:
    notmuch (https://notmuchmail.org/)
2018-08-21 11:56:09 +02:00
..
modules feat: add notmuch count module 2018-08-21 11:56:09 +02:00
__init__.py [output] Create preliminary framework for output handling 2016-10-30 15:58:35 +01:00
config.py [core/theme] Add option to override iconset + add experimental icons 2018-04-29 16:12:39 +02:00
engine.py Use 'is None' instead of '== None' 2018-06-04 14:50:51 +02:00
error.py [core/themes] Add theme loading 2016-12-08 09:44:05 +01:00
input.py Fix bad-whitespace errors found by pylint 2017-10-17 18:59:23 +02:00
output.py [core] Collapse modules by using middle mouse 2018-05-30 10:42:31 +02:00
popup.py [engine/popup] Make tkinter module optional 2017-06-16 15:36:56 +02:00
store.py [all] pylint refinements 2016-12-09 08:43:14 +01:00
theme.py Use 'is None' instead of '== None' 2018-06-04 14:50:51 +02:00
util.py Fix unused-import errors found by pylint 2017-10-17 18:59:28 +02:00