From: tfheen Date: Wed, 3 Oct 2007 09:32:42 +0000 (+0000) Subject: We do spam marking server-side now X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5ec6fa1eb8c50fa3e2d1a7c176ef8bca32206c1;p=dotfiles We do spam marking server-side now git-svn-id: file:///svn/tfheen/trunk/dotfiles@1060 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- 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))