X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=account.h;h=a838b6782df0fb98fb6f5403950e887e0d1047b1;hp=2af7fbc47625ab424cb731ac5066547d9a52ef15;hb=774b53097f8c8b62c5101bce8f313d339387a438;hpb=b4827293ce79b576beb9550b91e71a198f2f5744 diff --git a/account.h b/account.h index 2af7fbc..a838b67 100644 --- a/account.h +++ b/account.h @@ -12,7 +12,7 @@ #ifndef _MUTT_ACCOUNT_H_ #define _MUTT_ACCOUNT_H_ 1 -#include "url.h" +#include /* account types */ enum { @@ -25,9 +25,9 @@ enum { /* account flags */ #define M_ACCT_PORT (1<<0) #define M_ACCT_USER (1<<1) -#define M_ACCT_LOGIN (1<<1) -#define M_ACCT_PASS (1<<2) -#define M_ACCT_SSL (1<<3) +#define M_ACCT_LOGIN (1<<2) +#define M_ACCT_PASS (1<<3) +#define M_ACCT_SSL (1<<4) typedef struct { char user[64];