From: tfheen Date: Mon, 15 Sep 2008 14:26:02 +0000 (+0000) Subject: Update thingies X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb3fc59baab9c6861fab928e2794e21aaceeb30f;p=dotfiles Update thingies git-svn-id: file:///svn/tfheen/trunk/dotfiles@1296 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- diff --git a/gnus b/gnus index 349b703..c074178 100644 --- a/gnus +++ b/gnus @@ -663,10 +663,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" "vuizook" "spam" cacheid))) + (let ((buf (get-buffer-create "*Spam mark*")) + (cacheid (tfheen-fetch-cacheid))) + (and cacheid + (start-process "spammark" buf "ssh" "vuizook" "spam" cacheid))) (gnus-summary-move-article nil (if (stringp tfheen-spam-folder) tfheen-spam-folder (apply tfheen-spam-folder nil)) nil 'move)