diff options
author | Adam T. Carpenter <atc@53hor.net> | 2020-12-15 18:14:58 -0500 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2020-12-15 18:14:58 -0500 |
commit | 9710351be5ee483d1326aa3570e4afe782e48570 (patch) | |
tree | 403870f6e0c8397d1185c136529b94706d4310e7 /.config/mutt | |
parent | 0a16ab8ab338ca93f6d12b424182ad079d502d10 (diff) | |
download | dotfiles-9710351be5ee483d1326aa3570e4afe782e48570.tar.xz dotfiles-9710351be5ee483d1326aa3570e4afe782e48570.zip |
updated package list, updated muttrc with smtp, added some themes
Diffstat (limited to '.config/mutt')
-rw-r--r-- | .config/mutt/muttrc | 26 |
1 files changed, 16 insertions, 10 deletions
diff --git a/.config/mutt/muttrc b/.config/mutt/muttrc index d732932..9cddda3 100644 --- a/.config/mutt/muttrc +++ b/.config/mutt/muttrc @@ -2,6 +2,8 @@ # System configuration file for Mutt # +source "cat mutt_smtp_pass |" + #mailboxes = +INBOX auto_view text/html alternative_order text/plain text/html @@ -19,12 +21,16 @@ hdr_order date from to cc subject # imitate the old search-body function macro index \eb "<search>~b " "search in message bodies" +# urlview +macro index \cb |urlview\n +macro pager \cb |urlview\n + # simulate the old url menu -macro index,pager,attach,compose \cb "\ -<enter-command> set my_pipe_decode=\$pipe_decode pipe_decode<Enter>\ -<pipe-message> urlview<Enter>\ -<enter-command> set pipe_decode=\$my_pipe_decode; unset my_pipe_decode<Enter>" \ -"call urlview to extract URLs out of a message" +#macro index,pager,attach,compose \cb "\ +#<enter-command> set my_pipe_decode=\$pipe_decode pipe_decode<Enter>\ +#<pipe-message> urlview<Enter>\ +#<enter-command> set pipe_decode=\$my_pipe_decode; unset my_pipe_decode<Enter>" \ +#"call urlview to extract URLs out of a message" # Show documentation when pressing F1 macro generic,pager <F1> "<shell-escape> less /usr/local/share/doc/mutt/manual.txt<Enter>" "show Mutt documentation" @@ -4159,7 +4165,7 @@ set message_cachedir=~/.cache/mutt # If set, all folders are opened in read-only mode. # # -# set realname="" +set realname="Adam T. Carpenter" # # Name: realname # Type: string @@ -5441,7 +5447,7 @@ set message_cachedir=~/.cache/mutt # if you are the only one who can read the file. # # -# set smtp_url="" +set smtp_url="smtps://53hornet@smtp.gmail.com:465" # # Name: smtp_url # Type: string @@ -5618,7 +5624,7 @@ set spoolfile=+/ # key. # # -# set ssl_force_tls=no +set ssl_force_tls=yes # # Name: ssl_force_tls # Type: boolean @@ -5644,7 +5650,7 @@ set spoolfile=+/ # the default from the GNUTLS library. (GnuTLS only) # # -# set ssl_starttls=yes +set ssl_starttls=yes # # Name: ssl_starttls # Type: quadoption @@ -6207,7 +6213,7 @@ set spoolfile=+/ # executable pointed to by $sendmail doesn't support the -f switch. # # -# set use_from=yes +set use_from=yes # # Name: use_from # Type: boolean |