summaryrefslogtreecommitdiffstats
path: root/.emacs.d/lisp
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2022-12-25 00:52:19 -0500
committerAmin Bandali <bandali@gnu.org>2022-12-25 00:57:03 -0500
commit08a15504b4e831160d6fed6a56194af422956d53 (patch)
tree65c2010513496ce70f24e262319bed6caa087a9b /.emacs.d/lisp
parentefa912ac6734b778b61fcb033bf0f603f2e2c2de (diff)
downloadconfigs-08a15504b4e831160d6fed6a56194af422956d53.tar.gz
configs-08a15504b4e831160d6fed6a56194af422956d53.tar.xz
configs-08a15504b4e831160d6fed6a56194af422956d53.zip
* .emacs.d/lisp/bandali-gnus.el: Drop signature.
Diffstat (limited to '.emacs.d/lisp')
-rw-r--r--.emacs.d/lisp/bandali-gnus.el8
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")