From: tfheen Date: Sat, 16 Nov 2002 23:12:52 +0000 (+0000) Subject: add configuration for vawad X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fbd2c67b52bf0997cf0e482991a9f74d8cb151d;p=dotfiles add configuration for vawad git-svn-id: file:///svn/tfheen/trunk/dotfiles@114 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- diff --git a/gnus b/gnus index 32011f1..b1b4531 100644 --- a/gnus +++ b/gnus @@ -21,11 +21,14 @@ (car list))) -(cw/for-host "arabella" +(cw/for-host "yiwaz\\|arabella" (setq gnus-select-method '(nntp "localhost") gnus-secondary-select-methods '((nnml ""))) (add-to-list 'gnus-secondary-select-methods '(nntp "news.hardware.no"))) +(cw/for-host "vawad" + (setq gnus-select-method '(nntp "localhost"))) + (setq nnml-crosspost nil nnmail-crosspost nil debug-on-error t @@ -391,7 +394,7 @@ inserts \" characters." (add-hook 'message-mode-hook '(lambda()(local-set-key "\M-\S-F" 'tfheen-insert-footnote))) (add-hook 'message-mode-hook '(lambda()(local-set-key "\"" 'mail-insert-quote))) -(add-hook 'gnus-article-display-hook 'gnus-article-hide-pgp) +;(add-hook 'gnus-article-display-hook 'gnus-article-hide-pgp) ;(add-hook 'message-send-hook 'tfheen-escape-url) (add-hook 'message-send-hook 'tfheen-maybe-sign) (add-hook 'message-send-hook 'tfheen-check-mail-followup-to)