diff options
author | Vasil ZLatanov <vasil.zlatanov@gmail.com> | 2014-08-28 23:14:40 +0200 |
---|---|---|
committer | Vasil ZLatanov <vasil.zlatanov@gmail.com> | 2014-08-28 23:14:40 +0200 |
commit | 7707fc6a5a27928ced6b432a7b7b3256d7ad0878 (patch) | |
tree | f97a4ee22ac014b1390976746c78d088e17ff49f | |
parent | fd60c0466eea8a9bc4e6551a86a45d1ce6696229 (diff) | |
download | dotfiles-7707fc6a5a27928ced6b432a7b7b3256d7ad0878.tar.gz dotfiles-7707fc6a5a27928ced6b432a7b7b3256d7ad0878.tar.bz2 dotfiles-7707fc6a5a27928ced6b432a7b7b3256d7ad0878.zip |
make vim a lot more useful
-rw-r--r-- | msmtprc | 2 | ||||
-rw-r--r-- | offlineimaprc | 4 |
2 files changed, 2 insertions, 4 deletions
@@ -11,7 +11,7 @@ tls_nocertcheck account default host smtp.gmail.com -port 587 +port 465 protocol smtp auth on from vasil.zlatanov@gmail.com diff --git a/offlineimaprc b/offlineimaprc index 36bb8e5..ba7ee45 100644 --- a/offlineimaprc +++ b/offlineimaprc @@ -8,9 +8,7 @@ ui = quiet [Account Gmail] localrepository = Gmail-Local remoterepository = Gmail-Remote -# Minutes between syncs -# Number of quick-syncs between autorefreshes. Quick-syncs do not update if the -# only changes were to IMAP flags +autorefresh = 15 [Repository Gmail-Local] type = Maildir |