X-Git-Url: https://git.llucax.com/software/mutt-debian.git/blobdiff_plain/4a7fd0886acbb7d148af4c27b3897aeefcd5cfc8..c57d201781ba63549ff5d9c6e759beabaef18988:/debian/patches/debian-specific/467432-write_bcc.patch diff --git a/debian/patches/debian-specific/467432-write_bcc.patch b/debian/patches/debian-specific/467432-write_bcc.patch index c075cdc..7a14553 100644 --- a/debian/patches/debian-specific/467432-write_bcc.patch +++ b/debian/patches/debian-specific/467432-write_bcc.patch @@ -26,7 +26,7 @@ Stefan Völkel in the second bug /* now copy the body of the message. */ --- a/init.h +++ b/init.h -@@ -3365,14 +3365,9 @@ +@@ -3392,14 +3392,9 @@ { "write_bcc", DT_BOOL, R_NONE, OPTWRITEBCC, 1}, /* ** .pp @@ -46,7 +46,7 @@ Stefan Völkel in the second bug /* --- a/protos.h +++ b/protos.h -@@ -372,7 +372,7 @@ +@@ -366,7 +366,7 @@ int mutt_write_mime_body (BODY *, FILE *); int mutt_write_mime_header (BODY *, FILE *); int mutt_write_one_header (FILE *fp, const char *tag, const char *value, const char *pfx, int wraplen, int flags); @@ -57,7 +57,7 @@ Stefan Völkel in the second bug void mutt_set_header_color(CONTEXT *, HEADER *); --- a/send.c +++ b/send.c -@@ -994,10 +994,10 @@ +@@ -995,10 +995,10 @@ unset_option (OPTWRITEBCC); #endif #ifdef MIXMASTER @@ -72,7 +72,7 @@ Stefan Völkel in the second bug if (old_write_bcc) --- a/sendlib.c +++ b/sendlib.c -@@ -1835,7 +1835,7 @@ +@@ -1929,7 +1929,7 @@ int mutt_write_rfc822_header (FILE *fp, ENVELOPE *env, BODY *attach, @@ -81,7 +81,7 @@ Stefan Völkel in the second bug { char buffer[LONG_STRING]; char *p, *q; -@@ -1878,7 +1878,7 @@ +@@ -1972,7 +1972,7 @@ else if (mode > 0) fputs ("Cc: \n", fp); @@ -90,7 +90,7 @@ Stefan Völkel in the second bug { if(mode != 0 || option(OPTWRITEBCC)) { -@@ -2616,7 +2616,7 @@ +@@ -2711,7 +2711,7 @@ /* post == 1 => postpone message. Set mode = -1 in mutt_write_rfc822_header() * post == 0 => Normal mode. Set mode = 0 in mutt_write_rfc822_header() * */