Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Scott Gifford <sgifford@suspectclass.com>
To: info-gnus-english@gnu.org
Subject: Re: An Idea for Gnus
Date: Thu, 08 Nov 2007 12:11:16 -0500	[thread overview]
Message-ID: <ly4pfw64sr.fsf@gfn.org> (raw)
In-Reply-To: <m3wsss7oxj.fsf@ieee.org>

Randy Yates <yates@ieee.org> writes:

> Michael Widerkrantz <mc@hack.org> writes:
>
>> Randy Yates <yates@ieee.org> writes:
>>
>>> I sometimes like to work at "lightning speed" and don't want to wait
>>> for 30 seconds (or more) for gnus to send a message to the server and
>>> copy the sent message into the sent message folder. It "Sure Would Be
>>> Nice" (TM) if gnus could be made "multitasking"so that message
>>> transmission is done in the background while control of gnus is returned
>>> immediately back to the user. 
>>
>> Do you have to do this in elisp?
>>
>> The standard way is to have a local MTA on your machine do this for
>> you, usually sendmail, exim or postfix. 
>>
>> The usual way to configure them is to use a smarthost for delivery,
>> perhaps with authentication.
>>
>> If you think sendmail, exim or postfix are overkill on your
>> workstation, consider using ssmtp or a similar lightweight mail
>> deliver client.
>
> That's an idea, but the server waiting time is only part of the
> story. Due to the way gnus stores sent mail in one long file, that
> file has grown to be quite large, and now every time I send a mail
> it takes some number of seconds for gnus just to append the sent 
> mail to the end of that file. 
>
> Is there a way to move mail in the sent folder to another folder
> so that a) this file size doesn't affect the sending of new messages
> and b) I still have it available in a gnus-compatible folder for
> searching and reading?

I have my Gnus configured to save sent messages in nnml, which uses
one message per file, and automatically create a new sent mail folder
every year.  This is slightly modified from the "Archived Messages"
info page:

  (setq gnus-message-archive-group
      (concat "nnml:archive." (format-time-string
			   "%Y" (current-time))))

This is fast enough for me, although it seems that one big file would
be faster; it doesn't take any longer to append to a big file than a
small one.

To move your current messages, just create a new group and move the
messages to it.

Hope this helps!

----Scott.

  parent reply	other threads:[~2007-11-08 17:11 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-07 22:38 Randy Yates
2007-11-08 10:00 ` Michael Widerkrantz
     [not found] ` <mailman.3123.1194516062.18990.info-gnus-english@gnu.org>
2007-11-08 15:11   ` Randy Yates
2007-11-08 16:00     ` It's me FKtPp ;)
2007-11-08 17:11     ` Scott Gifford [this message]
2007-11-10 13:17     ` Michael Widerkrantz

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=ly4pfw64sr.fsf@gfn.org \
    --to=sgifford@suspectclass.com \
    --cc=info-gnus-english@gnu.org \
    /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).