[mutt] removed (new config soon)

This commit is contained in:
Marcel Kapfer 2020-05-12 17:36:21 +02:00
parent 512ab7892b
commit 8e55af796f
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
6 changed files with 0 additions and 313 deletions

View File

@ -1,3 +0,0 @@
text/html; lynx -assume_charset=%{charset} -display_charset=utf-8 -dump %s; nametemplate=%s.html; copiousoutput
application/pdf; mupdf nametemplate;

View File

@ -1,106 +0,0 @@
bind generic,pager,editor,index <Esc> noop
set header_cache = "~/.cache/mutt/headers"
set message_cachedir = "~/.cache/mutt/messages"
set tmpdir = "/tmp"
set imap_check_subscribed
set timeout = 60
set mail_check = 120
set imap_keepalive = 300
unset imap_passive
set mbox_type=Maildir
set sort = threads
set sort_aux=last-date-received
set sleep_time = 0
set beep = no
set smart_wrap
set pager_index_lines=8
set confirmappend = no
set include=yes
set hdrs
set edit_hdrs
set nomarkers
set reply_to=ask-yes
set envelope_from
set editor = "es"
## Passwords file
source "gpg --textmode -d ~/.mutt/passwords.gpg |"
source /usr/share/doc/mutt/examples/gpg.rc
## Settings
set send_charset="utf-8"
## Theming
source ~/.mutt/theme
# message list
set index_format = "%4C %Z %{%b %d %R} %-15.15L (%6l) %s"
## HTML mails
set mailcap_path = ~/.mutt/mailcap
alternative_order text/plain text/html
auto_view text/html
## khard
set query_command= "khard email --parsable %s"
bind editor <Tab> complete-query
bind editor ^T complete
macro index,pager a "<pipe-message>khard add-email<return>" "Add this sender to khard"
# binds
bind index "{" previous-thread
bind index "}" next-thread
bind index "G" sync-mailbox
bind pager "{" previous-thread
bind pager "}" next-thread
# custom headers
## Sidebar
## Variables
set sidebar_visible = yes
set sidebar_short_path = yes
set sidebar_delim_chars = "/."
set sidebar_folder_indent = yes
set sidebar_indent_string = " "
set sidebar_new_mail_only = no
set sidebar_next_new_wrap = no
set sidebar_on_right = no
set sidebar_divider_char = '|'
set mail_check_stats
set sidebar_format = "%B%?F? [%F]?%* %?N?%N/?%S"
set sidebar_sort_method = "path"
## Functions
bind index,pager \Cp sidebar-prev
bind index,pager \Cn sidebar-next
bind index,pager \Co sidebar-open
bind index,pager <F5> sidebar-page-up
bind index,pager <F6> sidebar-page-down
bind index,pager \C[ sidebar-prev-new
bind index,pager \C] sidebar-next-new
bind index,pager B sidebar-toggle-visible
## Colors
color sidebar_highlight black cyan
color sidebar_divider color8 black
color sidebar_flagged red black
color sidebar_new green black
color sidebar_ordinary color2 default
# Attachment support
set abort_noattach = ask-yes
set attach_keyword = "\\<(Anhang|angehängt|beigefügt|attach(|ed|ments?)?)\\>"
# New mail notification
set new_mail_command="notify-send 'New Email in %f' '%n new messages, %u unread.' &"
# compatibility with some use cases
set abort_unmodified = no
# Local Variables:
# mode: muttrc
# End:

View File

@ -1,8 +0,0 @@
Marcel Kapfer
mmk2410.org / marcel-kapfer.de
GPG Fingerprint: 9FE0 1C39 F745 51D4 3411 6394 CADE 6F0C 09F2 1B09
Twitter: https://twitter.com/mmk2410
GitLab: https://gitlab.com/mmk2410
Launchpad: https://launchpad.net/~mmk2410

View File

@ -1,6 +0,0 @@
Marcel Kapfer
Fachschaft Informatik
Öffentlichkeitsreferat
SoNaFe-Team
BECI-Fest-Team

View File

