From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/44480 Path: main.gmane.org!not-for-mail From: Danny Siu Newsgroups: gmane.emacs.gnus.general Subject: [PATCH] nnimap-split-articles Date: Mon, 29 Apr 2002 11:54:21 -0700 Organization: Adobe Systems Incorporated Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Trace: main.gmane.org 1020106667 6769 127.0.0.1 (29 Apr 2002 18:57:47 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 29 Apr 2002 18:57:47 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 172GLK-0001kp-00 for ; Mon, 29 Apr 2002 20:57:47 +0200 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 172GKB-0001J3-00; Mon, 29 Apr 2002 13:56:35 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 29 Apr 2002 13:56:47 -0500 (CDT) 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 NAA26626 for ; Mon, 29 Apr 2002 13:56:34 -0500 (CDT) Original-Received: (qmail 2275 invoked by alias); 29 Apr 2002 18:54:55 -0000 Original-Received: (qmail 2270 invoked from network); 29 Apr 2002 18:54:55 -0000 Original-Received: from smtp-relay-1.adobe.com (192.150.11.1) by gnus.org with SMTP; 29 Apr 2002 18:54:55 -0000 Original-Received: from inner-relay-1.corp.adobe.com (inner-relay-1 [153.32.1.51]) by smtp-relay-1.adobe.com (8.12.3/8.12.3) with ESMTP id g3TIuHxl021406 for ; Mon, 29 Apr 2002 11:56:17 -0700 (PDT) Original-Received: from mailsj-v1.corp.adobe.com (mailsj-dev.corp.adobe.com [153.32.1.192]) by inner-relay-1.corp.adobe.com (8.12.3/8.12.3) with ESMTP id g3TIsouE014538 for ; Mon, 29 Apr 2002 11:54:50 -0700 (PDT) Original-Received: from GIGI.corp.adobe.com ([153.32.155.215]) by mailsj-v1.corp.adobe.com (Netscape Messaging Server 4.15 v1 Jul 11 2001 16:32:57) with ESMTP id GVCF6M00.DUI for ; Mon, 29 Apr 2002 11:54:22 -0700 Original-To: ding@gnus.org X-Location: San Jose, CA X-Emacs: 21.2.1 X-Face: fHBvLrQQW(GRz#RNTAN(,')p8NGv}{6dMh\:?%*D\+8hgkiA_dub1@\,Y"r5'a8C(8e~cGG(WFTU\OlAqI[B?V7m'ZGkquvZ/d k~E"A"@WK;0mLF&\%W1kIC]O"z#/>YNUefE1%5/NUX;ml]@$nW;05Z9uZ/CqTz]A)+`1ROuF~||pG= k>Zi@hE- X-Mailer: Oort Gnus v0.06 Original-Lines: 12 User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2 (i386-msvc-nt5.0.2195) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:44480 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:44480 --=-=-= Fixed nnimap-split-articles so that it won't cause error when calling nnmail-cache-insert. Can someone with CVS write access commit the patch for me? Thanks! -- Danny Dick-Fung Siu mailto:dsiu@adobe.com Acrobat Engineering @ Adobe Systems Incorporated --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=imap.patch Index: lisp/ChangeLog =================================================================== RCS file: /usr/local/cvsroot/gnus/lisp/ChangeLog,v retrieving revision 6.1365 diff -r6.1365 ChangeLog 0a1,5 > 2002-04-29 Danny Siu > > * nnimap.el (nnimap-split-articles): Calls nnmail-cache-insert with > single argument. > Index: lisp/nnimap.el =================================================================== RCS file: /usr/local/cvsroot/gnus/lisp/nnimap.el,v retrieving revision 6.29 diff -r6.29 nnimap.el 2a3,6 > ; $Revision: $ > ; $Date: $ > ; $Author: $ > ; $Nokeywords: $ 1191c1195 < "message-id") to-group))) --- > "message-id")))) --=-=-=--