From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/55812 Path: main.gmane.org!not-for-mail From: David S Goldberg Newsgroups: gmane.emacs.gnus.general Subject: Re: IMAP splitting problems with Exchange server Date: Wed, 07 Jan 2004 17:00:56 -0500 Organization: I Yam What I Yam Sender: ding-owner@lists.math.uh.edu Message-ID: References: <878ykksv7g.fsf@strauser.com> <87znczzsh7.fsf@strauser.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1073512898 18509 80.91.224.253 (7 Jan 2004 22:01:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 7 Jan 2004 22:01:38 +0000 (UTC) Original-X-From: ding-owner+M4352@lists.math.uh.edu Wed Jan 07 23:01:31 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AeLk2-00011E-00 for ; Wed, 07 Jan 2004 23:01:31 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1AeLjg-0001Q0-00; Wed, 07 Jan 2004 16:01:08 -0600 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1AeLjb-0001Pv-00 for ding@lists.math.uh.edu; Wed, 07 Jan 2004 16:01:03 -0600 Original-Received: from smtp-mclean.mitre.org (smtp-mclean-x.mitre.org [192.80.55.71]) by justine.libertine.org (Postfix) with ESMTP id 202213A0041 for ; Wed, 7 Jan 2004 16:01:03 -0600 (CST) Original-Received: from smtp-mclean.mitre.org (localhost.localdomain [127.0.0.1]) by smtp-mclean.mitre.org (8.11.6/8.11.6) with ESMTP id i07M12A30047 for ; Wed, 7 Jan 2004 17:01:02 -0500 Original-Received: from MAILHUB1 (mailhub1.mitre.org [129.83.20.31]) by smtp-mclean.mitre.org (8.11.6/8.11.6) with ESMTP id i07M12h30043 for ; Wed, 7 Jan 2004 17:01:02 -0500 Original-Received: from blackbird.mitre.org (129.83.3.43) by mailhub1.mitre.org with SMTP id 5516717; Wed, 07 Jan 2004 17:00:58 -0500 Original-To: The Gnus Mailing List X-Face: GUaHTH@nS>[7,ME@-gYZ4#Wl{z"99k@[[Y8AcP0x1paqu.,z9,XSV1WI>{q3f6^e5(zrit <4fV&VHhmE`uidRqtmG27;si9&r;#KSF~E#$%W8w(xdp)H4tW=\2XOk~3=@oGqqpj;m4xf Ow;y26396&,34@9#~4;@*S;E0cq"LM9N(us4P%F(Nxis'Vvfm9?KufH;:Q$dMa-QWGLR&K d0`LJZE8xb*>^yN>b]_NcU:E=Zn\1=#/(OS2 In-Reply-To: (Simon Josefsson's message of "Wed, 07 Jan 2004 20:20:13 +0100") User-Agent: Gnus/5.110002 (No Gnus v0.2) XEmacs/21.4 (Portable Code, cygwin32) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:55812 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:55812 >>>>> On Wed, 07 Jan 2004 20:20:13 +0100, Simon Josefsson >>>>> said: > You can simulate `B r' by moving the message, marked as unread, into > your `nnimap-split-inbox'. Then it will be splitted again when you > press 'g'. Or do something silly like this: (defun dsg-nnimap-resplit (inbox) (interactive (list (completing-read "split-INBOX: " gnus-active-hashtb nil (gnus-read-active-file-p) "nnimap+" 'gnus-group-history))) (let ((nnimap-split-inbox (gnus-group-real-name inbox))) (gnus-group-get-new-news))) Now that I do all my splitting via sieve, I don't even maintain split rules anymore so I haven't used it in a very long time. I don't think I ever used it much even when I did use gnus' splitting but I was bored one day and it seemed like a good idea at the time :-) -- Dave Goldberg david.goldberg6@verizon.net