diff options
author | Stefano Zacchiroli <zack@upsilon.cc> | 2012-05-15 15:12:25 +0200 |
---|---|---|
committer | David Bremner <bremner@debian.org> | 2012-05-15 13:51:01 -0300 |
commit | 0dbe49e952b97b427902b5de52e5b48dcd741f64 (patch) | |
tree | 63f79c3ab449b4a0dc88a06b37e12ccfee6b5b07 /debian/control | |
parent | 7a88e60868bdeae44c7a33818d14f1d5abf480ce (diff) |
debian: recommend notmuch-mutt as an alternative user interface
Recommend all notmuch UI (including notmuch-mutt) as alternatives, to
avoid unneeded vim/emacs installation.
Thanks Matteo F. Vescovi for the patch.
Closes: #673011
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index da91570e..812430fb 100644 --- a/debian/control +++ b/debian/control @@ -26,7 +26,7 @@ Dm-Upload-Allowed: yes Package: notmuch Architecture: any Depends: libnotmuch3 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} -Recommends: notmuch-emacs | notmuch-vim, gnupg-agent +Recommends: notmuch-emacs | notmuch-vim | notmuch-mutt, gnupg-agent Description: thread-based email index, search and tagging Notmuch is a system for indexing, searching, reading, and tagging large collections of email messages in maildir or mh format. It uses |