muttrc: reconfigure with offlineimap
This commit is contained in:
parent
17361a6a8a
commit
991d527fa8
47
mutt/muttrc
47
mutt/muttrc
@ -1,13 +1,21 @@
|
|||||||
source "~/.mutt/magazino"
|
# simplify folder change
|
||||||
|
# cronjob for offlineimap
|
||||||
|
# also update when the cursor is not moving
|
||||||
|
|
||||||
# local caching
|
# SMTP setting (smtp_pass is set in sourced file)
|
||||||
set header_cache=~/.mutt/cache/headers
|
source "~/.mutt/mag_smtp"
|
||||||
set message_cachedir=~/.mutt/cache/bodies
|
set smtp_url='smtp://rothe@magazino.eu@mail.mein-exchange.de'
|
||||||
|
set ssl_force_tls = yes
|
||||||
|
set realname="Johannes Rothe"
|
||||||
|
set from="rothe@magazino.eu"
|
||||||
|
set use_from = yes
|
||||||
|
|
||||||
# imap refresh
|
set folder="~/Mail/"
|
||||||
set timeout=5
|
set spoolfile="+magazino/INBOX"
|
||||||
# mutt checks for new mails on every keystroke
|
set postponed="+magazino/Drafts"
|
||||||
set mail_check=5
|
set record="+magazino/Sent"
|
||||||
|
# offlineimap automatically creates this file
|
||||||
|
source "~/.mutt/mailboxes"
|
||||||
|
|
||||||
set pager_index_lines=10 # number of index lines to show
|
set pager_index_lines=10 # number of index lines to show
|
||||||
set pager_context=3 # number of context lines to show when scrolling
|
set pager_context=3 # number of context lines to show when scrolling
|
||||||
@ -23,25 +31,32 @@ auto_view text/html
|
|||||||
alternative_order text/plain text/enriched text/html
|
alternative_order text/plain text/enriched text/html
|
||||||
|
|
||||||
# Delete messages without asking when Mutt is quit
|
# Delete messages without asking when Mutt is quit
|
||||||
set delete=yes
|
set delete
|
||||||
|
set confirmappend=no
|
||||||
|
|
||||||
|
# forward options
|
||||||
# ask if the whole message including attachments should be forwarded
|
# ask if the whole message including attachments should be forwarded
|
||||||
set mime_forward=ask-no
|
set mime_forward=ask-no
|
||||||
|
set forward_format = "Fwd: %s"
|
||||||
|
set include
|
||||||
|
set forward_quote
|
||||||
|
|
||||||
# speedup folders switch
|
# speedup folders switch
|
||||||
set sleep_time = 0
|
set sleep_time=0
|
||||||
|
|
||||||
# Macros
|
# Macros
|
||||||
set confirmappend=no
|
macro index,pager D "<save-message>+magazino/Done\n<sync-mailbox>"
|
||||||
macro index,pager D "<save-message>=Done\n<sync-mailbox>"
|
|
||||||
|
# first, ignore all headers
|
||||||
|
ignore *
|
||||||
|
# then, show only these
|
||||||
|
unignore from: to: cc: date: subject:
|
||||||
|
# and in this order
|
||||||
|
hdr_order from: to: cc: date: subject:
|
||||||
|
|
||||||
# sidebar options
|
# sidebar options
|
||||||
set sidebar_visible=no
|
set sidebar_visible=no
|
||||||
|
|
||||||
# rebind keys for
|
|
||||||
# G for end of pager
|
|
||||||
# gg for start
|
|
||||||
|
|
||||||
# colors from /usr/share/doc/mutt/examples
|
# colors from /usr/share/doc/mutt/examples
|
||||||
color hdrdefault blue black
|
color hdrdefault blue black
|
||||||
color quoted blue black
|
color quoted blue black
|
||||||
|
Loading…
x
Reference in New Issue
Block a user