dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit f442e0e50012b59355e4fd67f0a3b916874c8d86
parent 06ad8833047bbbc45f948de1a54c9189b2b5baed
Author: Anders Damsgaard <adc@cs.au.dk>
Date:   Thu, 13 Jun 2013 09:24:32 +0200

Fixed typo and authentication method in SC config

Diffstat:
M.mutt/muttrc | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.mutt/muttrc b/.mutt/muttrc @@ -21,7 +21,7 @@ set my_gmail_email = "andersdc@gmail.com" set my_gmail_pass = `awk '/Gmail/ {print $2}' ~/.sec/.tmp` # Silent Circle credentials -set my_sc_user = "anders@silentcirlce.com" +set my_sc_user = "anders@silentcircle.com" set my_sc_email = "anders@silentcircle.com" set my_sc_pass = `awk '/SilentCircle/ {print $2}' ~/.sec/.tmp` @@ -59,7 +59,7 @@ folder-hook imaps://imap.au.dk:993/ 'set \ account-hook imaps://umail.silentcircle.com:993/ 'set \ imap_user = $my_sc_email\ imap_pass = $my_sc_pass\ - smtp_authenticators = "digest-md5:cram-md5:login:plain"\ + smtp_authenticators = "login:plain"\ smtp_url = "smtps://$my_sc_user@umail.silentcircle.com:465/"\ smtp_pass = $my_sc_pass' folder-hook imaps://umail.silentcircle.com:993/ 'set \