(setq mm-text-html-renderer 'lynx)
+(setq tfheen-spam-folder (format-time-string "spam.%Y-%m"))
+(cw/for-host "luxevop"
+ (setq tfheen-spam-folder (format-time-string "INBOX/spam.%Y")))
+
(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)))
- (gnus-summary-move-article nil (format-time-string "spam.%Y-%m") nil 'move)
+ (gnus-summary-move-article nil tfheen-spam-folder nil 'move)
(gnus-summary-next-subject 1))
(defun tfheen-mark-as-ham ()
(kill-new (tfheen-fetch-cacheid))
(widen))
-(cw/for-host "yiwaz\\|thosu\\|golem\\|xoog\\|vuizook"
+(cw/for-host "yiwaz\\|thosu\\|golem\\|xoog\\|luxevop\\|vuizook"
(define-key gnus-summary-backend-map "s" 'tfheen-mark-as-spam)
(define-key gnus-summary-mode-map "z" 'tfheen-mark-as-spam)
(define-key gnus-summary-mode-map "v" 'tfheen-kill-ring-cacheid)