diff options
author | Yuchen Pei <id@ypei.org> | 2024-11-17 18:51:15 +1100 |
---|---|---|
committer | Yuchen Pei <id@ypei.org> | 2024-11-17 18:51:15 +1100 |
commit | 30b99cce544b66d5036f74607b0d720ec15e3edc (patch) | |
tree | 3dd3129202b3283e6cfb7c03015e900585da1044 | |
parent | 1d872e6092d657da9f60bacbfe5ae02079bf1339 (diff) |
[emacs] bbdb mua popup is getting annoying
-rw-r--r-- | emacs/.emacs.d/init/ycp-gnus.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init/ycp-gnus.el b/emacs/.emacs.d/init/ycp-gnus.el index f25d95a..f4886fd 100644 --- a/emacs/.emacs.d/init/ycp-gnus.el +++ b/emacs/.emacs.d/init/ycp-gnus.el @@ -218,6 +218,7 @@ (setq bbdb-dedicated-window t) (setq bbdb-message-all-addresses t) (setq bbdb-mua-pop-up-window-size .15) + (setq bbdb-mua-pop-up nil) (setq bbdb-new-mails-primary nil) (setq bbdb-ignore-redundant-mails t) (setq bbdb-mail-user-agent 'gnus-user-agent) |