APPEND
#define APPEND '+'
#define APPEND (UF_APPEND | SF_APPEND)
#define APPEND(list, elt, link) ISC_LIST_APPEND(list, elt, link)
#define APPEND /* New mail goes to end of mailbox */
APPEND, /* Append to the contents. */
enum which {APPEND, CHANGE, INSERT};