From 2769fdcbe0e35c6b49375f7a1d360ad488ccc202 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Tue, 12 Jul 2022 13:06:36 +0100 Subject: Add more accounts to mbsync --- alacritty/alacritty.yml | 2 +- doom/config.org | 2 +- isync/.mbsyncrc | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 50 insertions(+), 2 deletions(-) diff --git a/alacritty/alacritty.yml b/alacritty/alacritty.yml index 9d8c2ad..5eb81a8 100644 --- a/alacritty/alacritty.yml +++ b/alacritty/alacritty.yml @@ -2,7 +2,7 @@ font: size: 11 normal: family: Iosevka YMHG - style: Regular + style: Medium bold: family: Iosevka YMHG style: Bold diff --git a/doom/config.org b/doom/config.org index 92560bd..0bccc57 100644 --- a/doom/config.org +++ b/doom/config.org @@ -600,7 +600,6 @@ :bind (("C-c y b" . ebib)) :init (defun ymhg/ebib-create-identifier (key _) key) - (add-to-list 'ebib-notes-template-specifiers '(?k . ymhg/ebib-create-identifier)) (setq ebib-preload-bib-files '("~/Dropbox/bibliography/references.bib") ebib-notes-default-file "~/Dropbox/bibliography/notes.org" ebib-notes-template "* %T\n:PROPERTIES:\n%K\n:NOTER_DOCUMENT: papers/%k.pdf\n:END:\n%%?\n" @@ -608,6 +607,7 @@ ebib-reading-list-file "~/Dropbox/bibliography/reading_list.org" ebib-notes-storage 'multiple-notes-per-file) :config + (add-to-list 'ebib-notes-template-specifiers '(?k . ymhg/ebib-create-identifier)) (add-to-list 'ebib-file-search-dirs "~/Dropbox/bibliography/papers") (if (eq system-type 'darwin) (add-to-list 'ebib-file-associations '("pdf" . "open")) diff --git a/isync/.mbsyncrc b/isync/.mbsyncrc index 221a067..d099333 100644 --- a/isync/.mbsyncrc +++ b/isync/.mbsyncrc @@ -12,12 +12,32 @@ User ymherklotz@mailbox.org PassCmd "pass show mailbox/ymherklotz@mailbox.org" SSLType IMAPS +IMAPAccount live_leika +Host outlook.office365.com +Port 993 +User leika10@hotmail.fr +PassCmd "pass show live.com/leika10@hotmail.fr_app" +SSLType IMAPS + +IMAPAccount live_yannherklotz +Host outlook.office365.com +Port 993 +User yann.herklotz@hotmail.fr +PassCmd "pass show live.com/yann.herklotz@hotmail.fr_app" +SSLType IMAPS + IMAPStore imperial-remote Account imperial IMAPStore mailbox-remote Account mailbox +IMAPStore live_leika-remote +Account live_leika + +IMAPStore live_yannherklotz-remote +Account live_yannherklotz + MaildirStore imperial-local Subfolders Verbatim Path ~/.mail/imperial/ @@ -28,6 +48,16 @@ Subfolders Verbatim Path ~/.mail/mailbox/ Inbox ~/.mail/mailbox/Inbox +MaildirStore live_leika-local +Subfolders Verbatim +Path ~/Dropbox/mail/live_leika +Inbox ~/Dropbox/mail/live_leika/Inbox + +MaildirStore live_yannherklotz-local +Subfolders Verbatim +Path ~/Dropbox/mail/live_yannherklotz +Inbox ~/Dropbox/mail/live_yannherklotz/Inbox + Channel imperial Far :imperial-remote: Near :imperial-local: @@ -45,3 +75,21 @@ Create Both SyncState * ExpireUnread no Expunge Both + +Channel live_leika +Far :live_leika-remote: +Near :live_leika-local: +Patterns * +Create Both +SyncState * +ExpireUnread no +Expunge Both + +Channel live_yannherklotz +Far :live_yannherklotz-remote: +Near :live_yannherklotz-local: +Patterns * +Create Both +SyncState * +ExpireUnread no +Expunge Both -- cgit