summaryrefslogtreecommitdiff
path: root/.mutt
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2025-01-25 14:53:09 +0100
committerMarc Vertes <mvertes@free.fr>2025-01-25 14:53:09 +0100
commita9501c0596574970a6f6eefad27be9327a67fa94 (patch)
treeb786c8b29eb62f09b7a13eea9062d6eb0b1c7d66 /.mutt
parent7d91d0d4bfb72ff1d05408e0e9fc2ec4f8d4583f (diff)
cleanup
Diffstat (limited to '.mutt')
-rw-r--r--.mutt/free8
-rw-r--r--.mutt/muttrc68
2 files changed, 0 insertions, 76 deletions
diff --git a/.mutt/free b/.mutt/free
deleted file mode 100644
index 4694401..0000000
--- a/.mutt/free
+++ /dev/null
@@ -1,8 +0,0 @@
-set folder = "~/Mail/free/"
-set spoolfile = "+INBOX"
-set postponed = "+Drafts"
-set trash = "+Trash"
-set record = ""
-
-set from = "mvertes@free.fr"
-set realname = "Marc Vertes"
diff --git a/.mutt/muttrc b/.mutt/muttrc
deleted file mode 100644
index 817065b..0000000
--- a/.mutt/muttrc
+++ /dev/null
@@ -1,68 +0,0 @@
-set folder=~/Mail/free
-set spoolfile=+/INBOX
-set header_cache=~/.cache/mutt
-auto_view text/html
-alternative_order text/plain text/enriched text/html
-
-color normal black default
-
-color hdrdefault red default
-color signature blue default
-color indicator black brightyellow
-color error brightred default
-color status white blue
-color tree red default # the thread tree in the index menu
-color tilde magenta default
-color message blue default
-color markers cyan default
-color attachment brightmagenta default
-color search black green # how to hilite searches in the pager
-color quoted blue default # quoted text
-color quoted1 magenta default
-color quoted2 red default
-color quoted3 green default
-color quoted4 cyan default
-color quoted5 blue default
-color quoted6 magenta default
-color quoted7 red default
-color quoted8 green default
-color quoted9 cyan default
-color underline brightgreen default
-color index green default ~F
-
-color header red default ^(From|Subject):
-# point out url's
-color body black default "((ftp|http|https)://|(file|news):|www\\.)[-a-z0-9_.:]*[a-z0-9](/[^][{} \t\n\r\"<>()]*[^][{} \t\n\r\"<>().,:!])?/?"
-color body cyan default [-a-z_0-9.]+@[-a-z_0-9.]+ # e-mail addresses
-
-# smilies and the like
-color body brightgreen default "<[Gg]>"
-color body brightgreen default "<[Bb][Gg]>"
-# see also the variables smileys
-color body black yellow ">?[;:][-^]?[][)(><}{|/DP][)}]*"
-
-#
-# Mono
-#
-
-mono normal none # normal text
-mono indicator reverse # actual message
-mono tree none # thread arrows
-mono status reverse # status line
-#mono error bold
-mono error standout
-mono message none # info messages
-mono quoted bold
-mono signature none
-mono attachment underline # MIME attachments
-mono search reverse # search matches
-mono tilde none # ~ at bottom of msg
-mono markers bold # + at beginning of wrapped lines
-mono hdrdefault none # default header lines
-mono bold bold # hilite bold patterns in body
-mono underline underline # hilite underlined patterns in body
-mono header bold "^(from|subject):"
-mono body underline "((ftp|http|https)://|(file|news):|www\\.)[-a-z0-9_.:]*[a-z0-9](/[^][{} \t\n\r\"<>()]*[^][{} \t\n\r\"<>().,:!])?/?"
-mono body underline "[-a-z_0-9.]+@[-a-z_0-9.]+"
-mono body bold "(^| )\\*[-a-z0-9äöüß*]+\\*[,.?]?[ \n]"
-mono body underline "(^| )_[-a-z0-9äöüß_]+_[,.?]?[ \n]"