]> err.no Git - dotfiles/commitdiff
add configuration for vawad
authortfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Sat, 16 Nov 2002 23:12:52 +0000 (23:12 +0000)
committertfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Sat, 16 Nov 2002 23:12:52 +0000 (23:12 +0000)
git-svn-id: file:///svn/tfheen/trunk/dotfiles@114 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf

gnus

diff --git a/gnus b/gnus
index 32011f16baa47b9e8b8b7b530b39a03d0b168533..b1b4531d8e9b8746d3c3fee1387a0954bc478c67 100644 (file)
--- a/gnus
+++ b/gnus
     (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)