.
OBS-URL: https://build.opensuse.org/package/show/server:mail/mutt?expand=0&rev=140
This commit is contained in:
parent
6a1a3dd088
commit
e390a9cf74
@ -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))
|
||||||
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user