home *** CD-ROM | disk | FTP | other *** search
- *** Elm113/prefs.h Sun Apr 19 01:46:32 1992
- --- new/prefs.h Thu Apr 30 22:25:17 1992
- ***************
- *** 8,13 ****
- --- 8,18 ----
- #define Prototype extern
- #define Local static
-
- + #ifdef DICE
- + #define index strchr
- + #define rindex strrchr
- + #endif
- +
- #define VERSION "1.13"
- #define UUMAIL "uumail:"
- #define UULIB "uulib:"
- ***************
- *** 53,58 ****
- --- 58,66 ----
- StatusFlag OldStatus; /* old status flags (folder changed?) */
- int Urgent; /* this message is tagged urgent */
- int Tagged; /* this message is tagged for later use */
- + #ifndef NOMETAMAIL
- + int NotPlain; /* Content-type: and not text/plain */
- + #endif
- };
-
- struct AliasItem {
- ***************
- *** 132,137 ****
- --- 140,146 ----
- extern BOOL UseOwnScreen;
- extern BOOL ShanghaiWindows;
- extern BOOL ReverseSorting;
- + extern BOOL ElmToFrontAllowed;
- extern BOOL WBToFront;
- extern BOOL UseCmdClearKludge;
- extern BOOL TopDownScrolling;
-