Gnus development mailing list
 help / color / mirror / Atom feed
From: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann)
Subject: Re: [patch] nnimap.el fix for messages missing message-id field
Date: Thu, 01 Aug 2002 21:31:47 +0200	[thread overview]
Message-ID: <vaf8z3qxtng.fsf@INBOX.auto.gnus.tok.lucy.cs.uni-dortmund.de> (raw)
In-Reply-To: <uheifsjc3.fsf@adobe.com> (Danny Siu's message of "Wed, 31 Jul 2002 14:01:16 -0700")

Danny Siu <dsiu@adobe.com> writes:

>>                              (let (msgid)
>>                                (and (setq msgid (nnmail-fetch-field "message-id"))
>>                                     (nnmail-cache-insert msgid to-group)))))

Why the setq?  Why not just

(let ((msgid (nnmail-fetch-field "message-id")))
  (when msgid
    (nnmail-cache-insert msgid to-group)))

kai
-- 
A large number of young women don't trust men with beards.  (BFBS Radio)



      parent reply	other threads:[~2002-08-01 19:31 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-31 21:01 Danny Siu
2002-07-31 21:14 ` Simon Josefsson
2002-08-01 19:31 ` Kai Großjohann [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=vaf8z3qxtng.fsf@INBOX.auto.gnus.tok.lucy.cs.uni-dortmund.de \
    --to=kai.grossjohann@cs.uni-dortmund.de \
    /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).