mutt changes
This commit is contained in:
parent
69063fabb2
commit
2e9f065af9
3 changed files with 4 additions and 4 deletions
|
@ -1,2 +1,3 @@
|
||||||
text/html; lynx -assume_charset=%{charset} -display_charset=utf-8 -dump %s; nametemplate=%s.html; copiousoutput
|
text/html; lynx -assume_charset=%{charset} -display_charset=utf-8 -dump %s; nametemplate=%s.html; copiousoutput
|
||||||
|
|
||||||
|
application/pdf; mupdf nametemplate;
|
||||||
|
|
|
@ -4,11 +4,10 @@ set imap_keepalive = 300
|
||||||
unset imap_passive
|
unset imap_passive
|
||||||
set mail_check = 60
|
set mail_check = 60
|
||||||
set mbox_type=Maildir
|
set mbox_type=Maildir
|
||||||
set sort=threads
|
set sort = threads
|
||||||
set sort_aux=last-date-received
|
set sort_aux=last-date-received
|
||||||
set sleep_time = 0
|
set sleep_time = 0
|
||||||
|
|
||||||
|
|
||||||
## Work
|
## Work
|
||||||
source "~/.mutt/work"
|
source "~/.mutt/work"
|
||||||
folder-hook $folder 'source ~/.mutt/work'
|
folder-hook $folder 'source ~/.mutt/work'
|
||||||
|
@ -21,6 +20,7 @@ folder-hook marcel.kapfer@uni-ulm.de 'source ~/.mutt/uni'
|
||||||
source "~/.mutt/private"
|
source "~/.mutt/private"
|
||||||
folder-hook marcelmichaelkapfer@gmail.com 'source ~/.mutt/private'
|
folder-hook marcelmichaelkapfer@gmail.com 'source ~/.mutt/private'
|
||||||
|
|
||||||
|
source /usr/share/doc/mutt/examples/gpg.rc
|
||||||
|
|
||||||
## Shortcuts
|
## Shortcuts
|
||||||
macro index,pager <f2> '<sync-mailbox><enter-command>source ~/.mutt/private<enter><change-folder>!<enter>'
|
macro index,pager <f2> '<sync-mailbox><enter-command>source ~/.mutt/private<enter><change-folder>!<enter>'
|
||||||
|
@ -36,7 +36,6 @@ set send_charset="utf-8"
|
||||||
## Theming
|
## Theming
|
||||||
|
|
||||||
source ~/.mutt/theme
|
source ~/.mutt/theme
|
||||||
source /usr/share/doc/mutt/samples/gpg.rc
|
|
||||||
|
|
||||||
## HTML mails
|
## HTML mails
|
||||||
|
|
||||||
|
|
2
mutt/sig
2
mutt/sig
|
@ -3,4 +3,4 @@ marcel-kapfer.de
|
||||||
OpenPGP: 0x09F21B09
|
OpenPGP: 0x09F21B09
|
||||||
Google+: +MarcelMichaelKapfer
|
Google+: +MarcelMichaelKapfer
|
||||||
Twitter: @mmk2410
|
Twitter: @mmk2410
|
||||||
GitHub: /mmk2410
|
GitLab: /mmk2410
|
||||||
|
|
Loading…
Reference in a new issue