struct CissUrl;
/* account types */
-enum
+enum AccountType
{
MUTT_ACCT_TYPE_NONE = 0,
MUTT_ACCT_TYPE_IMAP,
}
-enum
+enum HeaderField
{
HDR_FROM = 0,
HDR_TO,
#include <time.h>
/* ACL Rights */
-enum
+enum AclRights
{
MUTT_ACL_LOOKUP = 0,
MUTT_ACL_READ,
#include "protos.h"
/* redraw flags for mutt_enter_string() */
-enum
+enum RedrawFlags
{
MUTT_REDRAW_INIT = 1, /* go to end of line and redraw */
MUTT_REDRAW_LINE /* redraw entire line */
#define IndentSize (4)
-enum
+enum RichAttribs
{
RICH_PARAM = 0,
RICH_BOLD,
#include "mutt_notmuch.h"
#endif
-enum
+enum FlagChars
{
/* Indexing into the Flagchars variable ($flag_chars) */
FlagCharTagged,
/* length of "DD-MMM-YYYY HH:MM:SS +ZZzz" (null-terminated) */
#define IMAP_DATELEN 27
-enum
+enum ImapFlags
{
IMAP_FATAL = 1,
IMAP_BYE
void km_error_key(int menu);
void mutt_what_key(void);
-enum
+enum MenuTypes
{
MENU_ALIAS,
MENU_ATTACH,
#define MUTT_SET_DRAFT (1 << 1) /* set the message draft flag */
/* return values from mx_check_mailbox() */
-enum
+enum MxCheckReturns
{
MUTT_NEW_MAIL = 1, /* new mail received in mailbox */
MUTT_LOCKED, /* couldn't lock the mailbox */
#define _MUTT_MIME_H 1
/* Content-Type */
-enum
+enum ContentType
{
TYPEOTHER,
TYPEAUDIO,
#define MUTT_THREAD_NEXT_UNREAD (1 << 4)
#define MUTT_THREAD_FLAGGED (1 << 5)
-enum
+enum MuttMisc
{
/* modes for mutt_view_attachment() */
MUTT_REGULAR = 1,
* Support for color
*/
-enum
+enum ColorId
{
MT_COLOR_HDEFAULT = 0,
MT_COLOR_QUOTED,
LIBNOTMUCH_MICRO_VERSION >= (_micro)))
/**
- * enum anonymous - Query Types
+ * enum NmQueryType - Query Types
*
* Read whole-thread or matching messages only?
*/
-enum
+enum NmQueryType
{
NM_QUERY_TYPE_MESGS = 1, /**< Default: Messages only */
NM_QUERY_TYPE_THREADS /**< Whole threads */
};
/* supported mailbox formats */
-enum
+enum MailboxFormat
{
MUTT_MBOX = 1,
MUTT_MMDF,
return ret;
}
-enum
+enum KeyInfo
{
KIP_NAME = 0,
KIP_AKA,
#define anum_t uint32_t
#define ANUM "%u"
-enum
+enum NntpStatus
{
NNTP_NONE = 0,
NNTP_OK,
#define _MUTT_OPTIONS_H_ 1
/* boolean vars */
-enum
+enum GlobalBool
{
OPTALLOW8BIT,
OPTALLOWANSI,
#endif
/* Error codes for eat_range_by_regexp */
-enum
+enum EatRangeError
{
RANGE_E_OK,
RANGE_E_SYNTAX,
/* maximal length of the server response (RFC1939) */
#define POP_CMD_RESPONSE 512
-enum
+enum PopStatus
{
/* Status */
POP_NONE = 0,
#include "lib.h"
/* possible values for RFC822Error */
-enum
+enum AddressError
{
ERR_MEMORY = 1,
ERR_MISMATCH_PAREN,
#define SMTP_AUTH_UNAVAIL 1
#define SMTP_AUTH_FAIL -1
-enum
+enum SmtpCapability
{
STARTTLS,
AUTH,