summaryrefslogtreecommitdiff
path: root/alot/buffers/__init__.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2018-06-23 12:32:32 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2018-07-24 22:05:57 +0100
commit035b0f7ebe01342b2c7a1ff91af11dae06615141 (patch)
treeb56c915b816afb2a5ced77281dab11aa669a6314 /alot/buffers/__init__.py
parent2c3343397bb8ef4b866dc701492d338ff48965bd (diff)
add new buffer type NamedQueriesBuffer
that displays the named query strings stored in the notmuch database
Diffstat (limited to 'alot/buffers/__init__.py')
-rw-r--r--alot/buffers/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/alot/buffers/__init__.py b/alot/buffers/__init__.py
index 2b52a544..bd503f17 100644
--- a/alot/buffers/__init__.py
+++ b/alot/buffers/__init__.py
@@ -8,3 +8,4 @@ from .envelope import EnvelopeBuffer
from .search import SearchBuffer
from .taglist import TagListBuffer
from .thread import ThreadBuffer
+from .namedqueries import NamedQueriesBuffer