viewmail-info
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[VM] virtual folder and imap


From: Ingo Wardinski
Subject: [VM] virtual folder and imap
Date: Sun, 22 Sep 2013 20:43:33 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux)

Hi there,
I try to set up virtual folders to filter messages depending on some 
criteria. My attempt is to move this messages to real folders on the
imap server.
I have:
(defun my-vm-arrived-messages-hook ()
  (vm-auto-archive-messages)
  (vm-expunge-folder))
(add-hook 'vm-arrived-messages-hook 'my-vm-arrived-messages-hook)

(setq vm-auto-folder-alist
      '(
        ("To:" ("address@hidden" .  
"imap-ssl:imap-server.xxxx.xx:993:inbox:login:address@hidden:Archives/R_VM"))
        )       
      )

But this is not working, and I can't see why. What would be your
approach to filter and to save messages to imap-folders depending on
some selection rules? 
Any help would be very much appreciated
TIA
ingo

-- 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]