diff --git a/aw.listreply.diff b/aw.listreply.diff index 5ffe064..ae31f75 100644 --- a/aw.listreply.diff +++ b/aw.listreply.diff @@ -8,7 +8,7 @@ ask when sending list message replies to author only - Armin Wolfermann (aw) --- init.h +++ init.h 2022-04-19 10:39:30.991318589 +0000 -@@ -2004,6 +2004,13 @@ struct option_t MuttVars[] = { +@@ -2005,6 +2005,13 @@ struct option_t MuttVars[] = { ** your local timezone. If unset a UTC date will be used instead to avoid ** leaking information about your current location. */ diff --git a/mutt-1.10.1-imap.patch b/mutt-1.10.1-imap.patch index 6ade605..950c37c 100644 --- a/mutt-1.10.1-imap.patch +++ b/mutt-1.10.1-imap.patch @@ -4,7 +4,7 @@ --- browser.c +++ browser.c 2020-01-14 14:51:44.927127369 +0000 -@@ -1089,6 +1089,16 @@ void _mutt_buffer_select_file (BUFFER *f +@@ -1096,6 +1096,16 @@ void _mutt_buffer_select_file (BUFFER *f mutt_buffer_strcpy (f, state.entry[menu->current].full_path); diff --git a/mutt-1.5.15-wrapcolumn.diff b/mutt-1.5.15-wrapcolumn.diff index d8f1623..973b1b8 100644 --- a/mutt-1.5.15-wrapcolumn.diff +++ b/mutt-1.5.15-wrapcolumn.diff @@ -6,7 +6,7 @@ Index: init.h --- init.h +++ init.h 2020-01-14 13:28:27.408149074 +0000 -@@ -4830,6 +4830,7 @@ struct option_t MuttVars[] = { +@@ -4845,6 +4845,7 @@ struct option_t MuttVars[] = { ** Also see $$copy_decode_weed, $$pipe_decode_weed, $$print_decode_weed. */ { "wrap", DT_NUM, R_PAGER_FLOW, {.p=&Wrap}, {.l=0} }, diff --git a/mutt-1.5.20-sendgroupreplyto.diff b/mutt-1.5.20-sendgroupreplyto.diff index 3b79ef3..ef763e4 100644 --- a/mutt-1.5.20-sendgroupreplyto.diff +++ b/mutt-1.5.20-sendgroupreplyto.diff @@ -6,7 +6,7 @@ --- init.h +++ init.h 2020-01-14 13:12:26.725982952 +0000 -@@ -3474,6 +3474,13 @@ struct option_t MuttVars[] = { +@@ -3482,6 +3482,13 @@ struct option_t MuttVars[] = { ** .pp ** Also see the $$force_name variable. */ @@ -22,7 +22,7 @@ ** .pp --- mutt.h +++ mutt.h 2020-01-14 13:07:33.727426389 +0000 -@@ -535,6 +535,7 @@ enum +@@ -540,6 +540,7 @@ enum OPTSAVEADDRESS, OPTSAVEEMPTY, OPTSAVENAME, diff --git a/mutt-1.6.1-opennfs.dif b/mutt-1.6.1-opennfs.dif index 9b47449..faff25e 100644 --- a/mutt-1.6.1-opennfs.dif +++ b/mutt-1.6.1-opennfs.dif @@ -73,7 +73,7 @@ { --- mutt.h +++ mutt.h 2020-01-14 13:28:45.787807571 +0000 -@@ -1217,4 +1217,7 @@ typedef struct +@@ -1222,4 +1222,7 @@ typedef struct #include "lib.h" #include "globals.h" @@ -83,7 +83,7 @@ #endif /*MUTT_H*/ --- muttlib.c +++ muttlib.c 2020-01-14 13:28:45.787807571 +0000 -@@ -2542,6 +2542,10 @@ int safe_open (const char *path, int fla +@@ -2562,6 +2562,10 @@ int safe_open (const char *path, int fla BUFFER *safe_file = NULL; BUFFER *safe_dir = NULL; @@ -94,7 +94,7 @@ if (flags & O_EXCL) { safe_file = mutt_buffer_pool_get (); -@@ -2570,7 +2574,7 @@ int safe_open (const char *path, int fla +@@ -2590,7 +2594,7 @@ int safe_open (const char *path, int fla if ((fd = open (path, flags & ~O_EXCL, 0600)) < 0) goto cleanup; @@ -230,7 +230,7 @@ +} --- sendlib.c +++ sendlib.c 2020-01-14 13:28:45.787807571 +0000 -@@ -2565,7 +2565,11 @@ send_msg (const char *path, char **args, +@@ -2580,7 +2580,11 @@ send_msg (const char *path, char **args, if (SendmailWait >= 0 && tempfile && *tempfile) { /* *tempfile will be opened as stdout */ diff --git a/mutt.changes b/mutt.changes index e8909cd..c02f1ff 100644 --- a/mutt.changes +++ b/mutt.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Sep 12 08:50:33 UTC 2022 - Dr. Werner Fink + +- Refresh offsets of patches + * aw.listreply.diff + * mutt-1.10.1-imap.patch + * mutt-1.5.15-wrapcolumn.diff + * mutt-1.5.20-sendgroupreplyto.diff + * mutt-1.6.1-opennfs.dif + * patch-1.5.24.vk.pgp_verbose_mime + ------------------------------------------------------------------- Wed Sep 7 15:52:06 UTC 2022 - Andreas Stieger diff --git a/patch-1.5.24.vk.pgp_verbose_mime b/patch-1.5.24.vk.pgp_verbose_mime index ffdfed2..282990b 100644 --- a/patch-1.5.24.vk.pgp_verbose_mime +++ b/patch-1.5.24.vk.pgp_verbose_mime @@ -17,7 +17,7 @@ WHERE char *PgpVerifyCommand; --- init.h +++ init.h 2020-01-14 13:41:15.145875625 +0000 -@@ -3857,9 +3857,18 @@ struct option_t MuttVars[] = { +@@ -3872,9 +3872,18 @@ struct option_t MuttVars[] = { ** a line quoted text if it also matches $$smileys. This mostly ** happens at the beginning of a line. */