From f22f1723c01b56da14ae1de3491a78af1bc4c464 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Wed, 11 Dec 2024 20:46:32 +0100 Subject: Dot files with `chezmoi` --- mutt/.mbsyncrc | 27 --------------- mutt/.neomutt/colors.muttrc | 82 --------------------------------------------- mutt/.neomutt/first.email | 26 -------------- mutt/.neomutt/mailcap | 3 -- mutt/.neomuttrc | 69 -------------------------------------- 5 files changed, 207 deletions(-) delete mode 100644 mutt/.mbsyncrc delete mode 100644 mutt/.neomutt/colors.muttrc delete mode 100644 mutt/.neomutt/first.email delete mode 100644 mutt/.neomutt/mailcap delete mode 100644 mutt/.neomuttrc (limited to 'mutt') diff --git a/mutt/.mbsyncrc b/mutt/.mbsyncrc deleted file mode 100644 index cb2ed55..0000000 --- a/mutt/.mbsyncrc +++ /dev/null @@ -1,27 +0,0 @@ -# ================== # -# # -# ================== # - -IMAPStore -remote -# Address to connect to -Host -Port -User -Pass -SSLType STARTTLS -AuthMechs LOGIN - -MaildirStore -local -Subfolders Verbatim -Path ~/.mail// -INBOX ~/.mail//INBOX -Flatten . - -Channel -Master :-remote: -Slave :-local: -Patterns INBOX Drafts Sent Trash -SyncState * -Create Both -Expunge Both -MaxMessages 0 diff --git a/mutt/.neomutt/colors.muttrc b/mutt/.neomutt/colors.muttrc deleted file mode 100644 index 750a86d..0000000 --- a/mutt/.neomutt/colors.muttrc +++ /dev/null @@ -1,82 +0,0 @@ -# gruvbox dark (contrast dark): - -# bg0 = 232 -# bg1 = 237 -# bg2 = 239 -# bg3 = 241 -# bg4 = 243 -# -# gray = 245 -# -# fg0 = 229 -# fg1 = 223 -# fg2 = 250 -# fg3 = 248 -# fg4 = 246 -# -# red = 167 -# green = 142 -# yellow = 214 -# blue = 109 -# purple = 175 -# aqua = 108 -# orange = 208 - - -# See http://www.mutt.org/doc/manual/#color - -color attachment color109 color232 -color bold color229 color232 -color error color167 color232 -color hdrdefault color246 color232 -color indicator color223 color208 -color markers color243 color232 -color normal color223 color232 -color quoted color250 color232 -color quoted1 color108 color232 -color quoted2 color250 color232 -color quoted3 color108 color232 -color quoted4 color250 color232 -color quoted5 color108 color232 -color search color232 color208 -color signature color108 color232 -color status color232 color250 -color tilde color243 color232 -color tree color142 color232 -color underline color223 color239 - -color sidebar_divider color250 color232 -color sidebar_new color142 color232 - -color index color142 color232 ~N -color index color108 color232 ~O -color index color109 color232 ~P -color index color214 color232 ~F -color index color175 color232 ~Q -color index color167 color232 ~= -color index color232 color223 ~T -color index color232 color167 ~D - -color header color214 color232 "^(To:|From:)" -color header color142 color232 "^Subject:" -color header color108 color232 "^X-Spam-Status:" -color header color108 color232 "^Received:" - -color body color142 color232 "[a-z]{3,256}://[-a-zA-Z0-9@:%._\\+~#=/?&,]+" -#color body color142 color232 "[a-zA-Z]([-a-zA-Z0-9_]+\\.){2,256}[-a-zA-Z0-9_]{2,256}" -color body color208 color232 "[-a-z_0-9.%$]+@[-a-z_0-9.]+\\.[-a-z][-a-z]+" -color body color208 color232 "mailto:[-a-z_0-9.]+@[-a-z_0-9.]+" -color body color232 color214 "[;:]-*[)>(mbsync -V " "sync email" - -color indicator black color214 diff --git a/mutt/.neomutt/mailcap b/mutt/.neomutt/mailcap deleted file mode 100644 index dea866b..0000000 --- a/mutt/.neomutt/mailcap +++ /dev/null @@ -1,3 +0,0 @@ -text/html; xdg-open %s &> /dev/null &; nametemplate=%s.html -application/*; xdg-open %s &> /dev/null &; -image/*; xdg-open %s &> /dev/null &; diff --git a/mutt/.neomuttrc b/mutt/.neomuttrc deleted file mode 100644 index 7ca9cde..0000000 --- a/mutt/.neomuttrc +++ /dev/null @@ -1,69 +0,0 @@ -# Folder hooks -folder-hook '' 'source ~/.neomutt/' - -# Default account -source ~/.neomutt/ - -# Macros for switching accounts -macro index 'source ~/.neomutt/!' - -set editor = "vim" -set charset = "utf-8" - -set sidebar_visible -set sidebar_format="%B%?F? [%F]?%* %?N?%N/?%S" -set mail_check_stats - - -# cache settings -set header_cache = ~/.cache/mutt -set message_cachedir = "~/.cache/mutt/message_cache" - - -# navigation settings -bind index,pager g noop -macro index,pager gi "=INBOX" "go to inbox" -macro index,pager gs "=Sent" "go to record" -macro index,pager gd "=Drafts" "go to drafts" -macro index,pager gt "=Trash" "go to trash" - -set sidebar_visible = yes -set sidebar_width = 30 -set sidebar_new_mail_only = no -set sidebar_folder_indent -set sidebar_indent_string = ' ' - -bind index,pager K sidebar-prev -bind index,pager J sidebar-next -bind index,pager L sidebar-open -bind index,pager B sidebar-toggle-visible - -source ~/.neomutt/colors.muttrc -bind index j next-entry -bind index k previous-entry - -bind pager j next-line -bind pager k previous-line -bind pager h previous-entry -bind pager l next-entry - -bind pager gg top -bind pager G bottom -bind index gg first-entry -bind index G last-entry - -bind index,pager V noop -macro index,pager V "html" - -bind generic,index,pager / search - -## Other Settings -set mail_check_stats -set sort = 'reverse-date' -set markers = no # Disables the `+` displayed at line wraps -set mime_forward = yes # attachments are forwarded with mail -set fast_reply # skip to compose when replying -set fcc_attach # save attachments with the body -set forward_format = "Fwd: %s" # format of subject when forwarding - -set mailcap_path = ~/.neomutt/mailcap -- cgit v1.2.3-18-g5258