Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Jesper Harder <harder@myrealbox.com>
Subject: Re: questions switching from vm to gnus to email
Date: Sun, 06 Oct 2002 20:32:47 +0200	[thread overview]
Message-ID: <m3lm5bpgds.fsf@defun.localdomain> (raw)
In-Reply-To: <u1k0rw1j.fsf@therogoffs.com>

David Rogoff <david@therogoffs.com> writes:

> Jesper Harder <harder@myrealbox.com> writes:
>
>> If you haven't done that (as it appears from your .gnus), then instead
>> of respooling in step 5 (`B r'), you can copy (`B c') your old mail to a
>> new destination.
>
> This is insane: it would take hours to do this for all the folders I
> have. 

I'm not sure I understand.  Do your mbox files contain an enormous
amount of messages?  On my rather slow machine Gnus can copy around 2000
messages per minute.

If that's the problem, you can just leave them as mbox files.  Just
subscribe to them with `G f'.

> Why can't Gnus import a whole directory tree? Even Outlook Express and
> Netscape can do this.  Are you telling me that in infinately powerful
> emacs/gnus I have to do this manually?

There's no predefined functionality for this, AFAIK.  If you want to
automate it a bit, you could do something like this:

(dolist group '("/path/to/mbox-file1" "/path/to/mbox-file2" ...)
	(gnus-group-make-doc-group group 'mbox))

>> Do `G c' (gnus-group-customize) or `G p'
>> (gnus-group-edit-group-parameters) on the group from the group buffer.
>
> This is still folder by folder.  What I'm trying to do is set
> parameters for groups of folders (e.g. all mail folders).

Use topics-mode and topic paramters.  Groups under a topic inherit
properties from their parent topic.

Topics, subtopics etc. is also the answer to your question about how to
arrange groups in a non-flat structure.

(BTW, `gnus-paramters', which you asked about, does exist in the
development version, but it's not present in Gnus 5.8).


      reply	other threads:[~2002-10-06 18:32 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <it0it0j4.fsf@therogoffs.com>
2002-10-05 15:57 ` Jesper Harder
2002-10-06  5:11   ` David Rogoff
2002-10-06 18:32     ` Jesper Harder [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=m3lm5bpgds.fsf@defun.localdomain \
    --to=harder@myrealbox.com \
    /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).