home *** CD-ROM | disk | FTP | other *** search
/ The AGA Experience 2 / agavol2.iso / software / utilities / comms / metamail-2.3a / elm113diffs.lha / prefs.diff < prev    next >
Text File  |  1992-05-02  |  1KB  |  39 lines

  1. *** Elm113/prefs.h    Sun Apr 19 01:46:32 1992
  2. --- new/prefs.h    Thu Apr 30 22:25:17 1992
  3. ***************
  4. *** 8,13 ****
  5. --- 8,18 ----
  6.   #define Prototype extern
  7.   #define Local static
  8.   
  9. + #ifdef DICE
  10. + #define index strchr
  11. + #define rindex strrchr
  12. + #endif
  13.   #define VERSION         "1.13"
  14.   #define UUMAIL          "uumail:"
  15.   #define UULIB           "uulib:"
  16. ***************
  17. *** 53,58 ****
  18. --- 58,66 ----
  19.       StatusFlag OldStatus;       /* old status flags (folder changed?) */
  20.       int Urgent;                 /* this message is tagged urgent */
  21.       int Tagged;                 /* this message is tagged for later use */
  22. + #ifndef NOMETAMAIL
  23. +     int NotPlain;               /* Content-type: and not text/plain */
  24. + #endif
  25.   };
  26.   
  27.   struct AliasItem {
  28. ***************
  29. *** 132,137 ****
  30. --- 140,146 ----
  31.   extern BOOL UseOwnScreen;
  32.   extern BOOL ShanghaiWindows;
  33.   extern BOOL ReverseSorting;
  34. + extern BOOL ElmToFrontAllowed;
  35.   extern BOOL WBToFront;
  36.   extern BOOL UseCmdClearKludge;
  37.   extern BOOL TopDownScrolling;
  38.