X-Git-Url: https://git.llucax.com/software/mutt-debian.git/blobdiff_plain/5d81d183a92497924d4f784426e9863a83998c83..7430e8e25ae5bf699cdb09724ba9ac1df2d9e6ae:/debian/patches/features/ifdef diff --git a/debian/patches/features/ifdef b/debian/patches/features/ifdef index 661bb2f..d22740e 100644 --- a/debian/patches/features/ifdef +++ b/debian/patches/features/ifdef @@ -26,11 +26,9 @@ ifdef trash set trash=~/Mail/trash - Use mutt_strcmp in favor of ascii_strncasecmp to compare strings. == END PATCH -Index: mutt/init.c -=================================================================== ---- mutt.orig/init.c 2006-12-12 14:15:03.000000000 +0100 -+++ mutt/init.c 2007-02-15 23:38:45.597907432 +0100 -@@ -624,6 +624,65 @@ static int remove_from_rx_list (RX_LIST +--- a/init.c ++++ b/init.c +@@ -635,6 +635,65 @@ return (rv); } @@ -96,11 +94,9 @@ Index: mutt/init.c static int parse_unignore (BUFFER *buf, BUFFER *s, unsigned long data, BUFFER *err) { do -Index: mutt/init.h -=================================================================== ---- mutt.orig/init.h 2006-12-12 14:15:03.000000000 +0100 -+++ mutt/init.h 2007-02-15 23:26:21.160079184 +0100 -@@ -3017,6 +3017,7 @@ static int parse_lists (BUFFER *, BUFFER +--- a/init.h ++++ b/init.h +@@ -3413,6 +3413,7 @@ static int parse_unlists (BUFFER *, BUFFER *, unsigned long, BUFFER *); static int parse_alias (BUFFER *, BUFFER *, unsigned long, BUFFER *); static int parse_unalias (BUFFER *, BUFFER *, unsigned long, BUFFER *); @@ -108,19 +104,17 @@ Index: mutt/init.h static int parse_ignore (BUFFER *, BUFFER *, unsigned long, BUFFER *); static int parse_unignore (BUFFER *, BUFFER *, unsigned long, BUFFER *); static int parse_source (BUFFER *, BUFFER *, unsigned long, BUFFER *); -@@ -3068,6 +3069,7 @@ struct command_t Commands[] = { +@@ -3463,6 +3464,7 @@ { "group", parse_group, 0 }, { "ungroup", parse_ungroup, 0 }, { "hdr_order", parse_list, UL &HeaderOrderList }, + { "ifdef", parse_ifdef, 0 }, #ifdef HAVE_ICONV - { "iconv-hook", mutt_parse_hook, M_ICONVHOOK }, + { "iconv-hook", mutt_parse_hook, M_ICONVHOOK }, #endif -Index: mutt/doc/manual.xml.head -=================================================================== ---- mutt.orig/doc/manual.xml.head 2007-02-15 21:53:09.312169280 +0100 -+++ mutt/doc/manual.xml.head 2007-02-15 23:42:23.875724160 +0100 -@@ -3091,6 +3091,28 @@ considered to be an executable program f +--- a/doc/manual.xml.head ++++ b/doc/manual.xml.head +@@ -4087,6 +4087,28 @@ @@ -147,9 +141,9 @@ Index: mutt/doc/manual.xml.head + + - Removing hooks + Removing Hooks ---- a/PATCHES +--- /dev/null +++ b/PATCHES @@ -0,0 +1 @@ +patch-1.5.13.cd.ifdef.2