This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set newsrc = "~/.newsrc" # File containing list of subscribed newsgroups | |
set news_cache_dir = "~/.neomutt" # Directory for cached news articles | |
# set catchup_newsgroup = ask-yes # Mark all articles as read when leaving a newsgroup | |
# set nntp_context = 1000 # Maximum number of articles to list (0 for all articles) | |
# set nntp_poll = 60 # Interval between checks for new posts | |
set news_server = "news://nntp.lore.kernel.org" | |
set folder = "$news_server" |
Old Name | New Name | Description |
---|---|---|
askbcc |
ask_bcc |
Ask the user for the blind-carbon-copy recipients |
askcc |
ask_cc |
Ask the user for the carbon-copy recipients |
autoedit |
auto_edit |
Skip the initial compose menu and edit the email |
confirmappend |
confirm_append |
Confirm before appending emails to a mailbox |
confirmcreate |
confirm_create |
Confirm before creating a new mailbox |
crypt_autoencrypt |
crypt_auto_encrypt |
Automatically PGP encrypt all outgoing mail |
crypt_autopgp |
crypt_auto_pgp |
Al |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
digraph enter_field | |
{ | |
graph [ | |
rankdir="LR" | |
nodesep="0.2" | |
ranksep="0.5" | |
compound="true" | |
] | |
node [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
digraph display_line | |
{ | |
graph [ | |
rankdir="LR" | |
nodesep="0.2" | |
ranksep="0.5" | |
compound="true" | |
] | |
node [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const bool c_abort_backspace = cs_subset_bool (NeoMutt->sub, "abort_backspace"); // C_AbortBackspace | |
const char *c_abort_key = cs_subset_string (NeoMutt->sub, "abort_key"); // C_AbortKey | |
const bool c_arrow_cursor = cs_subset_bool (NeoMutt->sub, "arrow_cursor"); // C_ArrowCursor | |
const char *c_arrow_string = cs_subset_string (NeoMutt->sub, "arrow_string"); // C_ArrowString | |
const bool c_ascii_chars = cs_subset_bool (NeoMutt->sub, "ascii_chars"); // C_AsciiChars | |
const bool c_ask_bcc = cs_subset_bool (NeoMutt->sub, "ask_bcc"); // C_AskBcc | |
const bool c_ask_cc = cs_subset_bool (NeoMutt->sub, "ask_cc"); // C_AskCc | |
const char |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
digraph windows | |
{ | |
graph [ | |
rankdir="LR" | |
nodesep="0.2" | |
ranksep="0.5" | |
compound="true" | |
] | |
node [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pager-only functions (7) | |
bottom OP_PAGER_BOTTOM | |
mark-as-new OP_TOGGLE_NEW | |
search-toggle OP_SEARCH_TOGGLE | |
skip-headers OP_PAGER_SKIP_HEADERS | |
skip-quoted OP_PAGER_SKIP_QUOTED | |
toggle-quoted OP_PAGER_HIDE_QUOTED | |
top OP_PAGER_TOP |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://github.com/neomutt/gfx/raw/master/screenshots/window/ | |
Base Windows | |
WT_ROOT | |
WT_HELP_BAR | |
WT_ALL_DIALOGS | |
... | |
WT_MESSAGE | |