From 88d27fd007cd89f316c3db8c4e6e51dbb363afd4 Mon Sep 17 00:00:00 2001 From: jao Date: Mon, 6 Oct 2025 18:53:17 +0100 Subject: bbdb layout, gnus layouts --- custom/jao-custom-email.el | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'custom/jao-custom-email.el') diff --git a/custom/jao-custom-email.el b/custom/jao-custom-email.el index 13deeef..262b312 100644 --- a/custom/jao-custom-email.el +++ b/custom/jao-custom-email.el @@ -233,6 +233,7 @@ :ensure t :init (setq bbdb-complete-name-allow-cycling t bbdb-completion-display-record nil + bbdb-dedicated-window t bbdb-gui t bbdb-message-all-addresses t bbdb-complete-mail-allow-cycling t @@ -263,6 +264,18 @@ ("Cc" . ,jao-mails-regexp) ("BCc" . ,jao-mails-regexp)) bbdb-ignore-message-alist bbdb-auto-notes-ignore-messages) + + (setq bbdb-layout-alist + '((one-line (order phone mail-alias mail notes) + (name-end . 24) + (toggle . t)) + (multi-line (omit uuid creation-date timestamp name-format name-face) + (toggle . t) + (indentation . 4)) + (pop-up-multi-line + (omit uuid creation-date timestamp name-format name-face) + (indentation . 4)) + (full-multi-line (indentation . 4)))) :config (add-hook 'message-setup-hook 'bbdb-mail-aliases) ;; (add-hook 'bbdb-notice-mail-hook 'bbdb-auto-notes) -- cgit v1.2.3