X-Git-Url: https://git.llucax.com/software/mutt-debian.git/blobdiff_plain/44c01adf506b1087bff724dcb65b92a12b012836..59780972e3aa0d1a04914246d7c632529657cfb0:/debian/patches/mutt-patched/sidebar-compat-revert.debian diff --git a/debian/patches/mutt-patched/sidebar-compat-revert.debian b/debian/patches/mutt-patched/sidebar-compat-revert.debian index 8131b66..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 @@ +@@ -418,20 +418,10 @@ if (*de->d_name != '.' && (!(p = strstr (de->d_name, ":2,")) || !strchr (p + 3, 'T'))) { @@ -39,7 +39,7 @@ new sidebar patch version which turned out to be too error-prone. --- a/buffy.h +++ b/buffy.h @@ -25,7 +25,6 @@ - char *path; + char path[_POSIX_PATH_MAX]; off_t size; struct buffy_t *next; - time_t mtime; /* for maildirs...time of newest entry */