From 5db1675c32a4f1dc40ce44fd28c932c39d29edec Mon Sep 17 00:00:00 2001 From: fpi Date: Fri, 27 May 2022 16:30:08 +0200 Subject: Add bbdb-vcard --- emacs-init.org | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/emacs-init.org b/emacs-init.org index 10a5c89..c5c7b67 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -5778,11 +5778,15 @@ I change the group buffer to something more memorable. This needs to be set befo ;; Make sure we look at every address in a message and not only the ;; first one (bbdb-message-all-addresses t) - :config + (bbdb-time-stamp-format "%Y%m%dT%TZ") ;; to be compatible w/ Nextcloud vcard import + :config (bbdb-initialize 'gnus 'message) (bbdb-mua-auto-update-init 'gnus 'message) :bind (:map gnus-summary-mode-map (";" . bbdb-mua-edit-field))) +(use-package bbdb-vcard + :straight t + :after bbdb) #+end_src To synchronize the database across devices I symlink it to my central synchronization directory: #+begin_src shell :noweb-ref symlinks :tangle no -- cgit v1.2.3