summaryrefslogtreecommitdiff
path: root/alot/buffers/search.py
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2018-07-17 20:39:45 -0700
committerDylan Baker <dylan@pnwbakers.com>2018-07-26 10:36:11 -0700
commitb644b7142cb8f2277d7cf08135b9a9b636de1bf3 (patch)
tree93dba4cc911753e18da3548b3c28dd1338ac7531 /alot/buffers/search.py
parent3db06a6a2b9a82640eb44ccd808375a3687b97f9 (diff)
buffers/search: add missing NotmuchError
Found due to another bug :)
Diffstat (limited to 'alot/buffers/search.py')
-rw-r--r--alot/buffers/search.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/alot/buffers/search.py b/alot/buffers/search.py
index e715fd26..203ef483 100644
--- a/alot/buffers/search.py
+++ b/alot/buffers/search.py
@@ -2,6 +2,7 @@
# This file is released under the GNU GPL, version 3 or a later revision.
# For further details see the COPYING file
import urwid
+from notmuch import NotmuchError
from .buffer import Buffer
from ..settings.const import settings