#include <string>
#include <cstring>
#include <cstdlib>
#include <cctype>
#include <fstream>
#include <vector>
#include <stdexcept>
#include <cstdio>
#include "preferences.hh"
#include "filter.hh"
#include "i18n.hh"
#include "mailfilter.hh"
#include "account.hh"
#include "protocol.hh"
#include "score.hh"
#include "rcfile.hh"
#include <wordexp.h>
#include <sys/types.h>
#include <regex.h>
Namespaces | |
namespace | pref |
Functions | |
int | cmp_no_case (const string &, const string &) |
int | rcparse (void *) |
Variables | |
pref::Preferences | prefs |
|
|
|
|
|
|