Dr. Werner Fink 2016-07-26 14:52:01 +00:00 committed by Git OBS Bridge
parent 6a1a3dd088
commit e390a9cf74

View File

@ -318,3 +318,15 @@
if (WithCrypto) if (WithCrypto)
{ {
/* NOTE: this _must_ be done before the check for mailcap! */ /* 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))
{