aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOscar Najera <hi@oscarnajera.com>2023-09-19 13:44:43 +0200
committerOscar Najera <hi@oscarnajera.com>2023-09-19 13:44:43 +0200
commitbafef01d94fdc839c0d09b878619f6d63f3d50f2 (patch)
treedb3ff85577b48206e6c74e935413afd8e7698b54
parent86fbf6160c69ab34f049a473beb5576a4cd1ed7a (diff)
downloaddotfiles-bafef01d94fdc839c0d09b878619f6d63f3d50f2.tar.gz
dotfiles-bafef01d94fdc839c0d09b878619f6d63f3d50f2.tar.bz2
dotfiles-bafef01d94fdc839c0d09b878619f6d63f3d50f2.zip
emacs registered mails to local config
-rw-r--r--config/doom/config.org3
1 files changed, 1 insertions, 2 deletions
diff --git a/config/doom/config.org b/config/doom/config.org
index 81ce362..566a3ac 100644
--- a/config/doom/config.org
+++ b/config/doom/config.org
@@ -378,8 +378,7 @@ this new window.
(defun on/registered-mail-accounts ()
"Read mbsync config to extract IMAPAccounts."
(with-temp-buffer
- (insert-file-contents (expand-file-name
- "~/dev/dotfiles/mail/dot-mbsyncrc.personal"))
+ (insert-file-contents (expand-file-name "~/.mbsyncrc"))
(let ((pick (thread-last
(cl-loop while (search-forward-regexp (rx bol "IMAPAccount " (group (+ any)) eol) nil t)
collect (match-string 1))