@ -1,99 +0,0 @@
# Mutt color file
# Maintainer: Jon Häggblad <jon@haeggblad.com>
# URL: http://www.haeggblad.com
# Last Change: 2013 May 17
# Version: 0.1
#
# Mutt colorscheme loosely inspired by vim colorscheme wombat.vim.
#
# Changelog:
# 0.1 - Initial version
# --- vombatidae text colors ---
# color normal color230 color234
# color message color230 color234
# --- slightly less yellow text colors ---
# color normal color253 color234 # mod
# color normal color253 color233 # mod
color normal color253 default # mod
color indicator color230 color238
color status color101 color16
# color tree color113 color234
# color tree color173 color234
color tree color208 default
color signature color102 default
color message color253 default
color attachment color117 default
color error color30 default
color tilde color130 color235
color search color100 default
color markers color138 default
# mono bold reverse
# color bold color173 color191
# mono underline reverse
# color underline color48 color191
color quoted color107 default # quoted text
color quoted1 color66 default
color quoted2 color32 default
color quoted3 color30 default
color quoted4 color99 default
color quoted5 color36 default
color quoted6 color114 default
color quoted7 color109 default
color quoted8 color41 default
color quoted9 color138 default
# color body cyan default "((ftp|http|https)://|news:)[^ >)\"\t]+"
# color body cyan default "[-a-z_0-9.+]+@[-a-z_0-9.]+"
# color body red default "(^| )\\*[-a-z0-9*]+\\*[,.?]?[ \n]"
# color body green default "(^| )_[-a-z0-9_]+_[,.?]?[\n]"
# color body red default "(^| )\\*[-a-z0-9*]+\\*[,.?]?[ \n]"
# color body green default "(^| )_[-a-z0-9_]+_[,.?]?[ \n]"
color index color202 default ~F # Flagged
color index color39 default ~N # New
color index color39 default ~O
color index color229 color22 ~T # Tagged
color index color240 default ~D # Deleted
# ---
#mono body reverse '^(subject):.*'
#color body brightwhite magenta '^(subject):.*'
#mono body reverse '[[:alpha:]][[:alnum:]-]+:'
#color body black cyan '[[:alpha:]][[:alnum:]-]+:'
# --- header ---
color hdrdefault color30 default
color header color132 default '^date:'
color header color153 default '^(to|cc|bcc):'
color header color120 default '^from:'
color header color178 default '^subject:'
color header color31 default '^user-agent:'
color header color29 default '^reply-to:'
#color header magenta default '^(status|lines|date|received|sender|references):'
#color header magenta default '^(pr|mime|x-|user|return|content-)[^:]*:'
#color header brightyellow default '^content-type:'
#color header magenta default '^content-type: *text/plain'
# color header brightgreen default '^list-[^:]*:'
#mono header bold '^(subject):.*$'
#color header brightcyan default '^(disposition)'
#color header green default '^(mail-)?followup'
#color header white default '^reply'
#color header brightwhite default '^(resent)'
# color header brightwhite default '^from:'
#mono index bold '~h "^content-type: *(multipart/(mixed|signed|encrypted)|application/)"'
#color index green black '~h "^content-type: *multipart/(signed|encrypted)"'
#color sidebar_new color39 default
# Local Variables:
# mode: muttrc
# End:

View File

@ -1,91 +0,0 @@
## Theme kindly inspired from
## http://nongeekshandbook.blogspot.ie/2009/03/mutt-color-configuration.html
## Colours for items in the index
color index brightcyan black ~N
color index brightred black ~O
color index brightyellow black ~F
color index black green ~T
color index brightred black ~D
mono index bold ~N
mono index bold ~F
mono index bold ~T
mono index bold ~D
## Highlights inside the body of a message.
## URLs
color body brightgreen black "(http|ftp|news|telnet|finger)://[^ \"\t\r\n]*"
color body brightgreen black "mailto:[-a-z_0-9.]+@[-a-z_0-9.]+"
mono body bold "(http|ftp|news|telnet|finger)://[^ \"\t\r\n]*"
mono body bold "mailto:[-a-z_0-9.]+@[-a-z_0-9.]+"
## Email addresses.
color body brightgreen black "[-a-z_0-9.%$]+@[-a-z_0-9.]+\\.[-a-z][-a-z]+"
## Header
color header green black "^from:"
color header green black "^to:"
color header green black "^cc:"
color header green black "^date:"
color header yellow black "^newsgroups:"
color header yellow black "^reply-to:"
color header brightcyan black "^subject:"
color header red black "^x-spam-rule:"
color header green black "^x-mailer:"
color header yellow black "^message-id:"
color header yellow black "^Organization:"
color header yellow black "^Organisation:"
color header yellow black "^User-Agent:"
color header yellow black "^message-id: .*pine"
color header yellow black "^X-Fnord:"
color header yellow black "^X-WebTV-Stationery:"
color header red black "^x-spam-rule:"
color header green black "^x-mailer:"
color header yellow black "^message-id:"
color header yellow black "^Organization:"
color header yellow black "^Organisation:"
color header yellow black "^User-Agent:"
color header yellow black "^message-id: .*pine"
color header yellow black "^X-Fnord:"
color header yellow black "^X-WebTV-Stationery:"
color header yellow black "^X-Message-Flag:"
color header yellow black "^X-Spam-Status:"
color header yellow black "^X-SpamProbe:"
color header red black "^X-SpamProbe: SPAM"
## Coloring quoted text - coloring the first 7 levels:
color quoted cyan black
color quoted1 yellow black
color quoted2 red black
color quoted3 green black
color quoted4 cyan black
color quoted5 yellow black
color quoted6 red black
color quoted7 green black
## Default color definitions
#color hdrdefault white green
color signature brightmagenta black
color indicator black cyan
color attachment black green
color error red black
color message white black
color search brightwhite magenta
color status brightyellow blue
color tree brightblue black
color normal white black
color tilde green black
color bold brightyellow black
#color underline magenta black
color markers brightcyan black
## Colour definitions when on a mono screen
mono bold bold
mono underline underline
mono indicator reverse
# Local Variables:
# mode: muttrc
# End: