;;; (c) 2014 Mark Wooding
;;;
+(setq auth-sources '("~/.gnus.authinfo"))
+
;;;--------------------------------------------------------------------------
;;; How to send mail.
'((nnimap "distorted"
(nnimap-address "mail.distorted.org.uk")
(nnimap-stream tls)
- (nnimap-authinfo-file "~/.gnus.authinfo"))
+ (nnimap-authinfo-file "~/.gnus.authinfo")
+ (nnimap-inbox "INBOX")
+ (nnimap-unsplittable-articles (%Deleted)))
(nnimap "markw-distorted"
(nnimap-address "mail.distorted.org.uk")
(nnimap-stream tls)
- (nnimap-authinfo-file "~/.gnus.authinfo.markw"))
+ (nnimap-authinfo-file "~/.gnus.authinfo.markw")
+ (nnimap-inbox "INBOX")
+ (nnimap-unsplittable-articles (%Deleted)))
(nnimap "mwooding-chiark"
(nnimap-address "imap.dovecot.chiark.greenend.org.uk")
(nnimap-stream tls)
- (nnimap-authinfo-file "~/.gnus.authinfo"))
+ (nnimap-authinfo-file "~/.gnus.authinfo")
+ (nnimap-inbox "INBOX")
+ (nnimap-unsplittable-articles (%Deleted)))
(nnimap "google"
(nnimap-address "imap.gmail.com")
(nnimap-stream tls)
- (nnimap-authinfo-file "~/.gnus.authinfo"))))
+ (nnimap-authinfo-file "~/.gnus.authinfo")
+ (nnimap-inbox "INBOX")
+ (nnimap-unsplittable-articles (%Deleted)))))
;; Send sent mail back to me.
(setq gnus-message-archive-method "mail"
(((class color) (type x)) :background "#050")
(t :underline t))
+(setq ediff-force-faces t)
+(mdw-define-face ediff-current-diff-A
+ (((class color) (type x)) :background "darkred")
+ (((class color) (type tty)) :background "red")
+ (t :inverse-video t))
+(mdw-define-face ediff-fine-diff-A
+ (((class color) (type x)) :background "red3")
+ (((class color) (type tty)) :inverse-video t)
+ (t :inverse-video nil))
+(mdw-define-face ediff-even-diff-A
+ (((class color) (type x)) :background "#300"))
+(mdw-define-face ediff-odd-diff-A
+ (((class color) (type x)) :background "#300"))
+(mdw-define-face ediff-current-diff-B
+ (((class color) (type x)) :background "darkgreen")
+ (((class color) (type tty)) :background "magenta")
+ (t :inverse-video t))
+(mdw-define-face ediff-fine-diff-B
+ (((class color) (type x)) :background "green4")
+ (((class color) (type tty)) :inverse-video t)
+ (t :inverse-video nil))
+(mdw-define-face ediff-even-diff-B
+ (((class color) (type x)) :background "#020"))
+(mdw-define-face ediff-odd-diff-B
+ (((class color) (type x)) :background "#020"))
+(mdw-define-face ediff-current-diff-C
+ (((class color) (type x)) :background "darkblue")
+ (((class color) (type tty)) :background "blue")
+ (t :inverse-video t))
+(mdw-define-face ediff-fine-diff-C
+ (((class color) (type x)) :background "blue1")
+ (((class color) (type tty)) :inverse-video t)
+ (t :inverse-video nil))
+(mdw-define-face ediff-even-diff-C
+ (((class color) (type x)) :background "#004"))
+(mdw-define-face ediff-odd-diff-C
+ (((class color) (type x)) :background "#004"))
+(mdw-define-face ediff-current-diff-Ancestor
+ (((class color) (type x)) :background "#630")
+ (((class color) (type tty)) :background "blue")
+ (t :inverse-video t))
+(mdw-define-face ediff-even-diff-Ancestor
+ (((class color) (type x)) :background "#320"))
+(mdw-define-face ediff-odd-diff-Ancestor
+ (((class color) (type x)) :background "#320"))
+
(mdw-define-face dylan-header-background
(((class color) (type x)) :background "NavyBlue")
(t :background "blue"))