From e390a9cf7416e39e716cffb7b7b543f0803e1ad9 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Tue, 26 Jul 2016 14:52:01 +0000 Subject: [PATCH] . OBS-URL: https://build.opensuse.org/package/show/server:mail/mutt?expand=0&rev=140 --- mutt-1.6.2.dif | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/mutt-1.6.2.dif b/mutt-1.6.2.dif index b319a52..452caa5 100644 --- a/mutt-1.6.2.dif +++ b/mutt-1.6.2.dif @@ -318,3 +318,15 @@ if (WithCrypto) { /* NOTE: this _must_ be done before the check for mailcap! */ +--- buffy.c ++++ buffy.c 2016-07-26 14:45:46.402844762 +0000 +@@ -449,6 +449,9 @@ static int buffy_mbox_check (BUFFY* mail + (sb->st_ctime != sb->st_mtime || sb->st_ctime != sb->st_atime)) + mailbox->newly_created = 0; + ++ if (!option (OPTSIDEBAR)) ++ return rc; ++ + if (check_stats && + (mailbox->stats_last_checked < sb->st_mtime)) + {