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 #define HDR_FROM 0x01
00043 #define HDR_REPLY_TO 0x02
00044 #define HDR_TO 0x04
00045 #define HDR_CC 0x08
00046 #define HDR_BCC 0x10
00047 #define HDR_SUBJECT 0x20
00048 #define HDR_NEWSGROUPS 0x40
00049 #define HDR_FOLLOWUP_TO 0x80
00050 #define HDR_IDENTITY 0x100
00051 #define HDR_TRANSPORT 0x200
00052 #define HDR_FCC 0x400
00053 #define HDR_DICTIONARY 0x800
00054 #define HDR_ALL 0xfff
00055
00056 #define HDR_STANDARD (HDR_SUBJECT|HDR_TO|HDR_CC)
00057
00058
00060 extern const char* aboutText;
00061 #endif
This file is part of the documentation for kmail Library Version 3.3.0.