From 640d8845bffdf13007a10929ad0f18375a9a2473 Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Tue, 5 Feb 2013 00:59:30 -0700 Subject: * Add color options for folders and index screen. * Add silent token to display filter * Add option to preserve To: and Cc: fields on replies. --- include/general.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include') diff --git a/include/general.h b/include/general.h index 500a5e74..b406f9d8 100644 --- a/include/general.h +++ b/include/general.h @@ -1,3 +1,9 @@ +/********************************* NOTICE ********************************* + * In accordance to the text of the Apache License 2.0 this text notifies + * you that this file was modified from its original version. For more + * information on the changes see the file README.patches. + ***************************** END of NOTICE ******************************/ + /*---------------------------------------------------------------------- $Id: general.h 764 2007-10-23 23:44:49Z hubert@u.washington.edu $ ----------------------------------------------------------------------*/ @@ -32,6 +38,7 @@ #undef TRUE #define TRUE 1 /* True, yes, good, etc. */ #define ABORT 2 /* Death, ^G, abort, etc. */ +#define COUNT 3 /* For control-c command */ #undef MIN -- cgit v1.2.3-54-g00ecf