Hundreds of global variables to back the user variables. More...
#include "config.h"
#include <signal.h>
#include <stdbool.h>
#include "mutt/lib.h"
#include "keymap.h"
#include "where.h"
Go to the source code of this file.
Functions | |
WHERE struct ListHead AlternativeOrderList | INITVAL (STAILQ_HEAD_INITIALIZER(AlternativeOrderList)) |
List of preferred mime types to display. More... | |
WHERE struct ListHead AutoViewList | INITVAL (STAILQ_HEAD_INITIALIZER(AutoViewList)) |
List of mime types to auto view. More... | |
WHERE struct ListHead HeaderOrderList | INITVAL (STAILQ_HEAD_INITIALIZER(HeaderOrderList)) |
List of header fields in the order they should be displayed. More... | |
WHERE struct ListHead MimeLookupList | INITVAL (STAILQ_HEAD_INITIALIZER(MimeLookupList)) |
List of mime types that that shouldn't use the mailcap entry. More... | |
WHERE struct ListHead Muttrc | INITVAL (STAILQ_HEAD_INITIALIZER(Muttrc)) |
List of config files to read. More... | |
WHERE struct ListHead TempAttachmentsList | INITVAL (STAILQ_HEAD_INITIALIZER(TempAttachmentsList)) |
List of temporary files for displaying attachments. More... | |
WHERE struct ListHead UserHeader | INITVAL (STAILQ_HEAD_INITIALIZER(UserHeader)) |
List of custom headers to add to outgoing emails. More... | |
WHERE struct RegexList Alternates | INITVAL (STAILQ_HEAD_INITIALIZER(Alternates)) |
List of regexes to match the user's alternate email addresses. More... | |
WHERE struct RegexList UnAlternates | INITVAL (STAILQ_HEAD_INITIALIZER(UnAlternates)) |
List of regexes to blacklist false matches in Alternates. More... | |
Variables | |
WHERE struct Colors * | Colors |
Wrapper around the user's colour settings. More... | |
WHERE struct Context * | Context |
WHERE bool | ErrorBufMessage |
true if the last message was an error More... | |
WHERE char | ErrorBuf [256] |
Copy of the last error message. More... | |
WHERE char | AttachmentMarker [256] |
Unique ANSI string to mark PGP messages in an email. More... | |
WHERE char | ProtectedHeaderMarker [256] |
Unique ANSI string to mark protected headers in an email. More... | |
WHERE char * | HomeDir |
User's home directory. More... | |
WHERE char * | ShortHostname |
Short version of the hostname. More... | |
WHERE char * | Username |
User's login name. More... | |
WHERE char * | CurrentFolder |
Currently selected mailbox. More... | |
WHERE char * | LastFolder |
Previously selected mailbox. More... | |
const char * | GitVer |
WHERE struct HashTable * | TagFormats |
Hash Table of tag-formats (tag -> format string) More... | |
WHERE SIG_ATOMIC_VOLATILE_T | SigInt |
true after SIGINT is received More... | |
WHERE SIG_ATOMIC_VOLATILE_T | SigWinch |
true after SIGWINCH is received More... | |
WHERE enum MenuType | CurrentMenu |
Current Menu, e.g. MENU_PAGER. More... | |
WHERE struct Address * | C_From |
Config: Default 'From' address to use, if isn't otherwise set. More... | |
WHERE bool | C_AbortBackspace |
Config: Hitting backspace against an empty prompt aborts the prompt. More... | |
WHERE char * | C_AbortKey |
Config: String representation of key to abort prompts. More... | |
WHERE char * | C_Attribution |
Config: Message to start a reply, "On DATE, PERSON wrote:". More... | |
WHERE char * | C_AttributionLocale |
Config: Locale for dates in the attribution message. More... | |
WHERE char * | C_AttachFormat |
Config: printf-like format string for the attachment menu. More... | |
WHERE char * | C_ConfigCharset |
Config: Character set that the config files are in. More... | |
WHERE char * | C_DateFormat |
Config: strftime format string for the d expando. More... | |
WHERE char * | C_Editor |
Config: External command to use as an email editor. More... | |
WHERE char * | C_Hostname |
Config: Fully-qualified domain name of this machine. More... | |
WHERE char * | C_IndexFormat |
Config: printf-like format string for the index menu (emails) More... | |
WHERE char * | C_Mbox |
Config: Folder that receives read emails (see Move) More... | |
WHERE struct Slist * | C_MailcapPath |
Config: Colon-separated list of mailcap files. More... | |
WHERE char * | C_Folder |
Config: Base folder for a set of mailboxes. More... | |
WHERE char * | C_Record |
Config: Folder to save 'sent' messages. More... | |
WHERE char * | C_Pager |
Config: External command for viewing messages, or 'builtin' to use NeoMutt's. More... | |
WHERE char * | C_PagerFormat |
Config: printf-like format string for the pager's status bar. More... | |
WHERE char * | C_Postponed |
Config: Folder to store postponed messages. More... | |
WHERE char * | C_IndentString |
Config: String used to indent 'reply' text. More... | |
WHERE char * | C_PrintCommand |
Config: External command to print a message. More... | |
WHERE char * | C_NewMailCommand |
Config: External command to run when new mail arrives. More... | |
WHERE char * | C_Realname |
Config: Real name of the user. More... | |
WHERE char * | C_Shell |
Config: External command to run subshells in. More... | |
WHERE char * | C_SimpleSearch |
Config: Pattern to search for when search doesn't contain ~'s. More... | |
WHERE char * | C_Spoolfile |
Config: Inbox. More... | |
WHERE char * | C_StatusFormat |
Config: printf-like format string for the index's status line. More... | |
WHERE char * | C_TsStatusFormat |
Config: printf-like format string for the terminal's status (window title) More... | |
WHERE char * | C_TsIconFormat |
Config: printf-like format string for the terminal's icon title. More... | |
WHERE char * | C_Visual |
Config: Editor to use when '~v' is given in the built-in editor. More... | |
WHERE short | C_SleepTime |
Config: Time to pause after certain info messages. More... | |
WHERE short | C_Timeout |
Config: Time to wait for user input in menus. More... | |
WHERE short | C_Wrap |
Config: Width to wrap text in the pager. More... | |
WHERE struct Regex * | C_Mask |
Config: Only display files/dirs matching this regex in the browser. More... | |
WHERE struct Regex * | C_QuoteRegex |
Config: Regex to match quoted text in a reply. More... | |
WHERE int | C_ToggleQuotedShowLevels |
Config: Number of quote levels to show with toggle-quoted. More... | |
WHERE unsigned char | C_Bounce |
Config: Confirm before bouncing a message. More... | |
WHERE unsigned char | C_Delete |
Config: Really delete messages, when the mailbox is closed. More... | |
WHERE unsigned char | C_ForwardAttachments |
Config: Forward attachments when forwarding a message. More... | |
WHERE unsigned char | C_MimeForward |
Config: Forward a message as a 'message/RFC822' MIME part. More... | |
WHERE unsigned char | C_Print |
Config: Confirm before printing a message. More... | |
WHERE unsigned char | C_Quit |
Config: Prompt before exiting NeoMutt. More... | |
WHERE bool | C_ArrowCursor |
Config: Use an arrow '->' instead of highlighting in the index. More... | |
WHERE char * | C_ArrowString |
Config: Use an custom string for arrow_cursor. More... | |
WHERE bool | C_AsciiChars |
Config: Use plain ASCII characters, when drawing email threads. More... | |
WHERE bool | C_Askbcc |
Config: Ask the user for the blind-carbon-copy recipients. More... | |
WHERE bool | C_Askcc |
Config: Ask the user for the carbon-copy recipients. More... | |
WHERE bool | C_Autoedit |
Config: Skip the initial compose menu and edit the email. More... | |
WHERE bool | C_AutoTag |
Config: Automatically apply actions to all tagged messages. More... | |
WHERE bool | C_Beep |
Config: Make a noise when an error occurs. More... | |
WHERE bool | C_BeepNew |
Config: Make a noise when new mail arrives. More... | |
WHERE bool | C_BrailleFriendly |
Config: Move the cursor to the beginning of the line. More... | |
WHERE bool | C_Confirmappend |
Config: Confirm before appending emails to a mailbox. More... | |
WHERE bool | C_Confirmcreate |
Config: Confirm before creating a new mailbox. More... | |
WHERE bool | C_CopyDecodeWeed |
Config: Controls whether to weed headers when copying or saving emails. More... | |
WHERE bool | C_CountAlternatives |
Config: Recurse inside multipart/alternatives while counting attachments. More... | |
WHERE bool | C_DeleteUntag |
Config: Untag messages when they are marked for deletion. More... | |
WHERE bool | C_FlagSafe |
Config: Protect flagged messages from deletion. More... | |
WHERE bool | C_ForwardDecode |
Config: Decode the message when forwarding it. More... | |
WHERE bool | C_ForwardQuote |
Config: Automatically quote a forwarded message using $indent_string More... | |
WHERE bool | C_Header |
Config: Include the message headers in the reply email (Weed applies) More... | |
WHERE bool | C_MailCheckRecent |
Config: Notify the user about new mail since the last time the mailbox was opened. More... | |
WHERE bool | C_Markers |
Config: Display a '+' at the beginning of wrapped lines in the pager. More... | |
WHERE bool | C_PipeDecodeWeed |
Config: Control whether to weed headers when piping an email. More... | |
WHERE bool | C_PrintDecodeWeed |
Config: Control whether to weed headers when printing an email. More... | |
WHERE bool | C_ReadOnly |
Config: Open folders in read-only mode. More... | |
WHERE bool | C_Resolve |
Config: Move to the next email whenever a command modifies an email. More... | |
WHERE bool | C_ResumeDraftFiles |
Config: Process draft files like postponed messages. More... | |
WHERE bool | C_SaveAddress |
Config: Use sender's full address as a default save folder. More... | |
WHERE bool | C_SaveEmpty |
Config: (mbox,mmdf) Preserve empty mailboxes. More... | |
WHERE bool | C_Score |
Config: Use message scoring. More... | |
WHERE bool | C_SizeShowBytes |
Config: Show smaller sizes in bytes. More... | |
WHERE bool | C_SizeShowFractions |
Config: Show size fractions with a single decimal place. More... | |
WHERE bool | C_SizeShowMb |
Config: Show sizes in megabytes for sizes greater than 1 megabyte. More... | |
WHERE bool | C_SizeUnitsOnLeft |
Config: Show the units as a prefix to the size. More... | |
WHERE bool | C_StatusOnTop |
Config: Display the status bar at the top. More... | |
WHERE bool | C_Suspend |
Config: Allow the user to suspend NeoMutt using '^Z'. More... | |
WHERE bool | C_TextFlowed |
Config: Generate 'format=flowed' messages. More... | |
WHERE bool | C_TsEnabled |
Config: Allow NeoMutt to set the terminal status line and icon. More... | |
WHERE bool | C_UseDomain |
Config: Qualify local addresses using this domain. More... | |
WHERE bool | C_WaitKey |
Config: Prompt to press a key after running external commands. More... | |
WHERE bool | C_WrapSearch |
Config: Wrap around when the search hits the end. More... | |
WHERE bool | C_WriteBcc |
Config: Write out the 'Bcc' field when preparing to send a mail. More... | |
Hundreds of global variables to back the user variables.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file mutt_globals.h.
WHERE struct ListHead AlternativeOrderList INITVAL | ( | STAILQ_HEAD_INITIALIZER(AlternativeOrderList) | ) |
List of preferred mime types to display.
WHERE struct ListHead AutoViewList INITVAL | ( | STAILQ_HEAD_INITIALIZER(AutoViewList) | ) |
List of mime types to auto view.
WHERE struct ListHead HeaderOrderList INITVAL | ( | STAILQ_HEAD_INITIALIZER(HeaderOrderList) | ) |
List of header fields in the order they should be displayed.
WHERE struct ListHead MimeLookupList INITVAL | ( | STAILQ_HEAD_INITIALIZER(MimeLookupList) | ) |
List of mime types that that shouldn't use the mailcap entry.
WHERE struct ListHead Muttrc INITVAL | ( | STAILQ_HEAD_INITIALIZER(Muttrc) | ) |
List of config files to read.
WHERE struct ListHead TempAttachmentsList INITVAL | ( | STAILQ_HEAD_INITIALIZER(TempAttachmentsList) | ) |
List of temporary files for displaying attachments.
WHERE struct ListHead UserHeader INITVAL | ( | STAILQ_HEAD_INITIALIZER(UserHeader) | ) |
List of custom headers to add to outgoing emails.
WHERE struct RegexList Alternates INITVAL | ( | STAILQ_HEAD_INITIALIZER(Alternates) | ) |
List of regexes to match the user's alternate email addresses.
WHERE struct RegexList UnAlternates INITVAL | ( | STAILQ_HEAD_INITIALIZER(UnAlternates) | ) |
List of regexes to blacklist false matches in Alternates.
Wrapper around the user's colour settings.
Definition at line 40 of file mutt_globals.h.
Definition at line 42 of file mutt_globals.h.
WHERE bool ErrorBufMessage |
true if the last message was an error
Definition at line 44 of file mutt_globals.h.
WHERE char ErrorBuf[256] |
Copy of the last error message.
Definition at line 45 of file mutt_globals.h.
WHERE char AttachmentMarker[256] |
Unique ANSI string to mark PGP messages in an email.
Definition at line 46 of file mutt_globals.h.
WHERE char ProtectedHeaderMarker[256] |
Unique ANSI string to mark protected headers in an email.
Definition at line 47 of file mutt_globals.h.
WHERE char* HomeDir |
User's home directory.
Definition at line 49 of file mutt_globals.h.
WHERE char* ShortHostname |
Short version of the hostname.
Definition at line 50 of file mutt_globals.h.
WHERE char* Username |
User's login name.
Definition at line 52 of file mutt_globals.h.
WHERE char* CurrentFolder |
Currently selected mailbox.
Definition at line 54 of file mutt_globals.h.
WHERE char* LastFolder |
Previously selected mailbox.
Definition at line 55 of file mutt_globals.h.
const char* GitVer |
Hash Table of tag-formats (tag -> format string)
Definition at line 59 of file mutt_globals.h.
WHERE SIG_ATOMIC_VOLATILE_T SigInt |
true after SIGINT is received
Definition at line 74 of file mutt_globals.h.
WHERE SIG_ATOMIC_VOLATILE_T SigWinch |
true after SIGWINCH is received
Definition at line 75 of file mutt_globals.h.
Current Menu, e.g. MENU_PAGER.
Definition at line 77 of file mutt_globals.h.
Config: Default 'From' address to use, if isn't otherwise set.
Definition at line 81 of file mutt_globals.h.
WHERE bool C_AbortBackspace |
Config: Hitting backspace against an empty prompt aborts the prompt.
Definition at line 83 of file mutt_globals.h.
WHERE char* C_AbortKey |
Config: String representation of key to abort prompts.
Definition at line 84 of file mutt_globals.h.
WHERE char* C_Attribution |
Config: Message to start a reply, "On DATE, PERSON wrote:".
Definition at line 85 of file mutt_globals.h.
WHERE char* C_AttributionLocale |
Config: Locale for dates in the attribution message.
Definition at line 86 of file mutt_globals.h.
WHERE char* C_AttachFormat |
Config: printf-like format string for the attachment menu.
Definition at line 87 of file mutt_globals.h.
WHERE char* C_ConfigCharset |
Config: Character set that the config files are in.
Definition at line 88 of file mutt_globals.h.
WHERE char* C_DateFormat |
Config: strftime format string for the d
expando.
Definition at line 89 of file mutt_globals.h.
WHERE char* C_Editor |
Config: External command to use as an email editor.
Definition at line 90 of file mutt_globals.h.
WHERE char* C_Hostname |
Config: Fully-qualified domain name of this machine.
Definition at line 91 of file mutt_globals.h.
WHERE char* C_IndexFormat |
Config: printf-like format string for the index menu (emails)
Definition at line 92 of file mutt_globals.h.
WHERE char* C_Mbox |
Config: Folder that receives read emails (see Move)
Definition at line 94 of file mutt_globals.h.
Config: Colon-separated list of mailcap files.
Definition at line 95 of file mutt_globals.h.
WHERE char* C_Folder |
Config: Base folder for a set of mailboxes.
Definition at line 96 of file mutt_globals.h.
WHERE char* C_Record |
Config: Folder to save 'sent' messages.
Definition at line 98 of file mutt_globals.h.
WHERE char* C_Pager |
Config: External command for viewing messages, or 'builtin' to use NeoMutt's.
Definition at line 99 of file mutt_globals.h.
WHERE char* C_PagerFormat |
Config: printf-like format string for the pager's status bar.
Definition at line 100 of file mutt_globals.h.
WHERE char* C_Postponed |
Config: Folder to store postponed messages.
Definition at line 101 of file mutt_globals.h.
WHERE char* C_IndentString |
Config: String used to indent 'reply' text.
Definition at line 102 of file mutt_globals.h.
WHERE char* C_PrintCommand |
Config: External command to print a message.
Definition at line 103 of file mutt_globals.h.
WHERE char* C_NewMailCommand |
Config: External command to run when new mail arrives.
Definition at line 104 of file mutt_globals.h.
WHERE char* C_Realname |
Config: Real name of the user.
Definition at line 105 of file mutt_globals.h.
WHERE char* C_Shell |
Config: External command to run subshells in.
Definition at line 106 of file mutt_globals.h.
WHERE char* C_SimpleSearch |
Config: Pattern to search for when search doesn't contain ~'s.
Definition at line 107 of file mutt_globals.h.
WHERE char* C_Spoolfile |
Config: Inbox.
Definition at line 108 of file mutt_globals.h.
WHERE char* C_StatusFormat |
Config: printf-like format string for the index's status line.
Definition at line 109 of file mutt_globals.h.
WHERE char* C_TsStatusFormat |
Config: printf-like format string for the terminal's status (window title)
Definition at line 110 of file mutt_globals.h.
WHERE char* C_TsIconFormat |
Config: printf-like format string for the terminal's icon title.
Definition at line 111 of file mutt_globals.h.
WHERE char* C_Visual |
Config: Editor to use when '~v' is given in the built-in editor.
Definition at line 112 of file mutt_globals.h.
WHERE short C_SleepTime |
Config: Time to pause after certain info messages.
Definition at line 114 of file mutt_globals.h.
WHERE short C_Timeout |
Config: Time to wait for user input in menus.
Definition at line 115 of file mutt_globals.h.
WHERE short C_Wrap |
Config: Width to wrap text in the pager.
Definition at line 116 of file mutt_globals.h.
Config: Only display files/dirs matching this regex in the browser.
Definition at line 119 of file mutt_globals.h.
Config: Regex to match quoted text in a reply.
Definition at line 120 of file mutt_globals.h.
WHERE int C_ToggleQuotedShowLevels |
Config: Number of quote levels to show with toggle-quoted.
Definition at line 121 of file mutt_globals.h.
WHERE unsigned char C_Bounce |
Config: Confirm before bouncing a message.
Definition at line 124 of file mutt_globals.h.
WHERE unsigned char C_Delete |
Config: Really delete messages, when the mailbox is closed.
Definition at line 125 of file mutt_globals.h.
WHERE unsigned char C_ForwardAttachments |
Config: Forward attachments when forwarding a message.
Definition at line 126 of file mutt_globals.h.
WHERE unsigned char C_MimeForward |
Config: Forward a message as a 'message/RFC822' MIME part.
Definition at line 127 of file mutt_globals.h.
WHERE unsigned char C_Print |
Config: Confirm before printing a message.
Definition at line 128 of file mutt_globals.h.
WHERE unsigned char C_Quit |
Config: Prompt before exiting NeoMutt.
Definition at line 129 of file mutt_globals.h.
WHERE bool C_ArrowCursor |
Config: Use an arrow '->' instead of highlighting in the index.
Definition at line 131 of file mutt_globals.h.
WHERE char* C_ArrowString |
Config: Use an custom string for arrow_cursor.
Definition at line 132 of file mutt_globals.h.
WHERE bool C_AsciiChars |
Config: Use plain ASCII characters, when drawing email threads.
Definition at line 133 of file mutt_globals.h.
WHERE bool C_Askbcc |
Config: Ask the user for the blind-carbon-copy recipients.
Definition at line 134 of file mutt_globals.h.
WHERE bool C_Askcc |
Config: Ask the user for the carbon-copy recipients.
Definition at line 135 of file mutt_globals.h.
WHERE bool C_Autoedit |
Config: Skip the initial compose menu and edit the email.
Definition at line 136 of file mutt_globals.h.
WHERE bool C_AutoTag |
Config: Automatically apply actions to all tagged messages.
Definition at line 137 of file mutt_globals.h.
WHERE bool C_Beep |
Config: Make a noise when an error occurs.
Definition at line 138 of file mutt_globals.h.
WHERE bool C_BeepNew |
Config: Make a noise when new mail arrives.
Definition at line 139 of file mutt_globals.h.
WHERE bool C_BrailleFriendly |
Config: Move the cursor to the beginning of the line.
Definition at line 140 of file mutt_globals.h.
WHERE bool C_Confirmappend |
Config: Confirm before appending emails to a mailbox.
Definition at line 141 of file mutt_globals.h.
WHERE bool C_Confirmcreate |
Config: Confirm before creating a new mailbox.
Definition at line 142 of file mutt_globals.h.
WHERE bool C_CopyDecodeWeed |
Config: Controls whether to weed headers when copying or saving emails.
Definition at line 143 of file mutt_globals.h.
WHERE bool C_CountAlternatives |
Config: Recurse inside multipart/alternatives while counting attachments.
Definition at line 144 of file mutt_globals.h.
WHERE bool C_DeleteUntag |
Config: Untag messages when they are marked for deletion.
Definition at line 145 of file mutt_globals.h.
WHERE bool C_FlagSafe |
Config: Protect flagged messages from deletion.
Definition at line 146 of file mutt_globals.h.
WHERE bool C_ForwardDecode |
Config: Decode the message when forwarding it.
Definition at line 147 of file mutt_globals.h.
WHERE bool C_ForwardQuote |
Config: Automatically quote a forwarded message using $indent_string
Definition at line 148 of file mutt_globals.h.
WHERE bool C_Header |
Config: Include the message headers in the reply email (Weed applies)
Definition at line 149 of file mutt_globals.h.
WHERE bool C_MailCheckRecent |
Config: Notify the user about new mail since the last time the mailbox was opened.
Definition at line 150 of file mutt_globals.h.
WHERE bool C_Markers |
Config: Display a '+' at the beginning of wrapped lines in the pager.
Definition at line 151 of file mutt_globals.h.
WHERE bool C_PipeDecodeWeed |
Config: Control whether to weed headers when piping an email.
Definition at line 152 of file mutt_globals.h.
WHERE bool C_PrintDecodeWeed |
Config: Control whether to weed headers when printing an email.
Definition at line 153 of file mutt_globals.h.
WHERE bool C_ReadOnly |
Config: Open folders in read-only mode.
Definition at line 154 of file mutt_globals.h.
WHERE bool C_Resolve |
Config: Move to the next email whenever a command modifies an email.
Definition at line 155 of file mutt_globals.h.
WHERE bool C_ResumeDraftFiles |
Config: Process draft files like postponed messages.
Definition at line 156 of file mutt_globals.h.
WHERE bool C_SaveAddress |
Config: Use sender's full address as a default save folder.
Definition at line 157 of file mutt_globals.h.
WHERE bool C_SaveEmpty |
Config: (mbox,mmdf) Preserve empty mailboxes.
Definition at line 158 of file mutt_globals.h.
WHERE bool C_Score |
Config: Use message scoring.
Definition at line 159 of file mutt_globals.h.
WHERE bool C_SizeShowBytes |
Config: Show smaller sizes in bytes.
Definition at line 160 of file mutt_globals.h.
WHERE bool C_SizeShowFractions |
Config: Show size fractions with a single decimal place.
Definition at line 161 of file mutt_globals.h.
WHERE bool C_SizeShowMb |
Config: Show sizes in megabytes for sizes greater than 1 megabyte.
Definition at line 162 of file mutt_globals.h.
WHERE bool C_SizeUnitsOnLeft |
Config: Show the units as a prefix to the size.
Definition at line 163 of file mutt_globals.h.
WHERE bool C_StatusOnTop |
Config: Display the status bar at the top.
Definition at line 164 of file mutt_globals.h.
WHERE bool C_Suspend |
Config: Allow the user to suspend NeoMutt using '^Z'.
Definition at line 165 of file mutt_globals.h.
WHERE bool C_TextFlowed |
Config: Generate 'format=flowed' messages.
Definition at line 166 of file mutt_globals.h.
WHERE bool C_TsEnabled |
Config: Allow NeoMutt to set the terminal status line and icon.
Definition at line 167 of file mutt_globals.h.
WHERE bool C_UseDomain |
Config: Qualify local addresses using this domain.
Definition at line 168 of file mutt_globals.h.
WHERE bool C_WaitKey |
Config: Prompt to press a key after running external commands.
Definition at line 169 of file mutt_globals.h.
WHERE bool C_WrapSearch |
Config: Wrap around when the search hits the end.
Definition at line 170 of file mutt_globals.h.
WHERE bool C_WriteBcc |
Config: Write out the 'Bcc' field when preparing to send a mail.
Definition at line 171 of file mutt_globals.h.