all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: sven.bretfeld@gmx.ch
Subject: vm and procmail
Date: Sun, 24 Dec 2006 18:45:59 +0100	[thread overview]
Message-ID: <200612241845.59834.sven.bretfeld@gmx.ch> (raw)

Hello to all

Can anybody help me to solve a problem with vm? I'm fairly new to this stuff.

I try to set up vm as my Email reader. But couldn't get it to work yet. I 
fetch my Emails from a POP-Server with fetchmail and put it into several 
spool files in my home folder via procmail. 

I told vm to get the mails from the spool files. vm never puts the mails into 
its primary inbox when I hit "g", but always into the associated crash files. 
Moreover it complains about not recognizing the type of my crash folders.

I think something with my setup is principially wrong.

Here are my .procmail and .vm files

#.procmail
SHELL=/bin/bash
PROCMAILDIR=$HOME/.Procmail
LOGFILE=$PROCMAILDIR/log
VERBOSE=yes
LOGABSTRACT=all
MAILDIR=$HOME/.Mail/SPOOLS

:0
* ^X-Original-To: debian-user-german@lists.debian.org
debian-liste

:0
* ^To: help-gnu-emacs@gnu.org
emacs-liste

:0 hwic
* ^From: kejoubeum@hispeed.ch
| cat > /dev/null; play /home/nevs/sound.mp3

:0
*
incoming

------------------

#.vm
 (setq vm-mutable-windows t
           vm-mutable-frames nil)

;; Folders ;;
(setq vm-primary-inbox "~/.Mail/INBOX")
(setq vm-folder-directory "~/.Mail/")
(setq vm-crash-box "~/.Mail/INBOX.CRASH")

;; Spool-Files ;;
(setq vm-spool-files 
   '(
      ("~/.Mail/INBOX" "~/.Mail/SPOOLS/incoming" "~/.Mail/INBOX.CRASH")
      ("~/.Mail/DEBIAN" "~/.Mail/SPOOLS/debian-liste" "~/.Mail/DEBIAN.CRASH")
      ("~/.Mail/EMACS" "~.Mail/SPOOLS/emacs-liste" "~/.Mail/EMACS.CRASH")
    )
)

             reply	other threads:[~2006-12-24 17:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-12-24 17:45 sven.bretfeld [this message]
2006-12-25 13:33 ` [SOLVED] Re: vm and procmail sven.bretfeld

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200612241845.59834.sven.bretfeld@gmx.ch \
    --to=sven.bretfeld@gmx.ch \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.