mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-22 01:14:53 +01:00
debian: add gnupg-agent to notmuch recommends
gnupg-agent is required for message decryption, so this should help stem some issues encountered by users trying to decrypt messages.
This commit is contained in:
parent
8225ff21ec
commit
925473e238
1 changed files with 1 additions and 1 deletions
2
debian/control
vendored
2
debian/control
vendored
|
@ -26,7 +26,7 @@ Dm-Upload-Allowed: yes
|
|||
Package: notmuch
|
||||
Architecture: any
|
||||
Depends: libnotmuch2 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
|
||||
Recommends: notmuch-emacs | notmuch-vim
|
||||
Recommends: notmuch-emacs | notmuch-vim, 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
|
||||
|
|
Loading…
Reference in a new issue