From 8e55af796f6b301f3c0b3504985abbe9bf3b2493 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Tue, 12 May 2020 17:36:21 +0200 Subject: [PATCH] [mutt] removed (new config soon) --- mutt/mailcap | 3 -- mutt/muttrc | 106 ------------------------------------------------- mutt/sig | 8 ---- mutt/sig-uni | 6 --- mutt/theme | 99 --------------------------------------------- mutt/theme.old | 91 ------------------------------------------ 6 files changed, 313 deletions(-) delete mode 100644 mutt/mailcap delete mode 100644 mutt/muttrc delete mode 100644 mutt/sig delete mode 100644 mutt/sig-uni delete mode 100644 mutt/theme delete mode 100644 mutt/theme.old diff --git a/mutt/mailcap b/mutt/mailcap deleted file mode 100644 index 522572c..0000000 --- a/mutt/mailcap +++ /dev/null @@ -1,3 +0,0 @@ -text/html; lynx -assume_charset=%{charset} -display_charset=utf-8 -dump %s; nametemplate=%s.html; copiousoutput - -application/pdf; mupdf nametemplate; diff --git a/mutt/muttrc b/mutt/muttrc deleted file mode 100644 index cd93f2f..0000000 --- a/mutt/muttrc +++ /dev/null @@ -1,106 +0,0 @@ -bind generic,pager,editor,index 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 complete-query -bind editor ^T complete -macro index,pager a "khard add-email" "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 sidebar-page-up -bind index,pager 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: diff --git a/mutt/sig b/mutt/sig deleted file mode 100644 index f801196..0000000 --- a/mutt/sig +++ /dev/null @@ -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 diff --git a/mutt/sig-uni b/mutt/sig-uni deleted file mode 100644 index 905c2d9..0000000 --- a/mutt/sig-uni +++ /dev/null @@ -1,6 +0,0 @@ -Marcel Kapfer - -Fachschaft Informatik -Öffentlichkeitsreferat -SoNaFe-Team -BECI-Fest-Team diff --git a/mutt/theme b/mutt/theme deleted file mode 100644 index 8a73474..0000000 --- a/mutt/theme +++ /dev/null @@ -1,99 +0,0 @@ -# Mutt color file -# Maintainer: Jon Häggblad -# 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: diff --git a/mutt/theme.old b/mutt/theme.old deleted file mode 100644 index 33c311f..0000000 --- a/mutt/theme.old +++ /dev/null @@ -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: \ No newline at end of file