user@host:~$ echo "unset metoo" >> ~/.muttrc
user@host:~$ echo "set imap_idle=yes" >> ~/.muttrc
user@host:~$ echo -e "set imap_idle=yes\nset certificate_file="~/.mutt_certificates"" >> ~/.muttrc
set signature="~/.signatures"
Put every signatures in a .signatures file and each hour, the .signature file will be populated by a random signature
00 * * * * user sort -R /home/user/.signatures | head -n 1 | fold -w 72 -s > /home/user/.signature
set signature="sort -R /home/user/.signatures | head -n 1 | fold -w 72 -s|"
Mail Access | |
---|---|
y | Print mailboxes |
c | Change folder : allow to move to another folder |
b | Bounce-message : re-send mail to another recipient (with the original header) |
Ctrl+t | Change message type : ex : text/html, text/plain |
In IMAP environment replace ~ by = symbol to enhance search performance.
# configuration de base set realname = "Firstname LASTNAME" set header_cache =~/.mutt/cache/headers #set message_cachedir =~/.mutt/cache/bodies set certificate_file="~/.mutt_certificates" # imap configuration set folder="imaps://imap.shebangthedolphins.net:993" set spoolfile="+INBOX" set record="+INBOX.Sent" set imap_user = "user@shebangthedolphins.net" set imap_pass = "IMAP_password" set imap_passive="no" set imap_check_subscribed="yes" set imap_list_subscribed="yes" set ssl_starttls=yes # Automatically poll subscribed mailboxes for new mail (new in 1.5.11) set imap_check_subscribed # Reduce polling frequency to a sane level set mail_check=60 # configuration SMTP set smtp_url = "smtps://user@shebangthedolphins.net@smtp.shebangthedolphins.net:465/" #with usershebangthedolphins.net as our SMTP user login set smtp_pass = "SMTP_password" set from = "user@shebangthedolphins.net" set use_envelope_from=yes # Pour que postfix ou sendmail ne change pas votre from #address book #set alias_file = ~/.mutt/adresses #source ~/.mutt/adresses set implicit_autoview set editor=/usr/bin/vim auto_view text/html application/x-pgp-message set mailcap_path="~/.mailcap" set mailcap_sanitize=yes unset metoo # supprime l'adresse de l'expéditeur lors d'une réponse #set signature="~/.mutt/signature" #activer l'idle : set imap_idle=no #disable SSL3 set ssl_use_sslv3=no
Contact :