comparison mutt/muttrc @ 270:386588661868

Fix mutt config.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 24 Jan 2015 18:15:54 -0800
parents 4e9cabd763b9
children 1a8e250fdf9d
comparison
equal deleted inserted replaced
267:70c081735745 270:386588661868
1 1
2 # Connection 2 # Connection
3 set folder = "imaps://$my_imap" 3 set folder = "imaps://$my_imap"
4 set imap_user = "$my_user" 4 set imap_user = "$my_user"
5 set imap_pass = "$my_pass" 5 set imap_pass = "$my_pass"
6 set smtp_url = "smtps://$my_user@$my_smtp:465" 6 set smtp_url = "smtps://$my_user@$my_smtp"
7 set smtp_pass = "$my_pass" 7 set smtp_pass = "$my_pass"
8 set from = "$my_user" 8 set from = "$my_user"
9 set realname = "Ludovic Chabant" 9 set realname = "$my_realname"
10 10
11 set imap_check_subscribed 11 set imap_check_subscribed
12 set imap_idle 12 set imap_idle
13 13
14 14