kmglobal.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015 #ifndef kmglobal_h
00016 #define kmglobal_h
00017
00018 #include "kmkernel.h"
00019
00020 typedef enum
00021 {
00022 FCNTL,
00023 procmail_lockfile,
00024 mutt_dotlock,
00025 mutt_dotlock_privileged,
00026 lock_none
00027 } LockType;
00028
00029
00030
00031
00032
00033
00034 typedef enum {
00035 expireNever,
00036 expireDays,
00037 expireWeeks,
00038 expireMonths,
00039 expireMaxUnits
00040 } ExpireUnits;
00041
00042
00043
00044
00045
00046
00047 typedef enum {
00048 expireManual,
00049 expireAtExit,
00050 expireAtStart,
00051 expireDaily,
00052 expireWeekly
00053 } ExpireWhen;
00054
00055
00056 #define HDR_FROM 0x01
00057 #define HDR_REPLY_TO 0x02
00058 #define HDR_TO 0x04
00059 #define HDR_CC 0x08
00060 #define HDR_BCC 0x10
00061 #define HDR_SUBJECT 0x20
00062 #define HDR_NEWSGROUPS 0x40
00063 #define HDR_FOLLOWUP_TO 0x80
00064 #define HDR_IDENTITY 0x100
00065 #define HDR_TRANSPORT 0x200
00066 #define HDR_FCC 0x400
00067 #define HDR_DICTIONARY 0x800
00068 #define HDR_ALL 0xfff
00069
00070 #define HDR_STANDARD (HDR_SUBJECT|HDR_TO|HDR_CC)
00071
00072
00074 extern const char* aboutText;
00075 #endif
This file is part of the documentation for kmail Library Version 3.2.2.