X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=mx.h;h=37e7e41bc1fe51101fbf956d2d5d2661ace04b84;hp=375092885dff5a2bfb57c1031d1b6bb32f9436c6;hb=df70e07e24add1869bcc9b7af2277d9d0c09a281;hpb=6833ce8bdca2d64e14485118f2a4417b7e1cb1b1 diff --git a/mx.h b/mx.h index 3750928..37e7e41 100644 --- a/mx.h +++ b/mx.h @@ -15,7 +15,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. - */ + */ /* * This header file contains prototypes for internal functions used by the @@ -28,20 +28,22 @@ #include "mailbox.h" /* supported mailbox formats */ -enum -{ +enum { 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 + , M_NNTP +#endif +#ifdef USE_COMPRESSED + , M_COMPRESSED #endif };