aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-07-12 13:06:36 +0100
committerYann Herklotz <git@yannherklotz.com>2022-07-12 13:06:36 +0100
commit2769fdcbe0e35c6b49375f7a1d360ad488ccc202 (patch)
treeca1b2e9339fba8015f71d21267409c5a6b22c679
parentd678329c72876f9814f24c270de8df5d193b5562 (diff)
downloaddotfiles-2769fdcbe0e35c6b49375f7a1d360ad488ccc202.tar.gz
dotfiles-2769fdcbe0e35c6b49375f7a1d360ad488ccc202.zip
Add more accounts to mbsync
-rw-r--r--alacritty/alacritty.yml2
-rw-r--r--doom/config.org2
-rw-r--r--isync/.mbsyncrc48
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