#include <iostream>#include <sstream>#include <string>#include <cstring>#include <cstdlib>#include <cstdio>#include <csignal>#include <stdexcept>#include <vector>#include "i18n.hh"#include "mailfilter.hh"#include "preferences.hh"#include "feedback.hh"#include "weeder.hh"#include "time.h"#include <sys/time.h>#include "getopt.h"Namespaces | |
| namespace | std |
Functions | |
| void | init_app (void) |
| bool | open_prefs (string) |
| void | get_opts (int argc, char *argv[]) |
| void | override_prefs (string) |
| int | cmp_no_case (const string &, const string &) |
| int | precompile_expressions (void) |
| void | connect_sigint (int) |
| string | int_to_string (int) |
| int | main (int argc, char *argv[]) |
| string | exec_shell (const char *command) |
Variables | |
| sigaction | sigact |
| pref::Preferences | prefs |
| Feedback | logger |
| Weeder | weeder |
| int | mailbox_status |
|
||||||||||||
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.5