VM

move mails to imap folders

Asked by Ingo W

Hi there,
I set up vm8.2.0b together with emacs 24.2. I want to sort incoming mails to particular folders, when some criteria are met. And I want to leave all my mails on an imap-server. So I set
 (setq vm-imap-account-alist
           '(
             ("imap-ssl:imap-server.xxx.xxx:993:inbox:login:<email address hidden>:*" "work")
            )
     )

I used to have something like when I spooled mails from an imap-server
(setq vm-auto-folder-alist
      '(
        ("To:" ("<email address hidden>" . "~/Mail/folders/GMT"))
        )
      )

Is there a way to get something similar done on an imap-server? What is your way do sort incoming mails on an imap-server?
Any advice would be very much appreciated
TIA
ingo

Question information

Language:
English Edit question
Status:
Answered
For:
VM Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Launchpad Janitor (janitor) said :
#1

This question was expired because it remained in the 'Open' state without activity for the last 15 days.

Revision history for this message
Uday Reddy (reddyuday) said :
#2

Since the IMAP servers are entirely independent of VM, there is no way to sort mail using VM. The IMAP server might provide ways to sorting mail. I don't know.

But what I do with VM is to define virtual folders for different classes of mail, and visit those virtual folders. The manual describes how to set up virtual folders.

Can you help with this problem?

Provide an answer of your own, or ask Ingo W for more information if necessary.

To post a message you must log in.