From e85a61d88857e2e00aabf2ea5aa1ae3eff651b78 Mon Sep 17 00:00:00 2001 From: Rocco Rutte Date: Sat, 13 Jun 2009 01:08:01 +0200 Subject: Rewrite header folding We now distinct between sending and display case. For display, we always use tabs for folding for readability; for sending we now correctly fold using whitespace found in the header. Closes #2995. Closes #3080. --- copy.h | 1 + 1 file changed, 1 insertion(+) (limited to 'copy.h') diff --git a/copy.h b/copy.h index 9aff9da6..5f12a3c1 100644 --- a/copy.h +++ b/copy.h @@ -52,6 +52,7 @@ #define CH_NOQFROM (1<<15) /* ignore ">From " line */ #define CH_UPDATE_IRT (1<<16) /* update In-Reply-To: */ #define CH_UPDATE_REFS (1<<17) /* update References: */ +#define CH_DISPLAY (1<<18) /* display result to user */ int mutt_copy_hdr (FILE *, FILE *, LOFF_T, LOFF_T, int, const char *); -- cgit v1.2.3