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