el/dot-emacs.el (experimental): Show fringe icon on current line.
[profile] / dot / gnus-local.el.distorted
index 502fdc1..21b65e3 100644 (file)
@@ -6,6 +6,18 @@
 ;;;
 
 ;;;--------------------------------------------------------------------------
+;;; How to send mail.
+
+(and nil
+     (setq smtpmail-smtp-server "mail.distorted.org.uk"
+          smtpmail-sendto-domain "distorted.org.uk"
+          smtpmail-smtp-service 587
+          smtpmail-auth-credentials "~/.gnus.authinfo"
+          message-send-mail-function 'smtpmail-send-it
+          smtpmail-starttls-credentials
+          '(("mail.distorted.org.uk" 587 "" ""))))
+
+;;;--------------------------------------------------------------------------
 ;;; Where we get mail from.
 
 ;; Read mail on the IMAP server.
       '((nnimap "distorted"
                (nnimap-address "mail.distorted.org.uk")
                (nnimap-stream tls)
+               (nnimap-authinfo-file "~/.gnus.authinfo"))
+       (nnimap "google"
+               (nnimap-address "imap.gmail.com")
+               (nnimap-stream tls)
                (nnimap-authinfo-file "~/.gnus.authinfo"))))
 
 ;; Send sent mail back to me.
          (to "\\<postmaster@" "admin.mail" t)
          (to "\\<\\(root\\|mirror\\|postgres\\|spamd\\)@" "admin.misc" t)
          (to "python-list@python\\.org" "lists.python")
-         (to "tinycc-devel@nongnu\\.org" "lists.tcc")
          (to "mdw-nospam-\\([^@]+\\)@" "crap.\\1" t)
-         (to "stds-p1363\\(-discuss\\)?@listserv.ieee.org" "lists.p1363")
-         (to "jump-announce@jump\\.net\\.uk" "lists.jump-announce")
-         (to "jump-discuss@jump\\.net\\.uk" "lists.jump-discuss")
          (from "support@jump\\.net\\.uk" "keep.colo")
          (from "\\(sealbot\\|cardbot\\)@ncipher\\.com" "nag.cardbot")
          (from "\\<mailman-owner@" "nag.mailman" t)