Gnus development mailing list
 help / color / mirror / Atom feed
From: David S Goldberg <david.goldberg6@verizon.net>
Subject: Re: IMAP splitting problems with Exchange server
Date: Wed, 07 Jan 2004 17:00:56 -0500	[thread overview]
Message-ID: <u8zsmirs9k7.fsf@blackbird.MITRE.ORG> (raw)
In-Reply-To: <iluptdv7ehe.fsf@latte.josefsson.org> (Simon Josefsson's message of "Wed, 07 Jan 2004 20:20:13 +0100")

>>>>> On Wed, 07 Jan 2004 20:20:13 +0100, Simon Josefsson
>>>>> <jas@extundo.com> 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





      reply	other threads:[~2004-01-07 22:00 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-06 20:01 Kirk Strauser
2004-01-06 21:33 ` Kai Grossjohann
2004-01-06 22:14   ` Kirk Strauser
2004-01-07  8:31     ` Kai Grossjohann
2004-01-07 15:21       ` Kirk Strauser
2004-01-07  8:54 ` Yair Friedman
2004-01-07 15:30   ` Kirk Strauser
2004-01-07 19:20     ` Simon Josefsson
2004-01-07 22:00       ` David S Goldberg [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=u8zsmirs9k7.fsf@blackbird.MITRE.ORG \
    --to=david.goldberg6@verizon.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).