ekg2
|
#include "ekg2-config.h"
#include <ekg/win32.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <dirent.h>
#include <errno.h>
#include <fcntl.h>
#include <pwd.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <utime.h>
#include <ekg/debug.h>
#include <ekg/dynstuff.h>
#include <ekg/stuff.h>
#include <ekg/themes.h>
#include <ekg/xmalloc.h>
#include <ekg/vars.h>
#include <ekg/queries.h>
Struktury danych | |
struct | mail_folder |
Funkcje | |
static int | check_mail (int type, void *data) |
static int | check_mail_mbox () |
static int | check_mail_maildir () |
static int | check_mail_update (const char *, int) |
static void | check_mail_free () |
static int | mail_theme_init () |
PLUGIN_DEFINE (mail, PLUGIN_GENERIC, mail_theme_init) | |
static int | mail_handler (int type, int fd, const char *watch, void *data) |
static void | changed_check_mail_folders (const char *var) |
static void | changed_check_mail (const char *var) |
static int | dd_beep (const char *name) |
static int | dd_check_mail (const char *name) |
static int | mail_count_query (void *data, va_list ap) |
EXPORT int | mail_plugin_init (int prio) |
static int | mail_plugin_destroy () |
Zmienne | |
int | config_beep_mail = 1 |
static list_t | mail_folders = NULL |
static int | config_check_mail = 0 |
static int | config_check_mail_frequency = 15 |
static char * | config_check_mail_folders = NULL |
static int | mail_count = 0 |
static int | last_mail_count = 0 |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
EXPORT int mail_plugin_init | ( | int | prio | ) |
|
static |
PLUGIN_DEFINE | ( | , | |
PLUGIN_GENERIC | , | ||
mail_theme_init | |||
) |
int config_beep_mail = 1 |
|
static |
|
static |
|
static |
|
static |
|
static |