el/dot-emacs.el: Sharpen up the page delimiter patterns.
[profile] / dot / emacs
index 7378f0c..4ece425 100644 (file)
--- a/dot/emacs
+++ b/dot/emacs
 (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")
       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))
 
 ;; 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.