summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2013-02-05 00:59:30 -0700
committerEduardo Chappa <chappa@washington.edu>2013-02-08 21:03:59 -0700
commit640d8845bffdf13007a10929ad0f18375a9a2473 (patch)
tree2c3fa0bb9b5dfc435dbde151cedf7b4f8b7b6660 /include
parentdc6c0f8d846e14fc6841516ad772553fc5975bd6 (diff)
downloadalpine-640d8845bffdf13007a10929ad0f18375a9a2473.tar.xz
* Add color options for folders and index screen.
* Add silent token to display filter * Add option to preserve To: and Cc: fields on replies.
Diffstat (limited to 'include')
-rw-r--r--include/general.h7
1 files changed, 7 insertions, 0 deletions
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