This repository has been archived on 2024-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/common/mutt/rc

56 lines
1.4 KiB
Plaintext
Raw Normal View History

2017-12-21 12:18:17 -06:00
set realname = "Daniel Flanagan"
2020-04-20 10:38:19 -05:00
set from = "Daniel Flanagan <daniel@lyte.dev>"
2017-12-21 12:18:17 -06:00
set use_from = yes
set envelope_from = yes
2020-11-05 21:13:39 -06:00
# set edit_headers = yes
2017-12-21 12:18:17 -06:00
2020-11-05 21:13:39 -06:00
# set folder="~/../mail"
# set sendmail="/usr/bin/esmtp"
# set sidebar_visible
set sidebar_format = "%B%?F? [%F]?%* %?N?%N/?%S"
set mail_check_stats
bind index,pager \CD sync-mailbox
bind index,pager \CP sidebar-prev
bind index,pager \CN sidebar-next
bind index,pager \CI sidebar-open
bind index,pager \CB sidebar-toggle-visible
2020-11-05 21:13:39 -06:00
set smtp_url = "smtps://wraithx2@gmail.com@smtp.gmail.com:465/"
set smtp_pass = "`pass google-app-password`"
set imap_user = "wraithx2@gmail.com"
set imap_pass = "`pass google-app-password`"
set folder = "imaps://imap.gmail.com:993"
set spoolfile = "+INBOX"
set ssl_force_tls = yes
bind pager g top
2019-04-03 12:39:40 -05:00
bind pager G bottom
bind pager \Cu half-up
bind pager \Cd half-down
bind pager k half-up
bind pager j half-down
bind pager J next-entry
bind pager K previous-entry
2020-11-05 21:13:39 -06:00
bind index \CR imap-fetch-mail
2021-09-24 13:06:43 -05:00
bind index \CR imap-fetch-mail
bind attach,index g first-entry
bind attach,index G last-entry
2020-11-05 21:13:39 -06:00
macro index,pager A s><return>y
2021-09-24 13:06:43 -05:00
macro index \' "<tag-pattern>~R !~D !~F<enter>\
<tag-prefix><save-message>+[Gmail]/All <enter>" \
"Archive"
2020-11-05 21:13:39 -06:00
set record = ""
set editor = "nvim"
set charset = "utf-8"
set header_cache = "~/.cache/mutt/headers"
set message_cachedir = "~/.cache/mutt/bodies"
2021-09-24 13:06:43 -05:00
set timeout = 60
set sort = reverse-date
2021-05-29 22:52:00 -05:00
set new_mail_command="notify-send 'New Email' '%n new messages, %u unread.' &"