diff options
author | Matthew Lemon <y@yulqen.org> | 2024-02-19 20:51:14 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-02-19 20:51:14 +0000 |
commit | 24fd656b07092611eb0908eaf100831ad68c0691 (patch) | |
tree | 851c6ecfbaa0e24c623a9180353a18787f39587a /muttrc | |
parent | d769027c359b8ec14819f2e80206b3449aa26603 (diff) |
Adds some nice improvements to neomutt
Will reply properly to the address the email was sent to
Changes the signature
Registers the debian-user mailing list
Diffstat (limited to '')
-rw-r--r-- | muttrc | 14 |
1 files changed, 9 insertions, 5 deletions
@@ -32,6 +32,8 @@ unset mark_old # read/new is good enough for me set pipe_decode # strip headers and eval mimes when piping set thorough_search # strip headers and eval mimes before searching + + # nicer text set text_flowed=yes @@ -64,11 +66,12 @@ set spoolfile = "+purelymail/INBOX" #set spoolfile = "+INBOX" # Alternate email addresses. -#alternates <shit goes in here> +alternates mrlemon@yulqen.org y@yulqen.org hello@twentyfoursoftware.co.uk # Mailboxes to show in the sidebar. subscribe announce@openbsd.org +subscribe debian-user@lists.debian.org named-mailboxes Inbox +purelymail/INBOX \ Sent +purelymail/Sent \ @@ -112,9 +115,10 @@ macro index,pager \cb <pipe-entry>'urlview'<enter> 'Follow links with urlview' macro attach,compose \cb <pipe-entry>'urlview'<enter> 'Follow links with urlview' # Folder Shortcuts -macro index Ei '<change-folder>purelymail/INBOX<enter>' 'Go to Inbox' -macro index Ea '<change-folder>purelymail/Archive<enter>' 'Go to Archive' -macro index Es '<change-folder>purelymail/Sent<enter>' 'Go to Sent Mail' +macro index Ei '<change-folder>Inbox<enter>' 'Go to Inbox' +macro index Ea '<change-folder>Archive<enter>' 'Go to Archive' +macro index Es '<change-folder>Sent<enter>' 'Go to Sent Mail' +macro index ES '<change-folder>Subscriptions<enter>' 'Go to Subscription' # Navigate threads bind index { previous-thread @@ -192,7 +196,7 @@ set forward_quote # include message in forwards #set editor = "vim" # Use terminal Vim to compose email. set editor = "vim %s" -set from = "matt@matthewlemon.com" +set from = "Matthew Lemon <matt@matthewlemon.com>" set sendmail = "/usr/bin/msmtp -a purelymail" set sendmail_wait = 0 set record = "+purelymail/Sent" |