381 {
382
383 {
"abort_backspace",
DT_BOOL,
true, 0, NULL,
384 "Hitting backspace against an empty prompt aborts the prompt"
385 },
387 "String representation of key to abort prompts"
388 },
389 {
"ascii_chars",
DT_BOOL,
false, 0, NULL,
390 "Use plain ASCII characters, when drawing email threads"
391 },
393 "If a message is missing a character set, assume this character set"
394 },
396 "printf-like format string for the attachment menu"
397 },
399 "Default directory where attachments are saved"
400 },
401 {
"attach_save_without_prompting",
DT_BOOL,
false, 0, NULL,
402 "If true, then don't prompt to save"
403 },
405 "Separator to add between saved/printed/piped attachments"
406 },
407 {
"attach_split",
DT_BOOL,
true, 0, NULL,
408 "Save/print/pipe tagged messages individually"
409 },
410 {
"auto_edit",
DT_BOOL,
false, 0, NULL,
411 "Skip the initial compose menu and edit the email"
412 },
413 {
"auto_tag",
DT_BOOL,
false, 0, NULL,
414 "Automatically apply actions to all tagged messages"
415 },
416 {
"beep",
DT_BOOL,
true, 0, NULL,
417 "Make a noise when an error occurs"
418 },
419 {
"beep_new",
DT_BOOL,
false, 0, NULL,
420 "Make a noise when new mail arrives"
421 },
423 "Confirm before bouncing a message"
424 },
425 {
"braille_friendly",
DT_BOOL,
false, 0, NULL,
426 "Move the cursor to the beginning of the line"
427 },
429 "Default character set for displaying text on screen"
430 },
431 {
"collapse_flagged",
DT_BOOL,
true, 0, NULL,
432 "Prevent the collapse of threads with flagged emails"
433 },
434 {
"collapse_unread",
DT_BOOL,
true, 0, NULL,
435 "Prevent the collapse of threads with unread emails"
436 },
438 "Use 24bit colors (aka truecolor aka directcolor)"
439 },
441 "Character set that the config files are in"
442 },
443 {
"confirm_append",
DT_BOOL,
true, 0, NULL,
444 "Confirm before appending emails to a mailbox"
445 },
446 {
"confirm_create",
DT_BOOL,
true, 0, NULL,
447 "Confirm before creating a new mailbox"
448 },
449 {
"copy_decode_weed",
DT_BOOL,
false, 0, NULL,
450 "Controls whether to weed headers when copying or saving emails"
451 },
452 {
"count_alternatives",
DT_BOOL,
false, 0, NULL,
453 "Recurse inside multipart/alternatives while counting attachments"
454 },
456 "User-configurable crypto flags: signed, encrypted etc."
457 },
459 "strftime format string for the `%d` expando"
460 },
462 "File to save debug logs"
463 },
465 "Logging level for debug logs"
466 },
467 {
"default_hook",
DT_STRING,
IP "~f %s !~P | (~P ~C %s)", 0, NULL,
468 "Pattern to use for hooks that only have a simple regex"
469 },
471 "Really delete messages, when the mailbox is closed"
472 },
473 {
"delete_untag",
DT_BOOL,
true, 0, NULL,
474 "Untag messages when they are marked for deletion"
475 },
476 {
"digest_collapse",
DT_BOOL,
true, 0, NULL,
477 "Hide the subparts of a multipart/digest"
478 },
479 {
"duplicate_threads",
DT_BOOL,
true, 0, NULL,
480 "Highlight messages with duplicated message IDs"
481 },
483 "External command to use as an email editor"
484 },
486 "User-configurable index flags: tagged, new, etc"
487 },
488 {
"flag_safe",
DT_BOOL,
false, 0, NULL,
489 "Protect flagged messages from deletion"
490 },
492 "Base folder for a set of mailboxes"
493 },
494 {
"force_name",
DT_BOOL,
false, 0, NULL,
495 "Save outgoing mail in a folder of their name"
496 },
497 {
"forward_decode",
DT_BOOL,
true, 0, NULL,
498 "Decode the message when forwarding it"
499 },
500 {
"forward_quote",
DT_BOOL,
false, 0, NULL,
501 "Automatically quote a forwarded message using `$indent_string`"
502 },
504 "Default 'From' address to use, if isn't otherwise set"
505 },
507 "User-configurable index flags: to address, cc address, etc"
508 },
509 {
"gecos_mask",
DT_REGEX,
IP "^[^,]*", 0, NULL,
510 "Regex for parsing GECOS field of /etc/passwd"
511 },
512 {
"header",
DT_BOOL,
false, 0, NULL,
513 "Include the message headers in the reply email (Weed applies)"
514 },
515 {
"hide_limited",
DT_BOOL,
false, 0, NULL,
516 "Don't indicate hidden messages, in the thread tree"
517 },
518 {
"hide_missing",
DT_BOOL,
true, 0, NULL,
519 "Don't indicate missing messages, in the thread tree"
520 },
521 {
"hide_thread_subject",
DT_BOOL,
true, 0, NULL,
522 "Hide subjects that are similar to that of the parent message"
523 },
524 {
"hide_top_limited",
DT_BOOL,
false, 0, NULL,
525 "Don't indicate hidden top message, in the thread tree"
526 },
527 {
"hide_top_missing",
DT_BOOL,
true, 0, NULL,
528 "Don't indicate missing top message, in the thread tree"
529 },
530 {
"honor_disposition",
DT_BOOL,
false, 0, NULL,
531 "Don't display MIME parts inline if they have a disposition of 'attachment'"
532 },
534 "Fully-qualified domain name of this machine"
535 },
536 {
"implicit_auto_view",
DT_BOOL,
false, 0, NULL,
537 "Display MIME attachments inline if a 'copiousoutput' mailcap entry exists"
538 },
539 {
"include_encrypted",
DT_BOOL,
false, 0, NULL,
540 "Whether to include encrypted content when replying"
541 },
542 {
"include_only_first",
DT_BOOL,
false, 0, NULL,
543 "Only include the first attachment when replying"
544 },
546 "String used to indent 'reply' text"
547 },
549 "printf-like format string for the index menu (emails)"
550 },
551 {
"keep_flagged",
DT_BOOL,
false, 0, NULL,
552 "Don't move flagged messages from `$spool_file` to `$mbox`"
553 },
554 {
"local_date_header",
DT_BOOL,
true, 0, NULL,
555 "Convert the date in the Date header of sent emails into local timezone, UTC otherwise"
556 },
558 "Number of seconds before NeoMutt checks for new mail"
559 },
560 {
"mail_check_recent",
DT_BOOL,
true, 0, NULL,
561 "Notify the user about new mail since the last time the mailbox was opened"
562 },
563 {
"mail_check_stats",
DT_BOOL,
false, 0, NULL,
564 "Periodically check for new mail"
565 },
567 "How often to check for new mail"
568 },
569 {
"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,
570 "List of mailcap files (colon-separated)"
571 },
572 {
"mailcap_sanitize",
DT_BOOL,
true, 0, NULL,
573 "Restrict the possible characters in mailcap expandos"
574 },
575 {
"mark_old",
DT_BOOL,
true, 0, NULL,
576 "Mark new emails as old when leaving the mailbox"
577 },
579 "Folder that receives read emails (see Move)"
580 },
582 "Default type for creating new mailboxes"
583 },
584 {
"message_cache_clean",
DT_BOOL,
false, 0, NULL,
585 "(imap/pop) Clean out obsolete entries from the message cache"
586 },
588 "(imap/pop) Directory for the message cache"
589 },
591 "printf-like format string for listing attached messages"
592 },
593 {
"meta_key",
DT_BOOL,
false, 0, NULL,
594 "Interpret 'ALT-x' as 'ESC-x'"
595 },
597 "Forward a message as a 'message/RFC822' MIME part"
598 },
600 "Forward all attachments, even if they can't be decoded"
601 },
603 "Move emails from `$spool_file` to `$mbox` when read"
604 },
605 {
"narrow_tree",
DT_BOOL,
false, 0, NULL,
606 "Draw a narrower thread tree in the index"
607 },
609 "External command to run when new mail arrives"
610 },
611 {
"pipe_decode",
DT_BOOL,
false, 0, NULL,
612 "Decode the message when piping it"
613 },
614 {
"pipe_decode_weed",
DT_BOOL,
true, 0, NULL,
615 "Control whether to weed headers when piping an email"
616 },
618 "Separator to add between multiple piped messages"
619 },
620 {
"pipe_split",
DT_BOOL,
false, 0, NULL,
621 "Run the pipe command on each message separately"
622 },
624 "Folder to store postponed messages"
625 },
627 "List of Preferred Languages for multilingual MIME (comma-separated)"
628 },
630 "Confirm before printing a message"
631 },
633 "External command to print a message"
634 },
635 {
"print_decode",
DT_BOOL,
true, 0, NULL,
636 "Decode message before printing it"
637 },
638 {
"print_decode_weed",
DT_BOOL,
true, 0, NULL,
639 "Control whether to weed headers when printing an email"
640 },
641 {
"print_split",
DT_BOOL,
false, 0, NULL,
642 "Print multiple messages separately"
643 },
645 "Prompt before exiting NeoMutt"
646 },
647 {
"quote_regex",
DT_REGEX,
IP "^([ \t]*[|>:}#])+", 0, NULL,
648 "Regex to match quoted text in a reply"
649 },
650 {
"read_only",
DT_BOOL,
false, 0, NULL,
651 "Open folders in read-only mode"
652 },
654 "Real name of the user"
655 },
657 "Folder to save 'sent' messages"
658 },
659 {
"reflow_space_quotes",
DT_BOOL,
true, 0, NULL,
660 "Insert spaces into reply quotes for 'format=flowed' messages"
661 },
662 {
"reflow_text",
DT_BOOL,
true, 0, NULL,
663 "Reformat paragraphs of 'format=flowed' text"
664 },
666 "Maximum paragraph width for reformatting 'format=flowed' text"
667 },
668 {
"resolve",
DT_BOOL,
true, 0, NULL,
669 "Move to the next email whenever a command modifies an email"
670 },
671 {
"resume_edited_draft_files",
DT_BOOL,
true, 0, NULL,
672 "Resume editing previously saved draft files"
673 },
674 {
"save_address",
DT_BOOL,
false, 0, NULL,
675 "Use sender's full address as a default save folder"
676 },
677 {
"save_empty",
DT_BOOL,
true, 0, NULL,
678 "(mbox,mmdf) Preserve empty mailboxes"
679 },
680 {
"save_name",
DT_BOOL,
false, 0, NULL,
681 "Save outgoing message to mailbox of recipient's name if it exists"
682 },
683 {
"score",
DT_BOOL,
true, 0, NULL,
684 "Use message scoring"
685 },
686 {
"score_threshold_delete",
DT_NUMBER, -1, 0, NULL,
687 "Messages with a lower score will be automatically deleted"
688 },
689 {
"score_threshold_flag",
DT_NUMBER, 9999, 0, NULL,
690 "Messages with a greater score will be automatically flagged"
691 },
692 {
"score_threshold_read",
DT_NUMBER, -1, 0, NULL,
693 "Messages with a lower score will be automatically marked read"
694 },
696 "Character sets for outgoing mail"
697 },
699 "External command to run subshells in"
700 },
702 "How to display 'multipart/alternative' MIME parts"
703 },
704 {
"simple_search",
DT_STRING,
IP "~f %s | ~s %s", 0, NULL,
705 "Pattern to search for when search doesn't contain ~'s"
706 },
707 {
"size_show_bytes",
DT_BOOL,
false, 0, NULL,
708 "Show smaller sizes in bytes"
709 },
710 {
"size_show_fractions",
DT_BOOL,
true, 0, NULL,
711 "Show size fractions with a single decimal place"
712 },
713 {
"size_show_mb",
DT_BOOL,
true, 0, NULL,
714 "Show sizes in megabytes for sizes greater than 1 megabyte"
715 },
716 {
"size_units_on_left",
DT_BOOL,
false, 0, NULL,
717 "Show the units as a prefix to the size"
718 },
720 "Time to pause after certain info messages"
721 },
723 "Sort method for the index"
724 },
726 "Secondary sort method for the index"
727 },
728 {
"sort_re",
DT_BOOL,
true, 0, NULL,
729 "Whether $reply_regex must be matched when not $strict_threads"
730 },
732 "Inbox"
733 },
735 "Indicator characters for the status bar"
736 },
737 {
"status_on_top",
DT_BOOL,
false, 0, NULL,
738 "Display the status bar at the top"
739 },
740 {
"strict_threads",
DT_BOOL,
false, 0, NULL,
741 "Thread messages using 'In-Reply-To' and 'References' headers"
742 },
743 {
"suspend",
DT_BOOL,
true, 0, NULL,
744 "Allow the user to suspend NeoMutt using '^Z'"
745 },
746 {
"text_flowed",
DT_BOOL,
false, 0, NULL,
747 "Generate 'format=flowed' messages"
748 },
749 {
"thread_received",
DT_BOOL,
false, 0, NULL,
750 "Sort threaded messages by their received date"
751 },
753 "Time to wait for user input in menus"
754 },
756 "Directory for temporary files"
757 },
759 "Indicator characters for the 'To' field in the index"
760 },
762 "Folder to put deleted emails"
763 },
764 {
"ts_enabled",
DT_BOOL,
false, 0, NULL,
765 "Allow NeoMutt to set the terminal status line and icon"
766 },
767
769 "printf-like format string for the terminal's icon title"
770 },
771
773 "printf-like format string for the terminal's status (window title)"
774 },
775 {
"use_domain",
DT_BOOL,
true, 0, NULL,
776 "Qualify local addresses using this domain"
777 },
779 "Whether to use threads for the index"
780 },
781 {
"wait_key",
DT_BOOL,
true, 0, NULL,
782 "Prompt to press a key after running external commands"
783 },
784 {
"weed",
DT_BOOL,
true, 0, NULL,
785 "Filter headers when displaying/forwarding/printing/replying"
786 },
788 "Width to wrap text in the pager"
789 },
790 {
"wrap_search",
DT_BOOL,
true, 0, NULL,
791 "Wrap around when the search hits the end"
792 },
793
800
802 {
"confirmappend",
DT_SYNONYM,
IP "confirm_append",
IP "2021-03-21" },
803 {
"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 charset_slist_validator(const struct ConfigDef *cdef, intptr_t value, struct Buffer *err)
Validate the multiple "charset" config variables - Implements ConfigDef::validator() -.
int debug_level_validator(const struct ConfigDef *cdef, intptr_t value, struct Buffer *err)
Validate the "debug_level" config variable - Implements ConfigDef::validator() -.
const struct EnumDef UseThreadsTypeDef
Data for the $use_threads enumeration.
@ UT_UNSET
Not yet set by user, stick to legacy semantics.
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 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.