[mutt]clean config
This commit is contained in:
parent
beafefae9d
commit
6403456e35
38
.muttrc
38
.muttrc
@ -1,4 +1,3 @@
|
||||
|
||||
## GLOBAL
|
||||
set hidden_host # When set, mutt will skip the host name part of ``$hostname'' variable when adding the domain part to addresses.
|
||||
set move=no
|
||||
@ -22,47 +21,32 @@ set tmpdir="~/.mutt/tmp/"
|
||||
set sort=threads
|
||||
set sort_aux=mailbox-order
|
||||
#set editor="vim + -c 'set ft=mail tw=80' -c ':0/^$'"
|
||||
set editor="vim"
|
||||
set editor='vim -c "set spell spelllang=en_us"'
|
||||
unset metoo
|
||||
#unset confirmappend
|
||||
#set help = no
|
||||
charset-hook US-ASCII ISO-8859-1
|
||||
charset-hook x-unknown ISO-8859-1
|
||||
set allow_8bit
|
||||
set locale="fr_FR.UTF-8"
|
||||
set charset="utf-8"
|
||||
charset-hook us-ascii iso-8859-1
|
||||
charset-hook x-unknown iso-8859-1
|
||||
charset-hook windows-1250 CP1250
|
||||
charset-hook windows-1251 CP1251
|
||||
charset-hook windows-1252 CP1252
|
||||
charset-hook windows-1253 CP1253
|
||||
charset-hook windows-1254 CP1254
|
||||
charset-hook windows-1255 CP1255
|
||||
charset-hook windows-1256 CP1256
|
||||
charset-hook windows-1257 CP1257
|
||||
charset-hook windows-1258 CP1258
|
||||
|
||||
|
||||
|
||||
|
||||
## ACCOUNT
|
||||
# GMAIL
|
||||
set folder= imaps://imap.gmail.com:993
|
||||
set spoolfile= +INBOX #or +[Gmail]/Important
|
||||
set postponed= +[Gmail]/Drafts
|
||||
set imap_user = 'mathieu.maret@gmail.com'
|
||||
#set imap_pass = 'yourpass'
|
||||
set spoolfile = imaps://imap.gmail.com:993/INBOX
|
||||
set folder = imaps://imap.gmail.com:993
|
||||
|
||||
#set record="imaps://imap.gmail.com/[Gmail]/Sent Mail"
|
||||
set maildir_trash = yes
|
||||
unset record
|
||||
set postponed="imaps://imap.gmail.com/[Gmail]/Drafts"
|
||||
set header_cache="~/.mutt/cache/headers"
|
||||
set message_cachedir="~/.mutt/cache/bodies"
|
||||
set maildir_trash = yes
|
||||
|
||||
set header_cache=~/.mutt/cache/headers
|
||||
set message_cachedir=~/.mutt/cache/bodies
|
||||
set certificate_file=~/.mutt/certificates
|
||||
|
||||
set imap_check_subscribed="yes"
|
||||
set imap_list_subscribed="yes"
|
||||
mailboxes !
|
||||
set smtp_url = smtp://mathieu.maret@smtp.gmail.com:587/
|
||||
set smtp_url = smtp://mathieu.maret@smtp.gmail.com:587/
|
||||
|
||||
## VIEW MAIL
|
||||
set smileys="(>From)|(:[-^]?[][)(><}{|/DP])"
|
||||
|
Loading…
Reference in New Issue
Block a user