From 1f7386bca8116a012e7f296f778373abf80d90b6 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Wed, 3 Feb 2016 18:40:29 +0000 Subject: Use email server --- .mbsyncrc | 81 ++++++++++++++++----------------------------------------------- 1 file changed, 20 insertions(+), 61 deletions(-) (limited to '.mbsyncrc') diff --git a/.mbsyncrc b/.mbsyncrc index 9945cdc..0b0637b 100644 --- a/.mbsyncrc +++ b/.mbsyncrc @@ -1,20 +1,7 @@ Create Both Expunge Both SyncState * - -IMAPAccount Main -Host imap.gmail.com -User urbain.p.vaes@gmail.com -PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.password-store/gmail/urbain.p.vaes@gmail.com.gpg" -SSLType IMAPS -CertificateFile /etc/ssl/certs/ca-certificates.crt - -IMAPAccount Informal -Host imap.gmail.com -User urbainvaes90@gmail.com -PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.password-store/gmail/urbainvaes90@gmail.com.gpg" -SSLType IMAPS -CertificateFile /etc/ssl/certs/ca-certificates.crt +Sync All IMAPAccount Work Host outlook.office365.com @@ -24,68 +11,24 @@ SSLType IMAPS CertificateFile /etc/ssl/certs/ca-certificates.crt IMAPAccount Personal -Host imap.openmailbox.org -User urbain.p.vaes@openmailbox.org -PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.password-store/openmailbox/urbain.p.vaes@openmailbox.org.gpg" +Host box.bknguyen.org +User me@urbainvaes.com +PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.password-store/bknguyen.org/me@uvaes.com.gpg" SSLType IMAPS CertificateFile /etc/ssl/certs/ca-certificates.crt -IMAPStore Main-remote -Account Main - -IMAPStore Informal-remote -Account Informal - IMAPStore Work-remote Account Work IMAPStore Personal-remote Account Personal -MaildirStore Main-local -Path ~/.mail/Main/ - -MaildirStore Informal-local -Path ~/.mail/Informal/ - MaildirStore Work-local Path ~/.mail/Work/ MaildirStore Personal-local Path ~/.mail/Personal/ -Channel Main-inbox -Master :Main-remote:"INBOX" -Slave :Main-local:"Main" - -Channel Main-draft -Master :Main-remote:"[Gmail]/Drafts" -Slave :Main-local:"Main.drafts" - -Channel Main-sent -Master :Main-remote:"[Gmail]/Sent Mail" -Slave :Main-local:"Main.sent" - -Channel Main-bin -Master :Main-remote:"[Gmail]/Bin" -Slave :Main-local:"Main.bin" - -Channel Informal-inbox -Master :Informal-remote:"INBOX" -Slave :Informal-local:"Informal" - -Channel Informal-draft -Master :Informal-remote:"[Gmail]/Drafts" -Slave :Informal-local:"Informal.drafts" - -Channel Informal-sent -Master :Informal-remote:"[Gmail]/Sent Mail" -Slave :Informal-local:"Informal.sent" - -Channel Informal-bin -Master :Informal-remote:"[Gmail]/Bin" -Slave :Informal-local:"Informal.bin" - Channel Work-inbox Master :Work-remote:"INBOX" Slave :Work-local:"Work" @@ -117,3 +60,19 @@ Slave :Personal-local:"Personal.sent" Channel Personal-bin Master :Personal-remote:"Trash" Slave :Personal-local:"Personal.bin" + +Channel Personal-accounts +Master :Personal-remote:"Accounts" +Slave :Personal-local:"Personal.accounts" + +Channel Personal-personal +Master :Personal-remote:"Personal" +Slave :Personal-local:"Personal.personal" + +Channel Personal-jobs +Master :Personal-remote:"Jobs" +Slave :Personal-local:"Personal.jobs" + +Channel Personal-archive +Master :Personal-remote:"Archive" +Slave :Personal-local:"Personal.archive" -- cgit v1.2.3 From 64b385426badc6f6e745081ee973c2914ed5de3e Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Wed, 3 Feb 2016 22:20:39 +0000 Subject: Simplify config --- .mbsyncrc | 2 +- .msmtprc | 2 +- .mutt/mailboxes | 2 +- .vim/vimrc | 1 + 4 files changed, 4 insertions(+), 3 deletions(-) (limited to '.mbsyncrc') diff --git a/.mbsyncrc b/.mbsyncrc index 0b0637b..15cb5fc 100644 --- a/.mbsyncrc +++ b/.mbsyncrc @@ -13,7 +13,7 @@ CertificateFile /etc/ssl/certs/ca-certificates.crt IMAPAccount Personal Host box.bknguyen.org User me@urbainvaes.com -PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.password-store/bknguyen.org/me@uvaes.com.gpg" +PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.password-store/mailinabox/me@urbainvaes.com.gpg" SSLType IMAPS CertificateFile /etc/ssl/certs/ca-certificates.crt diff --git a/.msmtprc b/.msmtprc index 22b5950..8e44cc8 100644 --- a/.msmtprc +++ b/.msmtprc @@ -15,7 +15,7 @@ account personal host box.bknguyen.org from me@urbainvaes.com user me@urbainvaes.com -passwordeval "gpg --use-agent --quiet --for-your-eyes-only --no-tty --decrypt ~/.password-store/bknguyen.org/me@uvaes.com.gpg" +passwordeval "gpg --use-agent --quiet --for-your-eyes-only --no-tty --decrypt ~/.password-store/mailinabox/me@urbainvaes.com.gpg" port 587 account default : personal diff --git a/.mutt/mailboxes b/.mutt/mailboxes index f69ff63..a4be3a9 100644 --- a/.mutt/mailboxes +++ b/.mutt/mailboxes @@ -1 +1 @@ -mailboxes "+Work/Work" "+Work/Work.bin" "+Work/Work.drafts" "+Work/Work.sent" "+Main/Main" "+Main/Main.bin" "+Main/Main.drafts" "+Main/Main.sent" "+Personal/Personal" "+Personal/Personal.personal" "+Personal/Personal.archive" "+Personal/Personal.accounts" "+Personal/Personal.jobs" "+Personal/Personal.bin" "+Personal/Personal.drafts" "+Personal/Personal.sent" "+Informal/Informal" "+Informal/Informal.bin" "+Informal/Informal.drafts" "+Informal/Informal.sent" "+Informal/Informal" "+Informal/Informal.bin" "+Informal/Informal.drafts" "+Informal/Informal.sent" +mailboxes "+Work/Work" "+Work/Work.bin" "+Work/Work.drafts" "+Work/Work.sent" "+Personal/Personal" "+Personal/Personal.bin" "+Personal/Personal.drafts" "+Personal/Personal.sent" diff --git a/.vim/vimrc b/.vim/vimrc index 36b0c4f..f1c9dcb 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -157,6 +157,7 @@ set linebreak set textwidth=0 set conceallevel=2 set guifont=Monaco\ 11 +set nojoinspaces " Case and spell set nospell -- cgit v1.2.3 From da34dcfa5a78e34b5ccc013a1aa6324fe9d851a2 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Thu, 4 Feb 2016 16:08:15 +0000 Subject: Update mail passwords --- .mbsyncrc | 4 ++-- .msmtprc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to '.mbsyncrc') diff --git a/.mbsyncrc b/.mbsyncrc index 15cb5fc..9b66301 100644 --- a/.mbsyncrc +++ b/.mbsyncrc @@ -6,14 +6,14 @@ Sync All IMAPAccount Work Host outlook.office365.com User uv113@ic.ac.uk -PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.password-store/imperial/u.vaes13@imperial.ac.uk.gpg" +PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.password-store/email/u.vaes13@imperial.ac.uk.gpg" SSLType IMAPS CertificateFile /etc/ssl/certs/ca-certificates.crt IMAPAccount Personal Host box.bknguyen.org User me@urbainvaes.com -PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.password-store/mailinabox/me@urbainvaes.com.gpg" +PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.password-store/email/me@urbainvaes.com.gpg" SSLType IMAPS CertificateFile /etc/ssl/certs/ca-certificates.crt diff --git a/.msmtprc b/.msmtprc index 8e44cc8..ef6a177 100644 --- a/.msmtprc +++ b/.msmtprc @@ -8,14 +8,14 @@ account imperial host outlook.office365.com from u.vaes13@imperial.ac.uk user uv113@ic.ac.uk -passwordeval "gpg --use-agent --quiet --for-your-eyes-only --no-tty --decrypt ~/.password-store/imperial/u.vaes13@imperial.ac.uk.gpg" +passwordeval "gpg --use-agent --quiet --for-your-eyes-only --no-tty --decrypt ~/.password-store/email/u.vaes13@imperial.ac.uk.gpg" port 587 account personal host box.bknguyen.org from me@urbainvaes.com user me@urbainvaes.com -passwordeval "gpg --use-agent --quiet --for-your-eyes-only --no-tty --decrypt ~/.password-store/mailinabox/me@urbainvaes.com.gpg" +passwordeval "gpg --use-agent --quiet --for-your-eyes-only --no-tty --decrypt ~/.password-store/email/me@urbainvaes.com.gpg" port 587 account default : personal -- cgit v1.2.3 From fe5e311fa9e6b3fa25ccd9ce455032b2e126ca09 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Sat, 6 Feb 2016 15:51:26 +0000 Subject: Update email address --- .mbsyncrc | 20 ++------------------ .msmtprc | 6 +++--- .mutt/id_personal | 2 +- 3 files changed, 6 insertions(+), 22 deletions(-) (limited to '.mbsyncrc') diff --git a/.mbsyncrc b/.mbsyncrc index 9b66301..08a006e 100644 --- a/.mbsyncrc +++ b/.mbsyncrc @@ -12,8 +12,8 @@ CertificateFile /etc/ssl/certs/ca-certificates.crt IMAPAccount Personal Host box.bknguyen.org -User me@urbainvaes.com -PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.password-store/email/me@urbainvaes.com.gpg" +User mail@urbainvaes.com +PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.password-store/email/mail@urbainvaes.com.gpg" SSLType IMAPS CertificateFile /etc/ssl/certs/ca-certificates.crt @@ -60,19 +60,3 @@ Slave :Personal-local:"Personal.sent" Channel Personal-bin Master :Personal-remote:"Trash" Slave :Personal-local:"Personal.bin" - -Channel Personal-accounts -Master :Personal-remote:"Accounts" -Slave :Personal-local:"Personal.accounts" - -Channel Personal-personal -Master :Personal-remote:"Personal" -Slave :Personal-local:"Personal.personal" - -Channel Personal-jobs -Master :Personal-remote:"Jobs" -Slave :Personal-local:"Personal.jobs" - -Channel Personal-archive -Master :Personal-remote:"Archive" -Slave :Personal-local:"Personal.archive" diff --git a/.msmtprc b/.msmtprc index ef6a177..f056ee7 100644 --- a/.msmtprc +++ b/.msmtprc @@ -13,9 +13,9 @@ port 587 account personal host box.bknguyen.org -from me@urbainvaes.com -user me@urbainvaes.com -passwordeval "gpg --use-agent --quiet --for-your-eyes-only --no-tty --decrypt ~/.password-store/email/me@urbainvaes.com.gpg" +from mail@urbainvaes.com +user mail@urbainvaes.com +passwordeval "gpg --use-agent --quiet --for-your-eyes-only --no-tty --decrypt ~/.password-store/email/mail@urbainvaes.com.gpg" port 587 account default : personal diff --git a/.mutt/id_personal b/.mutt/id_personal index a1ff085..96892b3 100644 --- a/.mutt/id_personal +++ b/.mutt/id_personal @@ -1,4 +1,4 @@ -set from = "me@urbainvaes.com" +set from = "mail@urbainvaes.com" set sendmail="/usr/bin/msmtp -a personal" set spoolfile = "+Personal/Personal" -- cgit v1.2.3