summaryrefslogtreecommitdiff
path: root/pico/estruct.h
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2015-03-31 12:22:58 -0600
committerEduardo Chappa <chappa@washington.edu>2015-03-31 12:22:58 -0600
commite53164a6acbbb123ba97fd227ac0b3cf4ef4eeb0 (patch)
tree0fc7075642a99b23be3f9a2be4c3d0edf99a51c7 /pico/estruct.h
parent3a9d4c01e5135f6d5b2aecdaf698d1d960387df9 (diff)
downloadalpine-e53164a6acbbb123ba97fd227ac0b3cf4ef4eeb0.tar.xz
* new version 2.20.5
* SMIME: Crash when a certificate has an invalid date of validity. Also Alpine will use the function ASN1_TIME_print to determine the date of validity. Reported by Ben Stienstra. * SMIME: Crash when atempting to unlock the password file and an incorrect password is entered. * Alpine version 2.20.4 would not build in Windows, due to a missing #ifdef SMIME directive in file alpine/mailpart.c. Reported by Ulf-Dietrich Braunmann. * Pico: Code reorganization in the search command to make it easier to add subcommands of the search command. * Pico: Search command can do a case sensitive match. Use the Ctrl-^ subcommand of the search command to bring this choice into view. * For a multipart/alternative message, the Take Address command will work on the part that is being read.
Diffstat (limited to 'pico/estruct.h')
-rw-r--r--pico/estruct.h14
1 files changed, 9 insertions, 5 deletions
diff --git a/pico/estruct.h b/pico/estruct.h
index ff3261c0..3cad44b4 100644
--- a/pico/estruct.h
+++ b/pico/estruct.h
@@ -84,11 +84,15 @@
#define CFFLBF 0x0010 /* Last cmd was full buf fill */
#define CFFLPA 0x0020 /* Last cmd was paragraph fill */
-/* Constants for search type */
-#define SR_FORWARD 0x0001 /* search forward */
-#define SR_BACKWRD 0x0010 /* search backward */
-#define SR_BEGLINE 0x0100 /* search pattern at beginning of line */
-#define SR_ENDLINE 0x1000 /* search pattern at end of line */
+/* Constants for search functions */
+#define SR_ORIGMEN 0x0001 /* search original menu */
+#define SR_OPTNMEN 0x0002 /* search options menu */
+#define SR_FORWARD 0x0010 /* search forward */
+#define SR_BACKWRD 0x0020 /* search backward */
+#define SR_BEGLINE 0x0040 /* search pattern at beginning of line */
+#define SR_ENDLINE 0x0080 /* search pattern at end of line */
+#define SR_EXACTSR 0x0100 /* search exact pattern */
+#define SR_NOEXACT 0x0200 /* search case insensitive */
/*