diff options
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" |