X-Git-Url: https://git.llucax.com/software/mutt-debian.git/blobdiff_plain/5d81d183a92497924d4f784426e9863a83998c83..c109233f5a6f34927cd93a271e5189b267373128:/debian/patches/mutt-patched/sidebar-compat-revert.debian?ds=sidebyside diff --git a/debian/patches/mutt-patched/sidebar-compat-revert.debian b/debian/patches/mutt-patched/sidebar-compat-revert.debian index cabd8a2..7e7eeae 100644 --- a/debian/patches/mutt-patched/sidebar-compat-revert.debian +++ b/debian/patches/mutt-patched/sidebar-compat-revert.debian @@ -11,7 +11,7 @@ new sidebar patch version which turned out to be too error-prone. [see sidebar-compat-apply for part 2] --- a/buffy.c +++ b/buffy.c -@@ -383,20 +383,10 @@ int mutt_buffy_check (int force) +@@ -418,20 +418,10 @@ if (*de->d_name != '.' && (!(p = strstr (de->d_name, ":2,")) || !strchr (p + 3, 'T'))) { @@ -38,9 +38,9 @@ new sidebar patch version which turned out to be too error-prone. closedir (dirp); --- a/buffy.h +++ b/buffy.h -@@ -25,7 +25,6 @@ typedef struct buffy_t - char *path; - long size; +@@ -25,7 +25,6 @@ + char path[_POSIX_PATH_MAX]; + off_t size; struct buffy_t *next; - time_t mtime; /* for maildirs...time of newest entry */ short new; /* mailbox has new mail */