summaryrefslogtreecommitdiffstats
path: root/config/common
blob: 95a0c33df70707b575530e2332d745c6edc3fcc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
set record=+Verschickt		# gesendete Mails auch in Verschickt speichern
set sort=threads			# nach Threads sortieren
set sort_aux=date-sent		# Threads nach Datum der ersten Mail sortieren
set move=no					# gelesene Mails nicht ins lokale Maildir schieben
set markers=no				# keine + zeichen vor umgebrochenen zeilen
set beep=no					# keine beep töne
set delete=yes				# löschen ohne nachzufragen
set collapse_unread=yes		# dont collapse threads with unread messages
set mark_old=no             # neue mails beim beenden nicht als old markieren
set followup_to=no          # Mail-Followup-To beim verschicken nicht generieren
set honor_followup_to=no    # Mail-Followup-To ignorieren
set alias_file=~/.mutt/aliases
set sort_alias=unsorted

alternative_order text/plain text/enriched text/html
auto_view text/html						# Auto View HTML Mails
auto_view application/pgp-encrypted		# Auto View PGP signed stuff
auto_view application/x-tar				# Auto View TAR content

mime_lookup application/octet-stream

unset imap_passive          # Don't wait to enter mailbox manually
set imap_check_subscribed   # automatically poll subscribed
set sleep_time = 0          # fast scrolling
set timeout    = 1          # poll current mailbox more often
set net_inc    = 5          # Display download progress every 5K
set ts_enabled=yes          # fancy xterm title

# index format
set index_format = "%4C %Z %{%b %d} %-15.15L %s"
#set index_format = "%4C %Z %{%b %d} %s"