mirror of
https://github.com/nikdoof/dotfiles.git
synced 2025-12-11 16:52:26 +00:00
35 lines
1.6 KiB
Plaintext
35 lines
1.6 KiB
Plaintext
set signature="~/.mutt/signature"
|
|
set editor="nano -r 72 -b"
|
|
|
|
set from = "nikdoof@dimension.sh"
|
|
set realname = "Andrew Williams"
|
|
set use_from
|
|
set envelope_from # which from?
|
|
set edit_headers # show headers when composing
|
|
set fast_reply # skip to compose when replying
|
|
set askcc # ask for CC:
|
|
set fcc_attach # save attachments with the body
|
|
set forward_format = "Fwd: %s" # format of subject when forwarding
|
|
set forward_decode # decode when forwarding
|
|
set attribution = "On %d, %n wrote:" # format of quoting header
|
|
set reply_to # reply to Reply to: field
|
|
set reverse_name # reply as whomever it was to
|
|
set include # include message in replies
|
|
set forward_quote # include message in forwards
|
|
set text_flowed
|
|
unset mime_forward # forward attachments as part of body
|
|
|
|
unmy_hdr * # delete existing header-settings, if there are any.
|
|
my_hdr X-PGP-Key: https://nikdoof.com/pgp_keys.asc
|
|
|
|
set record = "+.Sent"
|
|
set postponed = "+.Drafts"
|
|
|
|
mailboxes `echo -n "+ "; find ~/Maildir -maxdepth 1 -type d -name ".*" -printf "+%f' "`
|
|
macro index 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 M "<save-message>?<toggle-mailboxes>" "move a message to a mailbox"
|
|
|
|
unignore List-ID # Show list ID for mailing lists
|