#include <iostream>
#include <sstream>
#include <string>
#include <cstring>
#include <cstdlib>
#include <cstdio>
#include <csignal>
#include <stdexcept>
#include <vector>
#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 | |
struct sigaction | sigact |
Weeder | weeder |
int | mailbox_status |
int cmp_no_case | ( | const string & | s, | |
const string & | s2 | |||
) |
void connect_sigint | ( | int | signo | ) |
string exec_shell | ( | const char * | command | ) |
void get_opts | ( | int | argc, | |
char * | argv[] | |||
) |
void init_app | ( | void | ) |
string int_to_string | ( | int | val | ) |
int main | ( | int | argc, | |
char * | argv[] | |||
) |
bool open_prefs | ( | string | ) |
void override_prefs | ( | string | ) |
int precompile_expressions | ( | void | ) |
int mailbox_status |
struct sigaction sigact |
Weeder weeder |