mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 10:28:09 +01:00
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.
This commit is contained in:
parent
85916d8a96
commit
18e35950da
1 changed files with 0 additions and 1 deletions
|
@ -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";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue