From a5ec6fa1eb8c50fa3e2d1a7c176ef8bca32206c1 Mon Sep 17 00:00:00 2001 From: tfheen Date: Wed, 3 Oct 2007 09:32:42 +0000 Subject: [PATCH] We do spam marking server-side now git-svn-id: file:///svn/tfheen/trunk/dotfiles@1060 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- gnus | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnus b/gnus index 8809a1b..c577d8a 100644 --- 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)) -- 2.39.5