[Linuxtrent] Re: VM e maildir

  • From: "Giuliano Natali" <diaolin@xxxxxxxxxxx>
  • To: linuxtrent@xxxxxxxxxxxxx
  • Date: Wed, 30 Nov 2011 20:21:24 +0100 (CET)

manini wrote:
> Ciao a tutti,
>
> vorrei usare Vm (Emacs) con maildir.
>
> Ho googleato un po' ma non ho trovato indicazioni chiare (pare
> qualcuno ci riesca, ma poi le indicazioni non funzionano!).

Using VM with Maildir
Setting up VM to use Maildir is actually quite easy. All you need to do is
add two lines to your .emacs file to tell VM to use a different version of
the movemail program, and to tell it where your Maildir mailbox is. The
two lines you need to add are:

(setq vm-movemail-program "/uusoc/opt/bin/mvmail")
(setq vm-spool-files (list (expand-file-name (or (getenv "MAILDIR")
"~/Maildir"))))

Once this is done, the next time you fire up VM it will grab mail out of
your Maildir directory, but should look and behave exactly as it does with
mbox-style mail files.

http://www.wonderworks.com/vm/vm-faq-4.html


Diaolin

>
> Any help? TIA, Luca
> --
> Per iscriversi  (o disiscriversi), basta spedire un  messaggio con OGGETTO
> "subscribe" (o "unsubscribe") a mailto:linuxtrent-request@xxxxxxxxxxxxx
>
>
>


-- 
Per iscriversi  (o disiscriversi), basta spedire un  messaggio con OGGETTO
"subscribe" (o "unsubscribe") a mailto:linuxtrent-request@xxxxxxxxxxxxx


Other related posts: