]> err.no Git - dotfiles/commitdiff
Fix up string-match synatx, it is (string-atch regexp string), not the other way...
authortfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Wed, 16 Apr 2008 07:57:12 +0000 (07:57 +0000)
committertfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Wed, 16 Apr 2008 07:57:12 +0000 (07:57 +0000)
git-svn-id: file:///svn/tfheen/trunk/dotfiles@1211 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf

gnus

diff --git a/gnus b/gnus
index cf83dc1f366c1aac59f1e78877bd2cb8a1e293ea..983833f1d4e0d25a71d9954d7fe555dc31359b56 100644 (file)
--- a/gnus
+++ b/gnus
@@ -366,10 +366,10 @@ inserts \" characters."
   '(
     ; Default-verdier
     (".*" 
-     (address (if (string-match system-name "luxevop") "tfheen@linpro.no" "tfheen@err.no"))
+     (address (if (string-match "luxevop" system-name) "tfheen@linpro.no" "tfheen@err.no"))
 
 ;     (Organization "Private")
-     (Bcc (if (string-match system-name "luxevop")
+     (Bcc (if (string-match "luxevop" system-name)
         (concat "tfheen+outgoing" (char-to-string 64)  "linpro.no")
         (concat "tfheen+outgoing" (char-to-string 64)  "err.no")))