kmail

kmglobal.h File Reference

#include <algorithm>

Include dependency graph for kmglobal.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Namespaces

namespace  KMail

Defines

#define HDR_ALL   0xfff
#define HDR_BCC   0x10
#define HDR_CC   0x08
#define HDR_DICTIONARY   0x800
#define HDR_FCC   0x400
#define HDR_FOLLOWUP_TO   0x80
#define HDR_FROM   0x01
#define HDR_IDENTITY   0x100
#define HDR_NEWSGROUPS   0x40
#define HDR_REPLY_TO   0x02
#define HDR_STANDARD   (HDR_SUBJECT|HDR_TO|HDR_CC)
#define HDR_SUBJECT   0x20
#define HDR_TO   0x04
#define HDR_TRANSPORT   0x200

Enumerations

enum  { KMail::num_primes = 29 }
enum  ExpireUnits {
  expireNever, expireDays, expireWeeks, expireMonths,
  expireMaxUnits
}
enum  LockType {
  FCNTL, procmail_lockfile, mutt_dotlock, mutt_dotlock_privileged,
  lock_none
}

Functions

unsigned long KMail::nextPrime (unsigned long n)

Variables

const char * aboutText
static const unsigned long KMail::prime_list [num_primes]

Define Documentation

#define HDR_ALL   0xfff

Definition at line 60 of file kmglobal.h.

#define HDR_BCC   0x10

Definition at line 52 of file kmglobal.h.

#define HDR_CC   0x08

Definition at line 51 of file kmglobal.h.

#define HDR_DICTIONARY   0x800

Definition at line 59 of file kmglobal.h.

#define HDR_FCC   0x400

Definition at line 58 of file kmglobal.h.

#define HDR_FOLLOWUP_TO   0x80

Definition at line 55 of file kmglobal.h.

#define HDR_FROM   0x01

Definition at line 48 of file kmglobal.h.

#define HDR_IDENTITY   0x100

Definition at line 56 of file kmglobal.h.

#define HDR_NEWSGROUPS   0x40

Definition at line 54 of file kmglobal.h.

#define HDR_REPLY_TO   0x02

Definition at line 49 of file kmglobal.h.

#define HDR_STANDARD   (HDR_SUBJECT|HDR_TO|HDR_CC)

Definition at line 62 of file kmglobal.h.

#define HDR_SUBJECT   0x20

Definition at line 53 of file kmglobal.h.

#define HDR_TO   0x04

Definition at line 50 of file kmglobal.h.

#define HDR_TRANSPORT   0x200

Definition at line 57 of file kmglobal.h.


Enumeration Type Documentation

Enumerator:
expireNever 
expireDays 
expireWeeks 
expireMonths 
expireMaxUnits 

Definition at line 40 of file kmglobal.h.

enum LockType

Enumerator:
FCNTL 
procmail_lockfile 
mutt_dotlock 
mutt_dotlock_privileged 
lock_none 

Definition at line 26 of file kmglobal.h.


Variable Documentation

const char* aboutText

The "about KMail" text.