;; If NNTPSERVER has been configured by the local administrator, ;; accept Gnus' defaults. Otherwise, set the default select method to ;; nnnil so that typing 'M-x gnus' does not hang. (unless (gnus-getenv-nntpserver) (setq gnus-select-method '(nnnil ""))) (setq gnus-posting-styles '((".*" (address "spwhitton@spwhitton.name") (name "Sean Whitton")) ("chiark\\..*" (address "spwhitton@chiark.greenend.org.uk"))))