23 #ifndef MUTT_GLOBALS_H 24 #define MUTT_GLOBALS_H WHERE bool C_SizeUnitsOnLeft
Config: Show the units as a prefix to the size.
WHERE bool C_WriteBcc
Config: Write out the 'Bcc' field when preparing to send a mail.
WHERE char * C_Attribution
Config: Message to start a reply, "On DATE, PERSON wrote:".
WHERE char * HomeDir
User's home directory.
WHERE unsigned char C_MimeForward
Config: Forward a message as a 'message/RFC822' MIME part.
WHERE bool C_DeleteUntag
Config: Untag messages when they are marked for deletion.
WHERE bool C_SaveEmpty
Config: (mbox,mmdf) Preserve empty mailboxes.
WHERE short C_Timeout
Config: Time to wait for user input in menus.
MenuType
Types of GUI selections.
WHERE bool C_Askcc
Config: Ask the user for the carbon-copy recipients.
WHERE SIG_ATOMIC_VOLATILE_T SigInt
true after SIGINT is received
WHERE char * C_TsIconFormat
Config: printf-like format string for the terminal's icon title.
WHERE bool C_Header
Config: Include the message headers in the reply email (Weed applies)
WHERE bool C_Score
Config: Use message scoring.
WHERE short C_SleepTime
Config: Time to pause after certain info messages.
WHERE char * C_Realname
Config: Real name of the user.
WHERE bool C_BeepNew
Config: Make a noise when new mail arrives.
WHERE char * C_AbortKey
Config: String representation of key to abort prompts.
WHERE char * C_Hostname
Config: Fully-qualified domain name of this machine.
WHERE bool C_BrailleFriendly
Config: Move the cursor to the beginning of the line.
WHERE struct Context * Context
WHERE char ErrorBuf[256]
Copy of the last error message.
WHERE struct Slist * C_MailcapPath
Config: Colon-separated list of mailcap files.
WHERE bool C_UseDomain
Config: Qualify local addresses using this domain.
WHERE bool C_AutoTag
Config: Automatically apply actions to all tagged messages.
WHERE struct ListHead AlternativeOrderList INITVAL(STAILQ_HEAD_INITIALIZER(AlternativeOrderList))
List of preferred mime types to display.
WHERE char * C_Visual
Config: Editor to use when '~v' is given in the built-in editor.
WHERE char * C_Shell
Config: External command to run subshells in.
Assorted sorting methods.
WHERE char ProtectedHeaderMarker[256]
Unique ANSI string to mark protected headers in an email.
WHERE char * Username
User's login name.
WHERE enum MenuType CurrentMenu
Current Menu, e.g. MENU_PAGER.
WHERE unsigned char C_ForwardAttachments
Config: Forward attachments when forwarding a message.
WHERE char * C_IndexFormat
Config: printf-like format string for the index menu (emails)
WHERE bool C_ForwardQuote
Config: Automatically quote a forwarded message using $indent_string
WHERE bool C_CountAlternatives
Config: Recurse inside multipart/alternatives while counting attachments.
WHERE char * C_StatusFormat
Config: printf-like format string for the index's status line.
WHERE bool C_ReadOnly
Config: Open folders in read-only mode.
WHERE bool C_Beep
Config: Make a noise when an error occurs.
WHERE char * C_PrintCommand
Config: External command to print a message.
WHERE bool C_PrintDecodeWeed
Config: Control whether to weed headers when printing an email.
WHERE int C_ToggleQuotedShowLevels
Config: Number of quote levels to show with toggle-quoted.
WHERE bool C_ForwardDecode
Config: Decode the message when forwarding it.
WHERE bool C_SizeShowBytes
Config: Show smaller sizes in bytes.
WHERE short C_Wrap
Config: Width to wrap text in the pager.
WHERE struct Regex * C_QuoteRegex
Config: Regex to match quoted text in a reply.
WHERE bool C_Suspend
Config: Allow the user to suspend NeoMutt using '^Z'.
WHERE char * C_Editor
Config: External command to use as an email editor.
WHERE unsigned char C_Bounce
Config: Confirm before bouncing a message.
WHERE bool C_SaveAddress
Config: Use sender's full address as a default save folder.
WHERE bool C_TsEnabled
Config: Allow NeoMutt to set the terminal status line and icon.
WHERE char AttachmentMarker[256]
Unique ANSI string to mark PGP messages in an email.
WHERE char * C_ConfigCharset
Config: Character set that the config files are in.
WHERE char * ShortHostname
Short version of the hostname.
WHERE char * C_Folder
Config: Base folder for a set of mailboxes.
WHERE bool C_Askbcc
Config: Ask the user for the blind-carbon-copy recipients.
API for encryption/signing of emails.
WHERE bool C_Autoedit
Config: Skip the initial compose menu and edit the email.
WHERE bool C_SizeShowFractions
Config: Show size fractions with a single decimal place.
WHERE bool C_FlagSafe
Config: Protect flagged messages from deletion.
WHERE bool C_Markers
Config: Display a '+' at the beginning of wrapped lines in the pager.
WHERE bool C_Confirmcreate
Config: Confirm before creating a new mailbox.
WHERE char * C_NewMailCommand
Config: External command to run when new mail arrives.
WHERE bool C_MailCheckRecent
Config: Notify the user about new mail since the last time the mailbox was opened.
WHERE bool C_AbortBackspace
Config: Hitting backspace against an empty prompt aborts the prompt.
WHERE bool C_SizeShowMb
Config: Show sizes in megabytes for sizes greater than 1 megabyte.
WHERE struct Address * C_From
Config: Default 'From' address to use, if isn't otherwise set.
WHERE char * LastFolder
Previously selected mailbox.
WHERE char * C_TsStatusFormat
Config: printf-like format string for the terminal's status (window title)
WHERE bool C_WrapSearch
Config: Wrap around when the search hits the end.
WHERE bool C_ArrowCursor
Config: Use an arrow '->' instead of highlighting in the index.
WHERE char * C_SimpleSearch
Config: Pattern to search for when search doesn't contain ~'s.
WHERE bool C_AsciiChars
Config: Use plain ASCII characters, when drawing email threads.
WHERE char * C_Record
Config: Folder to save 'sent' messages.
WHERE bool C_CopyDecodeWeed
Config: Controls whether to weed headers when copying or saving emails.
WHERE unsigned char C_Delete
Config: Really delete messages, when the mailbox is closed.
WHERE char * C_DateFormat
Config: strftime format string for the d expando.
WHERE char * C_Spoolfile
Config: Inbox.
WHERE char * C_Pager
Config: External command for viewing messages, or 'builtin' to use NeoMutt's.
WHERE bool C_ResumeDraftFiles
Config: Process draft files like postponed messages.
Cached regular expression.
WHERE bool C_StatusOnTop
Config: Display the status bar at the top.
WHERE unsigned char C_Quit
Config: Prompt before exiting NeoMutt.
WHERE char * CurrentFolder
Currently selected mailbox.
WHERE bool C_PipeDecodeWeed
Config: Control whether to weed headers when piping an email.
WHERE char * C_AttachFormat
Config: printf-like format string for the attachment menu.
#define STAILQ_HEAD_INITIALIZER(head)
WHERE struct Colors * Colors
Wrapper around the user's colour settings.
WHERE bool ErrorBufMessage
true if the last message was an error
WHERE unsigned char C_Print
Config: Confirm before printing a message.
Convenience wrapper for the library headers.
WHERE char * C_AttributionLocale
Config: Locale for dates in the attribution message.
WHERE struct HashTable * TagFormats
Hash Table of tag-formats (tag -> format string)
WHERE char * C_PagerFormat
Config: printf-like format string for the pager's status bar.
WHERE SIG_ATOMIC_VOLATILE_T SigWinch
true after SIGWINCH is received
WHERE char * C_Mbox
Config: Folder that receives read emails (see Move)
WHERE struct Regex * C_Mask
Config: Only display files/dirs matching this regex in the browser.
WHERE char * C_Postponed
Config: Folder to store postponed messages.
WHERE char * C_ArrowString
Config: Use an custom string for arrow_cursor.
WHERE bool C_Resolve
Config: Move to the next email whenever a command modifies an email.
WHERE char * C_IndentString
Config: String used to indent 'reply' text.
WHERE bool C_WaitKey
Config: Prompt to press a key after running external commands.
WHERE bool C_Confirmappend
Config: Confirm before appending emails to a mailbox.
WHERE bool C_TextFlowed
Config: Generate 'format=flowed' messages.