From e5cb5c0eb43b74241217b258b23fac56e9c0e258 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Thu, 20 Apr 2023 17:14:31 -0400 Subject: [PATCH] Add and use @ubuntu.com address in a few places --- .config/darya.profile | 4 ++-- .emacs.d/lisp/bandali-gnus.el | 3 +++ .emacs.d/lisp/bandali-message.el | 3 ++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.config/darya.profile b/.config/darya.profile index 8ef422d..f15f926 100644 --- a/.config/darya.profile +++ b/.config/darya.profile @@ -1,6 +1,6 @@ # -*- mode: sh; sh-shell: sh -*- export DEBFULLNAME="Amin Bandali" -export DEBEMAIL="bandali@canonical.com" -export UBUMAIL="Amin Bandali " +export DEBEMAIL="bandali@ubuntu.com" +export UBUMAIL="Amin Bandali " export UBUNTUTOOLS_BUILDER=sbuild diff --git a/.emacs.d/lisp/bandali-gnus.el b/.emacs.d/lisp/bandali-gnus.el index 445fe84..9516447 100644 --- a/.emacs.d/lisp/bandali-gnus.el +++ b/.emacs.d/lisp/bandali-gnus.el @@ -319,6 +319,9 @@ ("X-Message-SMTP-Method" "smtp smtp.canonical.com 587") (signature nil) (gcc "nnimap+canonical:Sent")) + ((header "list-id" ".*\\.lists.ubuntu.com") + (address "bandali@ubuntu.com") + ("X-Message-SMTP-Method" "smtp mail.kelar.org 587")) ("nnimap\\+csc:.*" (address "bandali@csclub.uwaterloo.ca") ("X-Message-SMTP-Method" "smtp mail.csclub.uwaterloo.ca 587") diff --git a/.emacs.d/lisp/bandali-message.el b/.emacs.d/lisp/bandali-message.el index 8e13d73..3ea8643 100644 --- a/.emacs.d/lisp/bandali-message.el +++ b/.emacs.d/lisp/bandali-message.el @@ -66,7 +66,8 @@ "amin@shemshak\\.org" "a?bandali@\\(csclub\\.\\)?uwaterloo\\.ca" "amin\\.bandali@savoirfairelinux\\.com" - "\\(amin\\.\\)?bandali@canonical\\.com") + "\\(amin\\.\\)?bandali@canonical\\.com" + "bandali@ubuntu\\.com") "\\|")) ;; (custom-set-faces ;; '(message-header-subject -- 2.20.1