X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/0477e79d1a56eaa1c31513f4b0b2786ac78b7b05..5a29709b2dc76bc1753b4be5656414c39d5b057a:/dot/emacs diff --git a/dot/emacs b/dot/emacs index 7378f0c..4ece425 100644 --- a/dot/emacs +++ b/dot/emacs @@ -188,6 +188,8 @@ (setq sendmail-program "~/bin/sendmail-hack" send-mail-function 'sendmail-send-it mail-interactive t + mail-specify-envelope-from t + mail-envelope-from 'header sendmail-error-reporting-interactive '("-odb" "-oee")) (autoload 'sendmail-send-it "sendmail") (autoload 'smtpmail-send-it "smtpmail") @@ -221,6 +223,7 @@ bbdb-north-american-phone-numbers-p nil bbdb-dwim-net-address-allow-redundancy t bbdb-extract-address-components-func 'bbdb-extract-address-components + bbdb-allow-duplicates t bbdb/news-auto-create-p (lambda () (let ((group gnus-newsgroup-name)) @@ -614,7 +617,7 @@ ;; Other frame fiddling. -(setq frame-title-format '("" invocation-name "@" system-name ": %b")) +(setq frame-title-format '("Emacs " user-login-name "@" system-name " – %b")) ;; Global keymap changes.