From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/34140 Path: main.gmane.org!not-for-mail From: dave-mlist@bfnet.com Newsgroups: gmane.emacs.gnus.general Subject: Pterydactl 0.99 to 5.8.8 API changes? Date: 08 Jan 2001 17:10:35 -0800 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035170122 28855 80.91.224.250 (21 Oct 2002 03:15:22 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:15:22 +0000 (UTC) Return-Path: Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by mailhost.sclp.com (Postfix) with ESMTP id 980F4D049D for ; Mon, 8 Jan 2001 20:10:55 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id TAB13963; Mon, 8 Jan 2001 19:10:38 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 08 Jan 2001 19:09:48 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id TAA06566 for ; Mon, 8 Jan 2001 19:09:35 -0600 (CST) Original-Received: from knave.rad.directint.net (knave.rad.directint.net [207.168.228.90]) by mailhost.sclp.com (Postfix) with SMTP id 3BEC3D049D for ; Mon, 8 Jan 2001 20:09:59 -0500 (EST) Original-Received: (qmail 11555 invoked by uid 2001); 9 Jan 2001 01:10:35 -0000 Original-To: ding@gnus.org In-Reply-To: Shigeki Uno's message of "21 Mar 2000 13:38:23 +0900" User-Agent: Gnus/5.070099 (Pterodactyl Gnus v0.99) Emacs/20.4 Precedence: list X-Majordomo: 1.94.jlt7 Original-Lines: 44 Xref: main.gmane.org gmane.emacs.gnus.general:34140 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:34140 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