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
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" |
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
Functions: | |
<group-alternatives> | |
<group-multilingual> | |
<ungroup> | |
The two 'group's should behave the same way, except that 'multilingual' will do extra checks. | |
Test cases | |
ten attachments (apple, banana, cherry, damson, elderberry, fig, guava, haw, ilama, jackfruit) |
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 record = no | |
set postpone = no | |
set editor="lorem 1 | fmt >> %s" | |
set sendmail="sendmail.sh" | |
set smtp_url="" | |
macro index,pager <F1> "[email protected]<enter>test<enter>" | |
macro compose <F2> "abrowser.c<enter>abrowser.h<enter>acommands.c<enter>acommands.h<enter>aenriched.c<enter>aenriched.h<enter>" | |
macro compose <F3> "HjTjTjT" |
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
61 functions that take user input | |
OP_MAIN_CHANGE_FOLDER "open a different folder" | |
OP_MAIN_CHANGE_FOLDER_READONLY "open a different folder in read only mode" | |
OP_MAIN_CHANGE_VFOLDER "open a different virtual folder" | |
OP_MAIN_CHANGE_GROUP "open a different newsgroup" | |
OP_MAIN_CHANGE_GROUP_READONLY "open a different newsgroup in read only mode" | |
mutt_buffer_enter_fname | |
OP_COPY_MESSAGE "copy a message to a file/mailbox" |
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
# dlopen test | |
CC = gcc | |
RM = rm -fr | |
SRC = foo1.c foo2.c foo3.c | |
OBJ = $(SRC:.c=.o) | |
OUT = foo1 foo2.so foo3.so dlopen | |
CFLAGS += -g |
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
#!/bin/bash | |
for a in 'imap' 'imaps'; do | |
for b in '' 'user@' '[email protected]@' 'user:pass@'; do | |
for c in 'host.com' '[12AB::EF89]'; do | |
for d in '' ':123'; do | |
for e in '' '/' '/path' '/path/one/two' '/path.one.two'; do | |
echo "$a://$b$c$d$e" | |
done | |
done |
Some missing
- 🇧🇷
:brazil:
- 🇧🇬
:bulgaria:
- 🇨🇳
:cn:
- 🇨🇿
:czech_republic:
- 🇩🇪
:de:
- 🇩🇰
:denmark:
- 🇪🇸
:es:
- 🇪🇪
:estonia: