Gnus development mailing list
 help / color / mirror / Atom feed
From: ShengHuo ZHU <zsh@cs.rochester.edu>
Subject: Re: Pterydactl 0.99 to 5.8.8 API changes?
Date: 08 Jan 2001 20:30:47 -0500	[thread overview]
Message-ID: <2n4rz9bjg8.fsf@tiger.jia.vnet> (raw)
In-Reply-To: <ygek8857cok.fsf_-_@bfnet.com>

dave-mlist@bfnet.com writes:

> I just upgraded from PGnus 0.99 to Gnus 5.8.8 and most things don't
> work anymore.  In particular, Gnus is not finding my mail-sources.
> 
> Is there a simple way to determine all the API changes that were made
> between Pterydactyl 0.99 to 5.8.8?  In particular, has the
> nnmail-split-fancy interface changed?  Is there anything wrong with
> the following:
> 
> (add-hook 'gnus-group-mode-hook 'gnus-topic-mode)
> 
> ; Put the "Incoming*" files here
> (setq mail-source-directory "~/Mail/Incoming/")
> (setq mail-sources '((maildir :path "/home/dave/Mail/test/Maildir/new")
> 		     (maildir :path "/home/dave/Mail/misc/Maildir/new")
> 		     (maildir :path "/home/dave/Mail/mlist/Maildir/new")
> 		     (maildir :path "/home/dave/Mail/personal/Maildir/new")
> 		     (maildir :path "/home/dave/Mail/default/Maildir/new")
> 		     ))

Try this,

(setq mail-sources '((maildir :path "/home/dave/Mail/test/Maildir")
 		     (maildir :path "/home/dave/Mail/misc/Maildir")
 		     (maildir :path "/home/dave/Mail/mlist/Maildir")
 		     (maildir :path "/home/dave/Mail/personal/Maildir")
 		     (maildir :path "/home/dave/Mail/default/Maildir")
 		     ))

ShengHuo



      reply	other threads:[~2001-01-09  1:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-01-09  1:10 dave-mlist
2001-01-09  1:30 ` ShengHuo ZHU [this message]

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=2n4rz9bjg8.fsf@tiger.jia.vnet \
    --to=zsh@cs.rochester.edu \
    /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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).