101 lines
2.7 KiB
Text
101 lines
2.7 KiB
Text
|
|
|
|
############################
|
|
##### ATTENTION - /!\ ######
|
|
# Fichier sur git, #
|
|
# Accessible publijuement #
|
|
# Ne pas mettre de mdp en #
|
|
# clair ! #
|
|
############################
|
|
|
|
|
|
set imap_user = "frank_mail"
|
|
|
|
# Keep IMAP connection alive by polling intermittently (time in seconds).
|
|
set imap_keepalive = 300
|
|
set smtp_url = "smtp://frank_mail@villaro-dixon.eu:587/"
|
|
set from = "Frank@Villaro-Dixon.eu"
|
|
set realname = "Frank Villaro-Dixon"
|
|
|
|
##Passwords:
|
|
####source "gpg -d ~/.mutt/passwords.gpg |"
|
|
source "~/.mutt/unlock-pass.sh |"
|
|
|
|
# Change the following line to a different editor you prefer.
|
|
#set editor = "vim"
|
|
set editor="$HOME/.mutt/killsig %s; /usr/bin/vim %s"
|
|
|
|
# Basic config, you can leave this as is
|
|
set folder = "imaps://villaro-dixon.eu:993"
|
|
set spoolfile = "+INBOX"
|
|
mailboxes =INBOX =UNIGE =SPAM =BITFLIP
|
|
|
|
#Bien ajouter le "+" devant !!!
|
|
set postponed = "+Drafts"
|
|
# Where to save sent messages ?
|
|
|
|
set record = "+Sent"
|
|
|
|
set imap_check_subscribed
|
|
|
|
# Allow Mutt to open new imap connection automatically.
|
|
unset imap_passive
|
|
set hostname = villaro-dixon.eu
|
|
#how often to check
|
|
set mail_check = 120
|
|
bind index "^" imap-fetch-mail
|
|
set beep_new
|
|
|
|
set timeout = 300
|
|
set header_cache=~/.mutt/cache/headers
|
|
set message_cachedir=~/.mutt/cache/bodies
|
|
set certificate_file=~/.mutt/certificates
|
|
set move = no
|
|
set include
|
|
set sort = 'threads'
|
|
set sort_aux = 'reverse-last-date-received'
|
|
set auto_tag = yes
|
|
|
|
ignore "Authentication-Results:"
|
|
ignore "DomainKey-Signature:"
|
|
ignore "DKIM-Signature:"
|
|
hdr_order Date From To Cc
|
|
alternative_order text/plain text/html *
|
|
auto_view text/html
|
|
#bind editor <Tab> complete-query
|
|
bind editor ^T complete
|
|
bind editor <space> noop
|
|
|
|
# Gmail-style keyboard shortcuts
|
|
#macro index,pager y "<enter-command>unset trash\n <delete-message>" "Gmail archive message"
|
|
#macro index,pager d "<enter-command>set trash=\"imaps://imap.googlemail.com/[GMail]/Bin\"\n <delete-message>" "Gmail delete message"
|
|
#macro index,pager gi "<change-folder>=INBOX<enter>" "Go to inbox"
|
|
#macro index,pager ga "<change-folder>=[Gmail]/All Mail<enter>" "Go to all mail"
|
|
#macro index,pager gs "<change-folder>=[Gmail]/Starred<enter>" "Go to starred messages"
|
|
#macro index,pager gd "<change-folder>=[Gmail]/Drafts<enter>" "Go to drafts"
|
|
|
|
|
|
set certificate_file=~/.mutt/certificates/cert
|
|
set tmpdir=/dev/shm/
|
|
|
|
source ~/.mutt/colors.test1
|
|
source ~/.mutt/crypto
|
|
|
|
|
|
# LISTE DE CONTACTS
|
|
|
|
#Alias
|
|
set alias_file=~/.mutt/alias
|
|
set sort_alias = alias
|
|
set reverse_alias = yes
|
|
source $alias_file
|
|
|
|
#ou abook XOR
|
|
#set query_command= "abook --mutt-query '%s'"
|
|
#macro index,pager a "<pipe-message>abook --add-email-quiet<return>" "Add this sender to Abook"
|
|
#bind editor <Tab> complete-query
|
|
|
|
set date_format="%d-%m-%y %T"
|
|
set index_format="%2C | %Z [%d] %-30.30F (%-4.4c) %s"
|
|
|
|
set sleep_time=0
|