diff options
| author | Nicholas D Steeves <nsteeves@gmail.com> | 2024-08-03 14:56:08 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2024-08-05 06:59:43 -0300 |
| commit | fd539928c46b253b3a4e1759d1f5f3bbb2ac84e9 (patch) | |
| tree | e52130aed7226a8e3fccf06dd966c65e98b97f76 /debian | |
| parent | 551e1ed6880263ed3693159ed04aaa45213a338b (diff) | |
Allow neomutt to fulfill the "mutt" requirement of notmuch-mutt, and
add related Enhances (Closes: #1029190).
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 3 | ||||
| -rw-r--r-- | debian/control | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 4843006c..385d4776 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,9 @@ notmuch (0.38.3-3) UNRELEASED; urgency=medium [ James McCoy ] * Convert notmuch-vim to Vim addon policy 2.0 (Closes: #1015936). + [ Nicholas D Steeves ] + * Allow neomutt to fulfill the "mutt" requirement of notmuch-mutt, and add + related Enhances (Closes: #1029190). -- Nicholas D Steeves <sten@debian.org> Sat, 03 Aug 2024 14:33:27 -0400 notmuch (0.38.3-2) unstable; urgency=medium diff --git a/debian/control b/debian/control index 77096b85..d07cedea 100644 --- a/debian/control +++ b/debian/control @@ -236,9 +236,10 @@ Depends: ${misc:Depends}, ${perl:Depends}, Recommends: - mutt, + mutt | neomutt, Enhances: mutt, + neomutt, notmuch, Description: thread-based email index, search and tagging (Mutt interface) notmuch-mutt provides integration among the Mutt mail user agent and |
