| mailfilter
    0.8.6
    | 
#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"| 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 | 
| 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 | 
 1.8.7
 1.8.7