aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorKenny Ballou <kb@devnulllabs.io>2022-05-10 11:15:34 -0600
committerKenny Ballou <kb@devnulllabs.io>2022-05-10 11:15:34 -0600
commit43ff38bf9afd923ab689ca5b6e008729b9d42855 (patch)
treeae5d71f2cc1f20361e47034594d56b7ac0fba28c /config
parent9ac7b56b29672a2ac288c99fd0177a41dfc0ddef (diff)
downloaddotfiles-43ff38bf9afd923ab689ca5b6e008729b9d42855.tar.gz
dotfiles-43ff38bf9afd923ab689ca5b6e008729b9d42855.tar.xz
config: emacs: use correct email for mu4e
Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
Diffstat (limited to 'config')
-rw-r--r--config/emacs/emacs.d/emacs.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/emacs/emacs.d/emacs.org b/config/emacs/emacs.d/emacs.org
index 8e85d4eb..28f71aff 100644
--- a/config/emacs/emacs.d/emacs.org
+++ b/config/emacs/emacs.d/emacs.org
@@ -4175,7 +4175,7 @@ Configuration taken from the tutorial found here:
:name "devnulllabs"
:match-func (lambda (msg) (kb/msg-to-devnulllabs-p msg))
:vars `((mu4e-root-maildir . ,(kb/devnulllabs-maildir))
- (user-mail-address . "kballou@devnulllabs.io")
+ (user-mail-address . "kb@devnulllabs.io")
(user-full-name . "Kenny Ballou")
(my-xpgp-key-uri . "https://kennyballou.com/932F3E8E1C0F4A9895D7B8B8B0CAA28A02958308.txt")
(mu4e-compose-signature . ":SIG:!0xB0CAA28A02958308!:\n")