]> err.no Git - dotfiles/commitdiff
We do spam marking server-side now
authortfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Wed, 3 Oct 2007 09:32:42 +0000 (09:32 +0000)
committertfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Wed, 3 Oct 2007 09:32:42 +0000 (09:32 +0000)
git-svn-id: file:///svn/tfheen/trunk/dotfiles@1060 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf

gnus

diff --git a/gnus b/gnus
index 8809a1b97a9e15ffa7ac2a21f483062af03a12e7..c577d8ace3d6ab85ce7e344a67a2ab2ac41c8db6 100644 (file)
--- a/gnus
+++ b/gnus
@@ -620,10 +620,10 @@ on multiple mail-followup-to headers"
 
 (defun tfheen-mark-as-spam ()
   (interactive)
-  (let ((buf (get-buffer-create "*Spam mark*"))
-       (cacheid (tfheen-fetch-cacheid)))
-    (and cacheid
-        (start-process "spammark" buf "ssh" "vawad" "spam" cacheid)))
+;  (let ((buf (get-buffer-create "*Spam mark*"))
+;      (cacheid (tfheen-fetch-cacheid)))
+;    (and cacheid
+;       (start-process "spammark" buf "ssh" "vawad" "spam" cacheid)))
   (gnus-summary-move-article nil (format-time-string "spam.%Y-%m") nil 'move)
   (gnus-summary-next-subject 1))