380 {
381
382 {
"abort_backspace",
DT_BOOL,
true, 0, NULL,
383 "Hitting backspace against an empty prompt aborts the prompt"
384 },
386 "String representation of key to abort prompts"
387 },
388 {
"ascii_chars",
DT_BOOL,
false, 0, NULL,
389 "Use plain ASCII characters, when drawing email threads"
390 },
392 "If a message is missing a character set, assume this character set"
393 },
395 "printf-like format string for the attachment menu"
396 },
398 "Default directory where attachments are saved"
399 },
400 {
"attach_save_without_prompting",
DT_BOOL,
false, 0, NULL,
401 "If true, then don't prompt to save"
402 },
404 "Separator to add between saved/printed/piped attachments"
405 },
406 {
"attach_split",
DT_BOOL,
true, 0, NULL,
407 "Save/print/pipe tagged messages individually"
408 },
409 {
"auto_edit",
DT_BOOL,
false, 0, NULL,
410 "Skip the initial compose menu and edit the email"
411 },
412 {
"auto_tag",
DT_BOOL,
false, 0, NULL,
413 "Automatically apply actions to all tagged messages"
414 },
415 {
"beep",
DT_BOOL,
true, 0, NULL,
416 "Make a noise when an error occurs"
417 },
418 {
"beep_new",
DT_BOOL,
false, 0, NULL,
419 "Make a noise when new mail arrives"
420 },
422 "Confirm before bouncing a message"
423 },
424 {
"braille_friendly",
DT_BOOL,
false, 0, NULL,
425 "Move the cursor to the beginning of the line"
426 },
428 "Default character set for displaying text on screen"
429 },
430 {
"collapse_flagged",
DT_BOOL,
true, 0, NULL,
431 "Prevent the collapse of threads with flagged emails"
432 },
433 {
"collapse_unread",
DT_BOOL,
true, 0, NULL,
434 "Prevent the collapse of threads with unread emails"
435 },
437 "Use 24bit colors (aka truecolor aka directcolor)"
438 },
440 "Character set that the config files are in"
441 },
442 {
"confirm_append",
DT_BOOL,
true, 0, NULL,
443 "Confirm before appending emails to a mailbox"
444 },
445 {
"confirm_create",
DT_BOOL,
true, 0, NULL,
446 "Confirm before creating a new mailbox"
447 },
448 {
"copy_decode_weed",
DT_BOOL,
false, 0, NULL,
449 "Controls whether to weed headers when copying or saving emails"
450 },
451 {
"count_alternatives",
DT_BOOL,
false, 0, NULL,
452 "Recurse inside multipart/alternatives while counting attachments"
453 },
455 "User-configurable crypto flags: signed, encrypted etc."
456 },
458 "strftime format string for the `%d` expando"
459 },
461 "File to save debug logs"
462 },
464 "Logging level for debug logs"
465 },
466 {
"default_hook",
DT_STRING,
IP "~f %s !~P | (~P ~C %s)", 0, NULL,
467 "Pattern to use for hooks that only have a simple regex"
468 },
470 "Really delete messages, when the mailbox is closed"
471 },
472 {
"delete_untag",
DT_BOOL,
true, 0, NULL,
473 "Untag messages when they are marked for deletion"
474 },
475 {
"digest_collapse",
DT_BOOL,
true, 0, NULL,
476 "Hide the subparts of a multipart/digest"
477 },
478 {
"duplicate_threads",
DT_BOOL,
true, 0, NULL,
479 "Highlight messages with duplicated message IDs"
480 },
482 "External command to use as an email editor"
483 },
485 "User-configurable index flags: tagged, new, etc"
486 },
487 {
"flag_safe",
DT_BOOL,
false, 0, NULL,
488 "Protect flagged messages from deletion"
489 },
491 "Base folder for a set of mailboxes"
492 },
493 {
"force_name",
DT_BOOL,
false, 0, NULL,
494 "Save outgoing mail in a folder of their name"
495 },
496 {
"forward_decode",
DT_BOOL,
true, 0, NULL,
497 "Decode the message when forwarding it"
498 },
499 {
"forward_quote",
DT_BOOL,
false, 0, NULL,
500 "Automatically quote a forwarded message using `$indent_string`"
501 },
503 "Default 'From' address to use, if isn't otherwise set"
504 },
506 "User-configurable index flags: to address, cc address, etc"
507 },
508 {
"gecos_mask",
DT_REGEX,
IP "^[^,]*", 0, NULL,
509 "Regex for parsing GECOS field of /etc/passwd"
510 },
511 {
"header",
DT_BOOL,
false, 0, NULL,
512 "Include the message headers in the reply email (Weed applies)"
513 },
514 {
"hide_limited",
DT_BOOL,
false, 0, NULL,
515 "Don't indicate hidden messages, in the thread tree"
516 },
517 {
"hide_missing",
DT_BOOL,
true, 0, NULL,
518 "Don't indicate missing messages, in the thread tree"
519 },
520 {
"hide_thread_subject",
DT_BOOL,
true, 0, NULL,
521 "Hide subjects that are similar to that of the parent message"
522 },
523 {
"hide_top_limited",
DT_BOOL,
false, 0, NULL,
524 "Don't indicate hidden top message, in the thread tree"
525 },
526 {
"hide_top_missing",
DT_BOOL,
true, 0, NULL,
527 "Don't indicate missing top message, in the thread tree"
528 },
529 {
"honor_disposition",
DT_BOOL,
false, 0, NULL,
530 "Don't display MIME parts inline if they have a disposition of 'attachment'"
531 },
533 "Fully-qualified domain name of this machine"
534 },
535 {
"implicit_auto_view",
DT_BOOL,
false, 0, NULL,
536 "Display MIME attachments inline if a 'copiousoutput' mailcap entry exists"
537 },
538 {
"include_encrypted",
DT_BOOL,
false, 0, NULL,
539 "Whether to include encrypted content when replying"
540 },
541 {
"include_only_first",
DT_BOOL,
false, 0, NULL,
542 "Only include the first attachment when replying"
543 },
545 "String used to indent 'reply' text"
546 },
548 "printf-like format string for the index menu (emails)"
549 },
550 {
"keep_flagged",
DT_BOOL,
false, 0, NULL,
551 "Don't move flagged messages from `$spool_file` to `$mbox`"
552 },
553 {
"local_date_header",
DT_BOOL,
true, 0, NULL,
554 "Convert the date in the Date header of sent emails into local timezone, UTC otherwise"
555 },
557 "Number of seconds before NeoMutt checks for new mail"
558 },
559 {
"mail_check_recent",
DT_BOOL,
true, 0, NULL,
560 "Notify the user about new mail since the last time the mailbox was opened"
561 },
562 {
"mail_check_stats",
DT_BOOL,
false, 0, NULL,
563 "Periodically check for new mail"
564 },
566 "How often to check for new mail"
567 },
568 {
"mailcap_path",
DT_SLIST|
D_SLIST_SEP_COLON,
IP "~/.mailcap:" PKGDATADIR
"/mailcap:" SYSCONFDIR
"/mailcap:/etc/mailcap:/usr/etc/mailcap:/usr/local/etc/mailcap", 0, NULL,
569 "List of mailcap files (colon-separated)"
570 },
571 {
"mailcap_sanitize",
DT_BOOL,
true, 0, NULL,
572 "Restrict the possible characters in mailcap expandos"
573 },
574 {
"mark_old",
DT_BOOL,
true, 0, NULL,
575 "Mark new emails as old when leaving the mailbox"
576 },
578 "Folder that receives read emails (see Move)"
579 },
581 "Default type for creating new mailboxes"
582 },
583 {
"message_cache_clean",
DT_BOOL,
false, 0, NULL,
584 "(imap/pop) Clean out obsolete entries from the message cache"
585 },
587 "(imap/pop) Directory for the message cache"
588 },
590 "printf-like format string for listing attached messages"
591 },
592 {
"meta_key",
DT_BOOL,
false, 0, NULL,
593 "Interpret 'ALT-x' as 'ESC-x'"
594 },
596 "Forward a message as a 'message/RFC822' MIME part"
597 },
599 "Forward all attachments, even if they can't be decoded"
600 },
602 "Move emails from `$spool_file` to `$mbox` when read"
603 },
604 {
"narrow_tree",
DT_BOOL,
false, 0, NULL,
605 "Draw a narrower thread tree in the index"
606 },
608 "External command to run when new mail arrives"
609 },
610 {
"pipe_decode",
DT_BOOL,
false, 0, NULL,
611 "Decode the message when piping it"
612 },
613 {
"pipe_decode_weed",
DT_BOOL,
true, 0, NULL,
614 "Control whether to weed headers when piping an email"
615 },
617 "Separator to add between multiple piped messages"
618 },
619 {
"pipe_split",
DT_BOOL,
false, 0, NULL,
620 "Run the pipe command on each message separately"
621 },
623 "Folder to store postponed messages"
624 },
626 "List of Preferred Languages for multilingual MIME (comma-separated)"
627 },
629 "Confirm before printing a message"
630 },
632 "External command to print a message"
633 },
634 {
"print_decode",
DT_BOOL,
true, 0, NULL,
635 "Decode message before printing it"
636 },
637 {
"print_decode_weed",
DT_BOOL,
true, 0, NULL,
638 "Control whether to weed headers when printing an email"
639 },
640 {
"print_split",
DT_BOOL,
false, 0, NULL,
641 "Print multiple messages separately"
642 },
644 "Prompt before exiting NeoMutt"
645 },
646 {
"quote_regex",
DT_REGEX,
IP "^([ \t]*[|>:}#])+", 0, NULL,
647 "Regex to match quoted text in a reply"
648 },
649 {
"read_only",
DT_BOOL,
false, 0, NULL,
650 "Open folders in read-only mode"
651 },
653 "Real name of the user"
654 },
656 "Folder to save 'sent' messages"
657 },
658 {
"reflow_space_quotes",
DT_BOOL,
true, 0, NULL,
659 "Insert spaces into reply quotes for 'format=flowed' messages"
660 },
661 {
"reflow_text",
DT_BOOL,
true, 0, NULL,
662 "Reformat paragraphs of 'format=flowed' text"
663 },
665 "Maximum paragraph width for reformatting 'format=flowed' text"
666 },
667 {
"resolve",
DT_BOOL,
true, 0, NULL,
668 "Move to the next email whenever a command modifies an email"
669 },
670 {
"resume_edited_draft_files",
DT_BOOL,
true, 0, NULL,
671 "Resume editing previously saved draft files"
672 },
673 {
"save_address",
DT_BOOL,
false, 0, NULL,
674 "Use sender's full address as a default save folder"
675 },
676 {
"save_empty",
DT_BOOL,
true, 0, NULL,
677 "(mbox,mmdf) Preserve empty mailboxes"
678 },
679 {
"save_name",
DT_BOOL,
false, 0, NULL,
680 "Save outgoing message to mailbox of recipient's name if it exists"
681 },
682 {
"score",
DT_BOOL,
true, 0, NULL,
683 "Use message scoring"
684 },
685 {
"score_threshold_delete",
DT_NUMBER, -1, 0, NULL,
686 "Messages with a lower score will be automatically deleted"
687 },
688 {
"score_threshold_flag",
DT_NUMBER, 9999, 0, NULL,
689 "Messages with a greater score will be automatically flagged"
690 },
691 {
"score_threshold_read",
DT_NUMBER, -1, 0, NULL,
692 "Messages with a lower score will be automatically marked read"
693 },
695 "Character sets for outgoing mail"
696 },
698 "External command to run subshells in"
699 },
701 "How to display 'multipart/alternative' MIME parts"
702 },
703 {
"simple_search",
DT_STRING,
IP "~f %s | ~s %s", 0, NULL,
704 "Pattern to search for when search doesn't contain ~'s"
705 },
706 {
"size_show_bytes",
DT_BOOL,
false, 0, NULL,
707 "Show smaller sizes in bytes"
708 },
709 {
"size_show_fractions",
DT_BOOL,
true, 0, NULL,
710 "Show size fractions with a single decimal place"
711 },
712 {
"size_show_mb",
DT_BOOL,
true, 0, NULL,
713 "Show sizes in megabytes for sizes greater than 1 megabyte"
714 },
715 {
"size_units_on_left",
DT_BOOL,
false, 0, NULL,
716 "Show the units as a prefix to the size"
717 },
719 "Time to pause after certain info messages"
720 },
722 "Sort method for the index"
723 },
725 "Secondary sort method for the index"
726 },
727 {
"sort_re",
DT_BOOL,
true, 0, NULL,
728 "Whether $reply_regex must be matched when not $strict_threads"
729 },
731 "Inbox"
732 },
734 "Indicator characters for the status bar"
735 },
736 {
"status_on_top",
DT_BOOL,
false, 0, NULL,
737 "Display the status bar at the top"
738 },
739 {
"strict_threads",
DT_BOOL,
false, 0, NULL,
740 "Thread messages using 'In-Reply-To' and 'References' headers"
741 },
742 {
"suspend",
DT_BOOL,
true, 0, NULL,
743 "Allow the user to suspend NeoMutt using '^Z'"
744 },
745 {
"text_flowed",
DT_BOOL,
false, 0, NULL,
746 "Generate 'format=flowed' messages"
747 },
748 {
"thread_received",
DT_BOOL,
false, 0, NULL,
749 "Sort threaded messages by their received date"
750 },
752 "Time to wait for user input in menus"
753 },
755 "Directory for temporary files"
756 },
758 "Indicator characters for the 'To' field in the index"
759 },
761 "Folder to put deleted emails"
762 },
763 {
"ts_enabled",
DT_BOOL,
false, 0, NULL,
764 "Allow NeoMutt to set the terminal status line and icon"
765 },
766
768 "printf-like format string for the terminal's icon title"
769 },
770
772 "printf-like format string for the terminal's status (window title)"
773 },
774 {
"use_domain",
DT_BOOL,
true, 0, NULL,
775 "Qualify local addresses using this domain"
776 },
778 "Whether to use threads for the index"
779 },
780 {
"wait_key",
DT_BOOL,
true, 0, NULL,
781 "Prompt to press a key after running external commands"
782 },
783 {
"weed",
DT_BOOL,
true, 0, NULL,
784 "Filter headers when displaying/forwarding/printing/replying"
785 },
787 "Width to wrap text in the pager"
788 },
789 {
"wrap_search",
DT_BOOL,
true, 0, NULL,
790 "Wrap around when the search hits the end"
791 },
792
799
801 {
"confirmappend",
DT_SYNONYM,
IP "confirm_append",
IP "2021-03-21" },
802 {
"confirmcreate",
DT_SYNONYM,
IP "confirm_create",
IP "2021-03-21" },
804 {
"forw_decode",
DT_SYNONYM,
IP "forward_decode",
IP "2021-03-21" },
805 {
"forw_quote",
DT_SYNONYM,
IP "forward_quote",
IP "2021-03-21" },
807 {
"implicit_autoview",
DT_SYNONYM,
IP "implicit_auto_view",
IP "2023-01-25" },
808 {
"include_onlyfirst",
DT_SYNONYM,
IP "include_only_first",
IP "2021-03-21" },
809 {
"indent_str",
DT_SYNONYM,
IP "indent_string",
IP "2021-03-21" },
810 {
"message_cachedir",
DT_SYNONYM,
IP "message_cache_dir",
IP "2023-01-25" },
812 {
"msg_format",
DT_SYNONYM,
IP "message_format",
IP "2021-03-21" },
814 {
"quote_regexp",
DT_SYNONYM,
IP "quote_regex",
IP "2021-03-21" },
818 {
"xterm_icon",
DT_SYNONYM,
IP "ts_icon_format",
IP "2021-03-21" },
819 {
"xterm_set_titles",
DT_SYNONYM,
IP "ts_enabled",
IP "2021-03-21" },
820 {
"xterm_title",
DT_SYNONYM,
IP "ts_status_format",
IP "2021-03-21" },
821
822 {
"devel_security",
DT_BOOL,
false, 0, NULL,
823 "Devel feature: Security -- https://github.com/neomutt/neomutt/discussions/4251"
824 },
825
826 { NULL },
827
828};
@ MUTT_MBOX
'mbox' Mailbox type
const struct Mapping SortMethods[]
Sort methods for '$sort' for the index.
int sort_validator(const struct ConfigDef *cdef, intptr_t value, struct Buffer *err)
Validate the "sort" config variable - Implements ConfigDef::validator() -.
static int multipart_validator(const struct ConfigDef *cdef, intptr_t value, struct Buffer *err)
Validate the "show_multipart_alternative" config variable - Implements ConfigDef::validator() -.
int charset_validator(const struct ConfigDef *cdef, intptr_t value, struct Buffer *err)
Validate the "charset" config variables - Implements ConfigDef::validator() -.
int level_validator(const struct ConfigDef *cdef, intptr_t value, struct Buffer *err)
Validate the "debug_level" config variable - Implements ConfigDef::validator() -.
int charset_slist_validator(const struct ConfigDef *cdef, intptr_t value, struct Buffer *err)
Validate the multiple "charset" config variables - Implements ConfigDef::validator() -.
const struct ExpandoDefinition IndexFormatDef[]
Expando definitions.
const struct ExpandoDefinition *const StatusFormatDefNoPadding
StatusFormatDefNoPadding - Status format definitions, without padding.
static const struct ExpandoDefinition *const IndexFormatDefNoPadding
IndexFormatDefNoPadding - Index format definitions, without padding.
static const struct Mapping SortAuxMethods[]
Sort methods for '$sort_aux' for the index.
static const struct ExpandoDefinition AttachFormatDef[]
Expando definitions.
const struct EnumDef UseThreadsTypeDef
Data for the $use_threads enumeration.
@ UT_UNSET
Not yet set by user, stick to legacy semantics.
const struct EnumDef MboxTypeDef
Data for the $mbox_type enumeration.
@ MUTT_ASKNO
Ask the user, defaulting to 'No'.
@ MUTT_NO
User answered 'No', or assume 'No'.
@ MUTT_ASKYES
Ask the user, defaulting to 'Yes'.
@ MUTT_YES
User answered 'Yes', or assume 'Yes'.
#define D_SLIST_SEP_COMMA
Slist items are comma-separated.
#define D_CHARSET_SINGLE
Flag for charset_validator to allow only one charset.
#define D_SLIST_SEP_COLON
Slist items are colon-separated.
#define D_INTERNAL_DEPRECATED
Config item shouldn't be used any more.
#define D_STRING_COMMAND
A command.
#define D_SLIST_ALLOW_EMPTY
Slist may be empty.
#define D_L10N_STRING
String can be localised.
#define D_PATH_DIR
Path is a directory.
#define D_CHARSET_STRICT
Flag for charset_validator to use strict char check.
#define D_PATH_FILE
Path is a file.
@ DT_SLIST
a list of strings
@ DT_QUAD
quad-option (no/yes/ask-no/ask-yes)
@ DT_SYNONYM
synonym for another variable
@ DT_MBTABLE
multibyte char table
@ DT_ADDRESS
e-mail address
@ DT_REGEX
regular expressions
@ DT_PATH
a path to a file/directory
#define D_STRING_MAILBOX
Don't perform path expansions.
#define D_SORT_LAST
Sort flag for -last prefix.
#define D_SORT_REVERSE
Sort flag for -reverse prefix.
#define D_NOT_EMPTY
Empty strings are not allowed.
#define D_INTEGER_NOT_NEGATIVE
Negative numbers are not allowed.
#define D_ON_STARTUP
May only be set at startup.