Gnus development mailing list
 help / color / mirror / Atom feed
* Archiving Outgoing Messages
@ 2001-02-11 23:01 Samuel Padgett
  2001-02-11 23:41 ` Samuel Padgett
  2001-02-12  9:01 ` Kai Großjohann
  0 siblings, 2 replies; 6+ messages in thread
From: Samuel Padgett @ 2001-02-11 23:01 UTC (permalink / raw)


I currently use the following for sent mail:

(setq gnus-message-archive-group
      '((concat "nnml:mail.sent." (downcase (format-time-string "%b-%Y")))))

The only sticky part is if the archive group does not exist, Gnus does
not create it.  Any way to force Gnus to create the group specified in
the Gcc header in this case?

Also, the manual hints that nnfolder is the preferable backend for
message archive groups.  Why is this?  Is there something special
about sent messages that makes nnfolder better than, say, nnml?

Thanks!

Sam
-- 
It usually takes more than three weeks to prepare a good impromptu speech.
                                                        -- Mark Twain



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Archiving Outgoing Messages
  2001-02-11 23:01 Archiving Outgoing Messages Samuel Padgett
@ 2001-02-11 23:41 ` Samuel Padgett
  2001-02-12  9:01 ` Kai Großjohann
  1 sibling, 0 replies; 6+ messages in thread
From: Samuel Padgett @ 2001-02-11 23:41 UTC (permalink / raw)


Samuel Padgett <res00ajf@gte.net> writes:

> The only sticky part is if the archive group does not exist, Gnus does
> not create it.

I have to apologize.  I spoke too soon.  I simply needed to type `F'.

Sam
-- 
It usually takes more than three weeks to prepare a good impromptu speech.
                                                        -- Mark Twain



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Archiving Outgoing Messages
  2001-02-11 23:01 Archiving Outgoing Messages Samuel Padgett
  2001-02-11 23:41 ` Samuel Padgett
@ 2001-02-12  9:01 ` Kai Großjohann
  2001-02-12  9:13   ` Daniel Pittman
  1 sibling, 1 reply; 6+ messages in thread
From: Kai Großjohann @ 2001-02-12  9:01 UTC (permalink / raw)
  Cc: ding

On 11 Feb 2001, Samuel Padgett wrote:

> Also, the manual hints that nnfolder is the preferable backend for
> message archive groups.  Why is this?  Is there something special
> about sent messages that makes nnfolder better than, say, nnml?

Actually, I have no idea why gnus-message-archive-method defaults to
nnfolder.  I don't understand why people would want to archive their
outgoing messages in a different server than the normal messages.

Can anyone explain?

kai
-- 
Be indiscrete.  Do it continuously.



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Archiving Outgoing Messages
  2001-02-12  9:01 ` Kai Großjohann
@ 2001-02-12  9:13   ` Daniel Pittman
  0 siblings, 0 replies; 6+ messages in thread
From: Daniel Pittman @ 2001-02-12  9:13 UTC (permalink / raw)


On 12 Feb 2001, Kai Großjohann wrote:
> On 11 Feb 2001, Samuel Padgett wrote:
> 
>> Also, the manual hints that nnfolder is the preferable backend for
>> message archive groups.  Why is this?  Is there something special
>> about sent messages that makes nnfolder better than, say, nnml?
> 
> Actually, I have no idea why gnus-message-archive-method defaults to
> nnfolder.  I don't understand why people would want to archive their
> outgoing messages in a different server than the normal messages.
> 
> Can anyone explain?

Personally, I use nnfolder for two reasons:

1. It does not pollute the namespace of my mail folders with archive
   mailboxes.

2. nnfolder uses *far* less inodes than nnmail. Since I have a lot of
   mail but don't access my archives often, I prefer the slower but less
   disk-intensive nnfolder for the mail.

        Daniel

-- 
Men become civilized, not in proportion to their willingness to believe, but
in proportion to their readiness to doubt.
        -- H. L. Mencken



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Archiving outgoing messages
  2001-10-15 10:25 Archiving outgoing messages Nicolas KOWALSKI
@ 2001-10-15 10:51 ` Kai Großjohann
  0 siblings, 0 replies; 6+ messages in thread
From: Kai Großjohann @ 2001-10-15 10:51 UTC (permalink / raw)
  Cc: Gnus

Nicolas KOWALSKI <Nicolas.Kowalski@imag.fr> writes:

> Is there a way to tell Gnus to use this ruleset for archiving outgoing
> mails ? If not, how can I achieve the same behaviour ?

One way to use the ruleset for outgoing messages is to use Fcc to
write outgoing mails into a file, then use a `file' mail-sources entry
to fetch the mail from there.

But I suggest to set the gcc-self parameter on the groups where
outgoing mail should go.  This means that, when you are in the group
and hit m or r, a Gcc header pointing to that group is automatically
inserted.  From the Group buffer, you can use `C-u m' and `C-u a', so
that you don't have to enter the group explicitly.

kai
-- 
Linux provides a nice `poweroff' command, but where is `poweron'?



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Archiving outgoing messages
@ 2001-10-15 10:25 Nicolas KOWALSKI
  2001-10-15 10:51 ` Kai Großjohann
  0 siblings, 1 reply; 6+ messages in thread
From: Nicolas KOWALSKI @ 2001-10-15 10:25 UTC (permalink / raw)



Hello.

My current configuration for archiving outgoing mail/news is the
following : 

(setq
 gnus-message-archive-group "mail.sent"
 gnus-message-archive-method '(nnml ""))


I have also defined a `nnmail-split-fancy' ruleset for incoming mails.

Is there a way to tell Gnus to use this ruleset for archiving outgoing
mails ? If not, how can I achieve the same behaviour ?

Thanks in advance.
Nicolas.




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2001-10-15 10:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-02-11 23:01 Archiving Outgoing Messages Samuel Padgett
2001-02-11 23:41 ` Samuel Padgett
2001-02-12  9:01 ` Kai Großjohann
2001-02-12  9:13   ` Daniel Pittman
2001-10-15 10:25 Archiving outgoing messages Nicolas KOWALSKI
2001-10-15 10:51 ` Kai Großjohann

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).