From: Mark Wooding Date: Fri, 15 Apr 2016 13:56:16 +0000 (+0100) Subject: Merge slippers:etc/profile X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/fff80d993fbf831f2cdffcbf2c0bc8f95d65b0a9?hp=902334eb2daf132630b406495b27f0b479adc929 Merge slippers:etc/profile * slippers:etc/profile: dot/bash_profile: Sensible default behaviour for `~/.mdw.conf' lookups. dot/emacs: Ignore email addresses for work bug system. dot/gnus.el: Set a null primary source if no NNTP server is available. dot/emacs: Arrange for Org mode to autoload for diary's benefit. dot/bash_profile: Use the `gnome-keyring-daemon' if there's a session bus. dot/emacs: Some more addresses for BBDB to ignore. dot/emacs: Don't try to save mail to `~/Mail/sent'. el/dot-emacs.el: Fix `bbdb-canonicalize-address'. dot/emacs: Note a new email address for me. dot/emacs: Use working `bbdb-extract-address-components-func'. dot/fonts.conf: Fix mis-spelled attribute name. --- diff --git a/dot/emacs b/dot/emacs index d8b036c..5bb61e2 100644 --- a/dot/emacs +++ b/dot/emacs @@ -203,13 +203,15 @@ bbdb/news-auto-create-p (lambda () (let ((group gnus-newsgroup-name)) - (and (string-match "^nnimap\\+" group) + (and (string-match "^nn\\(imap\\|folder\\)\\+" group) (not (string-match ":\\(crap\\|spam\\|lists\\)\\." group))))) bbdb-user-mail-names (concat "^" "\\(" "\\(mdw\\|markw\\|root\\|postmaster\\)" "\\([-+][^@]*\\|\\)" "@\\(\\(dist\\|esc\\)orted\\.org\\.uk\\|odin\\.gg\\)" + "\\|" "\\(mdw\\(\\+[^@]*\\)?\\|0mdwk\\.[^@]*\\)" "@" + "\\(chiark\\|slimy\\|coriolis\\)\\.greenend\\.org\\.uk" "\\|" "distorted\\.mdw@g\\(\\|oogle\\)mail.com" "\\|" "mwooding@\\(good\\|blackberry\\)\\.com" "\\|" "mark\\.wooding@trustonic\\.com"