diff options
author | jao <jao@gnu.org> | 2025-10-06 18:53:17 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2025-10-06 18:53:17 +0100 |
commit | 88d27fd007cd89f316c3db8c4e6e51dbb363afd4 (patch) | |
tree | 7a4796d65a6d76eb8c3ecf988cce14d46e5c7cfa /custom/jao-custom-email.el | |
parent | d5056c83de34fadd4ee8438240d6a115c5377877 (diff) | |
download | elibs-88d27fd007cd89f316c3db8c4e6e51dbb363afd4.tar.gz elibs-88d27fd007cd89f316c3db8c4e6e51dbb363afd4.tar.bz2 |
bbdb layout, gnus layouts
Diffstat (limited to 'custom/jao-custom-email.el')
-rw-r--r-- | custom/jao-custom-email.el | 13 |
1 files changed, 13 insertions, 0 deletions
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) |