diff --git a/src/conky.h b/src/conky.h index 2aa530d7..22783977 100644 --- a/src/conky.h +++ b/src/conky.h @@ -174,7 +174,7 @@ struct mail_s { // for imap and pop3 char folder[128]; timed_thread *p_timed_thread; char secure; -} mail; +}; /* struct cpu_stat { unsigned int user, nice, system, idle, iowait, irq, softirq;