Gnus development mailing list
 help / color / mirror / Atom feed
* ...slow... saving with default gcc archiving...
@ 1996-06-04  2:07 Erik Selberg
  1996-06-20  8:35 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: Erik Selberg @ 1996-06-04  2:07 UTC (permalink / raw)


I did some checking into this... I'm using the "default" Gcc'ing,
which means when I send a mail message, a copy is saved into the file
misc-mail which looks like mbox format. Anyway, this file gets _big_
quickly, and consequentially everytime I save a file, I end up
opening, appending, and saving this 10M file. Takes a couple seconds. 

Is there some way of improving this? Either by having misc-mail be
nnml instead of the one file? Or by breaking misc-mail automatically?

Thanks,
-Erik
-- 
				Erik Selberg
"I get by with a little help	selberg@cs.washington.edu
 from my friends."		http://www.cs.washington.edu/homes/selberg


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

* Re: ...slow... saving with default gcc archiving...
  1996-06-04  2:07 ...slow... saving with default gcc archiving Erik Selberg
@ 1996-06-20  8:35 ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Magne Ingebrigtsen @ 1996-06-20  8:35 UTC (permalink / raw)


Erik Selberg <selberg@cs.washington.edu> writes:

> I did some checking into this... I'm using the "default" Gcc'ing,
> which means when I send a mail message, a copy is saved into the file
> misc-mail which looks like mbox format. Anyway, this file gets _big_
> quickly, and consequentially everytime I save a file, I end up
> opening, appending, and saving this 10M file. Takes a couple seconds. 
> 
> Is there some way of improving this? Either by having misc-mail be
> nnml instead of the one file? Or by breaking misc-mail automatically?

>From the manual:

(setq gnus-message-archive-group
      '((if (message-news-p)
            "misc-news" 
          (concat "mail." (format-time-string 
                           "%Y-%m" (current-time))))))

This will create a new archive group for each month's worth of
outgoing mail.

-- 
  "Yes.  The journey through the human heart 
     would have to wait until some other time."


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

end of thread, other threads:[~1996-06-20  8:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-06-04  2:07 ...slow... saving with default gcc archiving Erik Selberg
1996-06-20  8:35 ` Lars Magne Ingebrigtsen

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