ekg2
GIT master
|
#include "ekg2.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 <termios.h>
#include <sys/inotify.h>
#include <sys/ioctl.h>
Struktury danych | |
struct | mail_folder |
Funkcje | |
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 () |
static int | mail_plugin_destroy () |
static int | mail_inotify (int type, int fd, watch_type_t watch, void *data) |
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) |
__attribute__ ((visibility("default"))) | |
Zmienne | |
int | config_beep_mail = 1 |
static list_t | mail_folders = NULL |
static int | config_check_mail = 0 |
static char * | config_check_mail_folders = NULL |
static int | mail_count = 0 |
static int | last_mail_count = 0 |
static int | inotify_fd |
static struct inotify_event * | ev = NULL |
plugin_t | mail_plugin = { .name = "mail", .pclass = PLUGIN_GENERIC , .destroy = mail_plugin_destroy, .theme_init = mail_theme_init } |
__attribute__ | ( | (visibility("default")) | ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
int config_beep_mail = 1 |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
plugin_t mail_plugin = { .name = "mail", .pclass = PLUGIN_GENERIC , .destroy = mail_plugin_destroy, .theme_init = mail_theme_init } |