43 "Default directory where attachments are saved"
45 {
"attach_save_without_prompting",
DT_BOOL,
false, 0, NULL,
46 "If true, then don't prompt to save"
49 "Separator to add between saved/printed/piped attachments"
51 {
"attach_split",
DT_BOOL,
true, 0, NULL,
52 "Save/print/pipe tagged messages individually"
55 "Confirm before bouncing a message"
57 {
"count_alternatives",
DT_BOOL,
false, 0, NULL,
58 "Recurse inside multipart/alternatives while counting attachments"
60 {
"digest_collapse",
DT_BOOL,
true, 0, NULL,
61 "Hide the subparts of a multipart/digest"
64 "printf-like format string for listing attached messages"
67 "Forward a message as a 'message/RFC822' MIME part"
70 "Forward all attachments, even if they can't be decoded"
74 {
"msg_format",
DT_SYNONYM,
IP "message_format",
IP "2021-03-21" },
struct ConfigDef AttachVars[]
Config definitions for the Attach library.
const struct ExpandoDefinition IndexFormatDef[]
Expando definitions.
Convenience wrapper for the config headers.
@ MUTT_NO
User answered 'No', or assume 'No'.
@ MUTT_ASKYES
Ask the user, defaulting to 'Yes'.
@ MUTT_YES
User answered 'Yes', or assume 'Yes'.
Definition of a format string.
#define D_PATH_DIR
Path is a directory.
@ DT_QUAD
quad-option (no/yes/ask-no/ask-yes)
@ DT_SYNONYM
synonym for another variable
@ DT_PATH
a path to a file/directory
#define D_NOT_EMPTY
Empty strings are not allowed.