]> git.llucax.com Git - software/mutt-debian.git/blobdiff - debian/patches/mutt-patched/sidebar-compat-revert.debian
added the right copyright misc/smime_keys-manpage.patch
[software/mutt-debian.git] / debian / patches / mutt-patched / sidebar-compat-revert.debian
index cabd8a230790ca790faea87b53e7ea8202b3dee0..7e7eeaed905b25191a62c10ca80acd7213fc9281 100644 (file)
@@ -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 */