From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/40969 Path: main.gmane.org!not-for-mail From: Harry Putnam Newsgroups: gmane.emacs.gnus.general Subject: Re: patch: create nonexistent groups in nnmaildir-save-mail Date: Tue, 25 Dec 2001 16:52:28 -0800 Organization: still searching... Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035176442 3736 80.91.224.250 (21 Oct 2002 05:00:42 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 05:00:42 +0000 (UTC) Return-Path: Original-Received: (qmail 4016 invoked from network); 26 Dec 2001 00:53:03 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 26 Dec 2001 00:53:03 -0000 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 16J2JK-0004pG-00; Tue, 25 Dec 2001 18:52:46 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 25 Dec 2001 18:52:37 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id SAA11077 for ; Tue, 25 Dec 2001 18:52:26 -0600 (CST) Original-Received: (qmail 4008 invoked by alias); 26 Dec 2001 00:52:29 -0000 Original-Received: (qmail 4003 invoked from network); 26 Dec 2001 00:52:29 -0000 Original-Received: from quimby.gnus.org (HELO quimby2.netfonds.no) (195.204.10.66) by gnus.org with SMTP; 26 Dec 2001 00:52:29 -0000 Original-Received: from news by quimby2.netfonds.no with local (Exim 3.12 #1 (Debian)) id 16J2W9-0006fT-00 for ; Wed, 26 Dec 2001 02:06:01 +0100 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 38 Original-NNTP-Posting-Host: adsl-66.51.210.228.dslextreme.com Original-X-Trace: quimby2.netfonds.no 1009328761 25634 66.51.210.228 (26 Dec 2001 01:06:01 GMT) Original-X-Complaints-To: usenet@quimby2.netfonds.no Original-NNTP-Posting-Date: 26 Dec 2001 01:06:01 GMT User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1 (i386-pc-solaris2.8) Cancel-Lock: sha1:MiloLCOjOQY5f/3+aInsEKUvs7Y= Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:40969 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:40969 prj@po.cwru.edu (Paul Jarc) writes: > Oops. I had thought nnmail took care of this. > * nnmaildir.el (nnmaildir-save-mail): create the destination > groups if they do not exist. > > > paul Running patch direct from you message (defined region) with: M-| patch /usr/local/share/emacs/site-lisp/nnmaildir.el Fails in part. Appears to be just documentation: patching file `/export/home/reader/site-lisp/nnmaildir.el' Hunk #1 FAILED at 37. Hunk #2 succeeded at 1339 (offset -44 lines). 1 out of 3 hunks FAILED -- saving rejects to /export/home/reader/site-lisp/nnmaildir.el.rej The *.rej looks like: *************** *** 37,43 **** ;; * We make it easy to manipulate marks, etc., from outside Gnus. ;; * All information about a group is stored in the maildir, for easy ;; backup and restoring. - ;; * Use the filesystem as a database. ;; ;; Todo: ;; * Ignore old NOV data when gnus-extra-headers has changed. --- 37,43 ---- ;; * We make it easy to manipulate marks, etc., from outside Gnus. ;; * All information about a group is stored in the maildir, for easy ;; backup and restoring. + ;; * We use the filesystem as a database. ;; ;; Todo: ;; * Ignore old NOV data when gnus-extra-headers has changed.