mirror of
https://git.notmuchmail.org/git/notmuch
synced 2025-01-03 07:11:41 +01:00
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
This commit is contained in:
parent
7a88e60868
commit
0dbe49e952
2 changed files with 9 additions and 1 deletions
8
debian/changelog
vendored
8
debian/changelog
vendored
|
@ -1,3 +1,11 @@
|
||||||
|
notmuch (0.13~rc1-3) experimental; urgency=low
|
||||||
|
|
||||||
|
* Recommend all notmuch UI (including notmuch-mutt) as alternatives,
|
||||||
|
to avoid unneeded vim/emacs installation. Thanks Matteo F. Vescovi
|
||||||
|
for the patch. (Closes: #673011)
|
||||||
|
|
||||||
|
-- Stefano Zacchiroli <zack@debian.org> Tue, 15 May 2012 15:08:16 +0200
|
||||||
|
|
||||||
notmuch (0.13~rc1-2) experimental; urgency=low
|
notmuch (0.13~rc1-2) experimental; urgency=low
|
||||||
|
|
||||||
* New upstream pre-release
|
* New upstream pre-release
|
||||||
|
|
2
debian/control
vendored
2
debian/control
vendored
|
@ -26,7 +26,7 @@ Dm-Upload-Allowed: yes
|
||||||
Package: notmuch
|
Package: notmuch
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: libnotmuch3 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
|
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
|
Description: thread-based email index, search and tagging
|
||||||
Notmuch is a system for indexing, searching, reading, and tagging
|
Notmuch is a system for indexing, searching, reading, and tagging
|
||||||
large collections of email messages in maildir or mh format. It uses
|
large collections of email messages in maildir or mh format. It uses
|
||||||
|
|
Loading…
Reference in a new issue