X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fmail.c;h=e1bd0ce54e0c39d5d6fe0aaa0b0820deaeb23aab;hb=9a85812e06f8a278d36b988765c102eaf1c60f88;hp=d8a0099232ed129c154165ef45ca044d4ce69026;hpb=ec174bedf2e4af270945973ed851a75c4801333d;p=monky diff --git a/src/mail.c b/src/mail.c index d8a0099..e1bd0ce 100644 --- a/src/mail.c +++ b/src/mail.c @@ -25,8 +25,18 @@ * */ +#include "config.h" #include "conky.h" +#include "common.h" +#include "logging.h" +#include "mail.h" +#include +#include +#include +#include +#include +#include #include #include @@ -34,6 +44,13 @@ #include #include +/* MAX() is defined by a header included from conky.h + * maybe once this is not true anymore, so have an alternative + * waiting to drop in. + * + * #define MAX(a, b) ((a > b) ? a : b) + */ + char *current_mail_spool; void update_mail_count(struct local_mail_s *mail)