X-Git-Url: https://git.llucax.com/software/mutt-debian.git/blobdiff_plain/6a29f2da9a8ac708c31ff9f25bd414667603281d..59780972e3aa0d1a04914246d7c632529657cfb0:/debian/patches/mutt-patched/sidebar-compat-apply.debian diff --git a/debian/patches/mutt-patched/sidebar-compat-apply.debian b/debian/patches/mutt-patched/sidebar-compat-apply.debian index c3ec129..ee9324d 100644 --- a/debian/patches/mutt-patched/sidebar-compat-apply.debian +++ b/debian/patches/mutt-patched/sidebar-compat-apply.debian @@ -6,7 +6,7 @@ the maildir-mtime patch. The hunk is considerably shorter as we are always counting messages; the if..break part has been dropped. --- a/buffy.c +++ b/buffy.c -@@ -409,6 +409,11 @@ int mutt_buffy_check (int force) +@@ -444,6 +444,11 @@ tmp->has_new = tmp->new = 1; tmp->msgcount++; tmp->msg_unread++; @@ -20,8 +20,8 @@ counting messages; the if..break part has been dropped. if(tmp->msg_unread) --- a/buffy.h +++ b/buffy.h -@@ -26,6 +26,7 @@ typedef struct buffy_t - long size; +@@ -26,6 +26,7 @@ + off_t size; struct buffy_t *next; struct buffy_t *prev; + time_t mtime; /* for maildirs...time of newest entry */