kmail
kmfoldermbox.cpp File Reference
#include <config.h>#include <qfileinfo.h>#include <qregexp.h>#include "kmfoldermbox.h"#include "folderstorage.h"#include "kmfolder.h"#include "kmkernel.h"#include "kmmsgdict.h"#include "undostack.h"#include "kcursorsaver.h"#include "jobscheduler.h"#include "compactionjob.h"#include "util.h"#include <kdebug.h>#include <klocale.h>#include <kmessagebox.h>#include <knotifyclient.h>#include <kprocess.h>#include <kconfig.h>#include <ctype.h>#include <stdio.h>#include <errno.h>#include <assert.h>#include <unistd.h>#include <stdlib.h>#include <sys/types.h>#include <sys/stat.h>#include <sys/file.h>#include "broadcaststatus.h"#include "kmfoldermbox.moc"
Include dependency graph for kmfoldermbox.cpp:

Go to the source code of this file.
Defines | |
| #define | INIT_MSGS 8 |
| #define | MAX_LINE 4096 |
| #define | MSG_SEPERATOR_REGEX "^From .*[0-9][0-9]:[0-9][0-9]" |
| #define | MSG_SEPERATOR_START "From " |
| #define | MSG_SEPERATOR_START_LEN (sizeof(MSG_SEPERATOR_START) - 1) |
| #define | STRDIM(x) (sizeof(x)/sizeof(*x)-1) |
Functions | |
| static size_t | unescapeFrom (char *str, size_t strLen) |
Define Documentation
| #define INIT_MSGS 8 |
Definition at line 64 of file kmfoldermbox.cpp.
| #define MAX_LINE 4096 |
Definition at line 61 of file kmfoldermbox.cpp.
| #define MSG_SEPERATOR_REGEX "^From .*[0-9][0-9]:[0-9][0-9]" |
Definition at line 71 of file kmfoldermbox.cpp.
| #define MSG_SEPERATOR_START "From " |
Definition at line 69 of file kmfoldermbox.cpp.
| #define MSG_SEPERATOR_START_LEN (sizeof(MSG_SEPERATOR_START) - 1) |
Definition at line 70 of file kmfoldermbox.cpp.
| #define STRDIM | ( | x | ) | (sizeof(x)/sizeof(*x)-1) |
Definition at line 828 of file kmfoldermbox.cpp.
Function Documentation
| static size_t unescapeFrom | ( | char * | str, | |
| size_t | strLen | |||
| ) | [static] |
Definition at line 830 of file kmfoldermbox.cpp.
