X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=mx.h;h=b5fdd6bf3208e0d1c1dd7fa332a90f4b8ed93190;hb=6771688a116512f5fc5ce0844dc5987a22c2e0f6;hp=4e094427459bd3a5c537efdf50c7512f3144e7b8;hpb=42cc85de46ed8971a6c793835023cf26766fb096;p=apps%2Fmadmutt.git diff --git a/mx.h b/mx.h index 4e09442..b5fdd6b 100644 --- a/mx.h +++ b/mx.h @@ -25,22 +25,20 @@ * in mx_init() the registration order must be exactly as given here!!!1! */ enum { - M_MBOX = 1, - M_MMDF, - M_MH, - M_MAILDIR + M_MBOX = 1, + M_MMDF, + M_MH, + M_MAILDIR, #ifdef USE_IMAP - , M_IMAP + M_IMAP, #endif #ifdef USE_POP - , M_POP + M_POP, #endif #ifdef USE_NNTP - , M_NNTP -#endif -#ifdef USE_COMPRESSED - , M_COMPRESSED + M_NNTP, #endif + M_COMPRESSED }; enum { @@ -171,4 +169,6 @@ void mx_update_tables (CONTEXT *, int); int mx_lock_file (const char *, int, int, int, int); int mx_unlock_file (const char *path, int fd, int dot); +int mx_rebuild_cache (void); + #endif /* !_MX_H */