diff options
| author | Paul Wise <pabs3@bonedaddy.net> | 2023-04-09 12:41:43 +0800 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2023-05-27 14:26:43 -0300 |
| commit | 93d936c5ae2c694d7fcc310503a182b6bbd603ee (patch) | |
| tree | 61388cf0fb7207c805bb067637fa5d152eb41749 /debian/control | |
| parent | 6d383d404982c6e12dd68dcdf94b3490e3de4645 (diff) | |
notmuch-mutt: replace extra command with notmuch thread search feature
This should be be slightly faster since it avoids forking a shell
and is less code in and less dependencies for the script.
Since String::ShellQuote isn't used elsewhere, drop mention of it.
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 2dcb8cc7..135eb7ce 100644 --- a/debian/control +++ b/debian/control @@ -227,7 +227,6 @@ Architecture: all Depends: libmail-box-perl, libmailtools-perl, - libstring-shellquote-perl, libterm-readline-gnu-perl, notmuch (>= 0.4), ${misc:Depends}, |
