more mutt
This commit is contained in:
parent
b5ff6a4c2e
commit
5faf50bb84
1 changed files with 4 additions and 0 deletions
4
.muttrc
4
.muttrc
|
|
@ -62,6 +62,7 @@ color header brightcyan black ^Cc:
|
||||||
color header brightblue black ^Subject:
|
color header brightblue black ^Subject:
|
||||||
color body brightred black [\-\.+_a-zA-Z0-9]+@[\-\.a-zA-Z0-9]+
|
color body brightred black [\-\.+_a-zA-Z0-9]+@[\-\.a-zA-Z0-9]+
|
||||||
color body brightblue black (https?|ftp)://[\-\.,/%~_:?&=\#a-zA-Z0-9]+
|
color body brightblue black (https?|ftp)://[\-\.,/%~_:?&=\#a-zA-Z0-9]+
|
||||||
|
color index brightcyan default ~N
|
||||||
|
|
||||||
# GnuPG configuration
|
# GnuPG configuration
|
||||||
set pgp_decode_command="gpg --status-fd=2 %?p?--passphrase-fd 0? --no-verbose --quiet --batch --output - %f"
|
set pgp_decode_command="gpg --status-fd=2 %?p?--passphrase-fd 0? --no-verbose --quiet --batch --output - %f"
|
||||||
|
|
@ -84,6 +85,7 @@ macro index c "<change-folder>?<toggle-mailboxes>" "open a different folder"
|
||||||
macro pager c "<change-folder>?<toggle-mailboxes>" "open a different folder"
|
macro pager c "<change-folder>?<toggle-mailboxes>" "open a different folder"
|
||||||
macro index C "<copy-message>?<toggle-mailboxes>" "copy a message to a mailbox"
|
macro index C "<copy-message>?<toggle-mailboxes>" "copy a message to a mailbox"
|
||||||
macro index M "<save-message>?<toggle-mailboxes>" "move a message to a mailbox"
|
macro index M "<save-message>?<toggle-mailboxes>" "move a message to a mailbox"
|
||||||
|
macro index m "<clear-flag>N" "mark as read"
|
||||||
macro compose A "<attach-message>?<toggle-mailboxes>" "attach message(s) to this message"
|
macro compose A "<attach-message>?<toggle-mailboxes>" "attach message(s) to this message"
|
||||||
macro index J "<next-new>" "next unread"
|
macro index J "<next-new>" "next unread"
|
||||||
macro index,pager "\Cf" "<next-page>" "page down"
|
macro index,pager "\Cf" "<next-page>" "page down"
|
||||||
|
|
@ -91,6 +93,8 @@ macro index,pager "\Cb" "<previous-page>" "page down"
|
||||||
|
|
||||||
bind index gg first-entry
|
bind index gg first-entry
|
||||||
bind index G last-entry
|
bind index G last-entry
|
||||||
|
bind index A toggle-read
|
||||||
|
bind index n mail
|
||||||
|
|
||||||
# Neomutt
|
# Neomutt
|
||||||
#set sidebar_delim = " │"
|
#set sidebar_delim = " │"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue