diff options
author | Amin Bandali <bandali@gnu.org> | 2022-12-25 00:52:19 -0500 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2022-12-25 00:57:03 -0500 |
commit | 08a15504b4e831160d6fed6a56194af422956d53 (patch) | |
tree | 65c2010513496ce70f24e262319bed6caa087a9b | |
parent | efa912ac6734b778b61fcb033bf0f603f2e2c2de (diff) | |
download | configs-08a15504b4e831160d6fed6a56194af422956d53.tar.gz configs-08a15504b4e831160d6fed6a56194af422956d53.tar.xz configs-08a15504b4e831160d6fed6a56194af422956d53.zip |
* .emacs.d/lisp/bandali-gnus.el: Drop signature.
-rw-r--r-- | .emacs.d/lisp/bandali-gnus.el | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/.emacs.d/lisp/bandali-gnus.el b/.emacs.d/lisp/bandali-gnus.el index 11d0de9..f4e44e6 100644 --- a/.emacs.d/lisp/bandali-gnus.el +++ b/.emacs.d/lisp/bandali-gnus.el @@ -296,12 +296,6 @@ (defvar b/sfl-p nil) (with-eval-after-load 'gnus-msg (let ((bandali "Amin Bandali (https://kelar.org/~bandali)")) - (defvar b/canonical-signature - (mapconcat - #'identity - `(,bandali - "Software Engineer (Desktop), Canonical") - "\n")) (defvar b/csc-signature (mapconcat #'identity @@ -336,7 +330,7 @@ ("nnimap\\+canonical:.*" (address "amin.bandali@canonical.com") ("X-Message-SMTP-Method" "smtp smtp.canonical.com 587") - (signature b/canonical-signature) + (signature nil) (gcc "nnimap+canonical:Sent")) ("nnimap\\+csc:.*" (address "bandali@csclub.uwaterloo.ca") |