Gnus development mailing list
 help / color / mirror / Atom feed
From: David S Goldberg <david.goldberg6@verizon.net>
Subject: Re: road warrior trying to simplify a mail setup
Date: Fri, 07 Feb 2003 11:34:17 -0500	[thread overview]
Message-ID: <u8zwukcjbhy.fsf@blackbird-2k.MITRE.ORG> (raw)
In-Reply-To: <86smv02iyx.fsf@red.stonehenge.com> (merlyn@stonehenge.com's message of "07 Feb 2003 07:44:54 -0800")

When I moved most of my nnml groups to nnimap, I wrote the following:

(defun nnml2imap-group ()
  (interactive)
  (gnus-group-make-group
   (concat "INBOX." (buffer-substring (region-beginning) (region-end)))
   "nnimap:linus"))

Obviously it's hardcoded for my environment.  You'll probably want to
fix that :-)

Then, in the group buffer I defined a keyboard macro that selected the
nnml group name (minus the nnml:) and ran the above function and then
jumped to the next nnml group line.  I ran C-x e with a large C-u
value and very quickly had all my nnimap groups set up.  Moving
messages from nnml to nnimap was also easy though a bit more time
consuming.  I wrote a temporary gnus-move-split-methods that replaced
the current (nnml) group name with its nnimap counter part.  M-P-b to
select all messages and then B-m RET took care of the rest.

hth,
-- 
Dave Goldberg
david.goldberg6@verizon.net





  reply	other threads:[~2003-02-07 16:34 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-05 17:04 Randal L. Schwartz
2003-02-05 21:47 ` Vasily Korytov
2003-02-05 21:49   ` Randal L. Schwartz
2003-02-06  9:30     ` James Leifer
2003-02-06 21:37     ` Kirk Strauser
2003-02-06 15:46 ` Kai Großjohann
2003-02-07  1:27 ` Stainless Steel Rat
2003-02-07  2:04   ` Randal L. Schwartz
2003-02-07  2:24     ` Stainless Steel Rat
2003-02-07  5:41       ` Randal L. Schwartz
2003-02-07 16:28         ` Stainless Steel Rat
2003-02-07 16:39           ` David S Goldberg
2003-02-07 18:14             ` Randal L. Schwartz
2003-02-07 18:49               ` David S Goldberg
2003-02-07 18:13           ` Randal L. Schwartz
2003-02-07 19:38             ` Stainless Steel Rat
2003-02-07 19:53               ` Randal L. Schwartz
2003-02-07 20:06                 ` Stainless Steel Rat
2003-02-07 20:18                   ` Randal L. Schwartz
2003-02-07 23:18                     ` Stainless Steel Rat
2003-02-07 21:45             ` Kai Großjohann
2003-02-07  7:18 ` Michel Schinz
2003-02-07  9:07   ` Niklas Morberg
2003-02-07 15:44     ` Randal L. Schwartz
2003-02-07 16:34       ` David S Goldberg [this message]
2003-02-07 15:52   ` Kai Großjohann
2003-02-14 21:53 ` David Wuertele
2003-02-15  5:50   ` Randal L. Schwartz
2003-02-15  6:02     ` Randal L. Schwartz
2003-03-01  0:32       ` David Wuertele
2003-03-03  8:50         ` Bjørn Mork
2003-03-03 17:27           ` David Wuertele
2003-03-04 12:11             ` Bjørn Mork

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=u8zwukcjbhy.fsf@blackbird-2k.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).