(let ((buf (get-buffer-create "*Spam mark*"))
(cacheid (tfheen-fetch-cacheid)))
(and cacheid
- (start-process "spammark" buf "ssh" "vuizook" "spam" cacheid)))
+ (start-process "spammark" buf "ssh" "-oBatchMode=yes" "vuizook" "spam" cacheid)))
(gnus-summary-move-article nil (if (stringp tfheen-spam-folder)
tfheen-spam-folder
(apply tfheen-spam-folder nil)) nil 'move)
(defun tfheen-mark-as-ham ()
(interactive)
(let ((buf (get-buffer-create "*Ham mark*")))
- (start-process "hammark" buf "ssh" "vuizook" "ham" (tfheen-fetch-cacheid))))
+ (start-process "hammark" buf "ssh" "-oBatchMode=yes" "vuizook" "ham" (tfheen-fetch-cacheid))))
(defun tfheen-fetch-cacheid ()
(save-excursion