diff options
| -rw-r--r-- | .config/darya.profile | 4 | ||||
| -rw-r--r-- | .emacs.d/lisp/bandali-gnus.el | 3 | ||||
| -rw-r--r-- | .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 <bandali@canonical.com>" +export DEBEMAIL="bandali@ubuntu.com" +export UBUMAIL="Amin Bandali <bandali@ubuntu.com>"  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 | 
