diff options
| author | Toshio Kuratomi <toshio@fedoraproject.org> | 2012-03-13 11:32:05 -0700 |
|---|---|---|
| committer | Toshio Kuratomi <toshio@fedoraproject.org> | 2012-03-13 11:32:05 -0700 |
| commit | 126e7a30c9fd4f8a16888395676ddb5caf86dfb6 (patch) | |
| tree | 17b1cc20003ff481b893f70c98cbe8ad0c5c9b2d /lib | |
| parent | 941b23b904c0983a0649cf3c908048066801e04a (diff) | |
| download | hyperkitty-126e7a30c9fd4f8a16888395676ddb5caf86dfb6.tar.gz hyperkitty-126e7a30c9fd4f8a16888395676ddb5caf86dfb6.tar.xz hyperkitty-126e7a30c9fd4f8a16888395676ddb5caf86dfb6.zip | |
Change mm_app to hyperkitty in the source
Diffstat (limited to 'lib')
| -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..d2869bc 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 hyperkitty.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') |
