diff options
author | Pierre-Yves Chibon <pingou@pingoured.fr> | 2012-03-13 10:26:03 +0100 |
---|---|---|
committer | Pierre-Yves Chibon <pingou@pingoured.fr> | 2012-03-13 10:26:03 +0100 |
commit | b2338be49e3ebe69eb9f0d9ff31d7815b151a702 (patch) | |
tree | 7c2f56c84a77cb58e3d5d6806f16ad0968d26bde /lib/notmuch.py | |
parent | 7519273d72ff5de350a0cab11b9d0bac28452da0 (diff) | |
download | hyperkitty-b2338be49e3ebe69eb9f0d9ff31d7815b151a702.tar.gz hyperkitty-b2338be49e3ebe69eb9f0d9ff31d7815b151a702.tar.xz hyperkitty-b2338be49e3ebe69eb9f0d9ff31d7815b151a702.zip |
Remove all references to mm_app
Diffstat (limited to 'lib/notmuch.py')
-rw-r--r-- | lib/notmuch.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/notmuch.py b/lib/notmuch.py index 848adea..acd2083 100644 --- a/lib/notmuch.py +++ b/lib/notmuch.py @@ -10,7 +10,7 @@ import os import bunch import notmuch -from mm_app.lib import gravatar_url +from lib import gravatar_url # Used to remove tags that notmuch added automatically that we don't want IGNORED_TAGS = (u'inbox', u'unread', u'signed') |