From 126e7a30c9fd4f8a16888395676ddb5caf86dfb6 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Tue, 13 Mar 2012 11:32:05 -0700 Subject: Change mm_app to hyperkitty in the source --- lib/notmuch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/notmuch.py') 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') -- cgit