Gnus development mailing list
 help / color / mirror / Atom feed
* Pterydactl 0.99 to 5.8.8 API changes?
@ 2001-01-09  1:10 dave-mlist
  2001-01-09  1:30 ` ShengHuo ZHU
  0 siblings, 1 reply; 2+ messages in thread
From: dave-mlist @ 2001-01-09  1:10 UTC (permalink / raw)


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")
		     ))

(setq gnus-kill-files-directory (concat gnus-directory "score/"))
(setq gnus-subscribe-newsgroup-method 'gnus-subscribe-topics)
(setq gnus-select-method '(nnml ""))
(setq gnus-secondary-select-methods nil)
(setq gnus-uncacheable-groups "^nnml")

(setq gnus-startup-file (concat gnus-directory ".newsrc"))
(setq nnmail-message-id-cache-file (concat gnus-directory ".nnmail-cache"))
(setq nnmail-treat-duplicates 'delete)
(setq mail-source-crash-box (concat gnus-directory ".emacs-mail-crash-box"))
(setq nnmail-message-id-cache-length 10000)
(setq mail-source-delete-incoming t)

(setq gnus-default-charset 'iso-2022-jp-unix)
(setq gnus-newsgroup-ephemeral-charset 'iso-2022-jp-2)

(setq gnus-visible-headers "^From:\\|^Subject:\\|^Newsgroups:\\|To:\\|Cc:\\|Date:")
(setq nnfolder-directory "~/Mail/archives")
(setq nnfolder-get-new-mail nil)

(setq message-send-mail-function 'message-send-mail-with-qmail) 
(setq mail-user-agent 'message-user-agent)
(setq message-qmail-inject-program "/home/dave/perl/qmail-inject-wrapper")

Dave



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Pterydactl 0.99 to 5.8.8 API changes?
  2001-01-09  1:10 Pterydactl 0.99 to 5.8.8 API changes? dave-mlist
@ 2001-01-09  1:30 ` ShengHuo ZHU
  0 siblings, 0 replies; 2+ messages in thread
From: ShengHuo ZHU @ 2001-01-09  1:30 UTC (permalink / raw)


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



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-01-09  1:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-01-09  1:10 Pterydactl 0.99 to 5.8.8 API changes? dave-mlist
2001-01-09  1:30 ` ShengHuo ZHU

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).