X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=mx.h;fp=mx.h;h=37e7e41bc1fe51101fbf956d2d5d2661ace04b84;hp=f5a31a777f92c4867aed00f9b1554d523c7a89b8;hb=df70e07e24add1869bcc9b7af2277d9d0c09a281;hpb=31edbe030ac69952aa535730427246b5e9a1603c diff --git a/mx.h b/mx.h index f5a31a7..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,23 +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 + , M_COMPRESSED #endif };