Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
Cc: ding@gnus.org
Subject: Re: (require "Date") on email sending
Date: Tue, 16 Nov 2004 09:41:36 +0900	[thread overview]
Message-ID: <b9ywtwmfwvz.fsf@jpl.org> (raw)
In-Reply-To: <20041115125241.GA16181@prioris.mini.pw.edu.pl>

>>>>> In <20041115125241.GA16181@prioris.mini.pw.edu.pl> Slawek Zak wrote:

> I've got a problem with sending emails (that's why I'm using mutt to
> send this one:). I've just upgraded Gnus from 0.02 to 0.03 and every
> time I post, following backtrace pops-up.

>   load("Date" nil t nil)
>   require(Date)
>   gnus-server-opened((Date ""))
>   gnus-check-server((Date ""))
>   gnus-inews-do-gcc()
>   gnus-agent-possibly-do-gcc()
>   run-hooks(gnus-agent-possibly-do-gcc)
>   message-send(nil)
>   message-send-and-exit(nil)

That's strange but IIRC, I have seen the same problem somewhere.
I guess there's something wrong in the `gnus-message-archive-group'
variable.  If it contains "Date", please let us know the exact
value (using `C-h v' or `M-x describe-variable').  Otherwise,
you will need to look for the string "Date" in your configuration
files (.gnus.el, .gnus, .emacs, .newsrc.eld, etc.).

> group variable value in gnus-inews-do-gcc() is "Date:" so it seems
> that header parsing is doing something wrong. I've tried various
> Gnusiae from CVS back to 3 months. Same problem.

> I've sent-mail-group-name set to "mail.sent.2004-11". My XEmacs
> version is 21.4.14. 

There's a similar example in the Gnus Info manual:

   How about storing all news messages in one file, but storing all mail
messages in one file per month:

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



  reply	other threads:[~2004-11-16  0:41 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-11-15 12:52 Slawek Zak
2004-11-16  0:41 ` Katsumi Yamaoka [this message]
2004-11-16  0:56   ` Katsumi Yamaoka

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=b9ywtwmfwvz.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    --cc=ding@gnus.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).