summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorPaul Wise <pabs3@bonedaddy.net>2023-05-28 10:29:45 +0800
committerDavid Bremner <david@tethera.net>2023-05-28 15:33:11 -0300
commit18e35950dad8daa485d86e244ffd5d5e6a63d03a (patch)
treee6918abffa493e06808d68a199d80fcb3721b4f5 /contrib
parent85916d8a9636645e8b15061e59df2e28691aa012 (diff)
notmuch-mutt: do not clear search cache Maildir when nothing is found
The previous results might be useful to the user but an empty directory definitely isn't useful.
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/notmuch-mutt/notmuch-mutt1
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/notmuch-mutt/notmuch-mutt b/contrib/notmuch-mutt/notmuch-mutt
index 0f7379ac..875fd032 100755
--- a/contrib/notmuch-mutt/notmuch-mutt
+++ b/contrib/notmuch-mutt/notmuch-mutt
@@ -120,7 +120,6 @@ sub thread_action($$@) {
my $mid = get_message_id();
if (! defined $mid) {
- empty_search_cache_maildir($results_dir);
die "notmuch-mutt: cannot find Message-Id, abort.\n";
}