Gnus development mailing list
 help / color / mirror / Atom feed
From: Kevin Greiner <kgreiner@xpediantsolutions.com>
Subject: spam-get-article-as-filename needed?
Date: Mon, 24 Feb 2003 11:57:04 -0600	[thread overview]
Message-ID: <uof51h89b.fsf@xpediantsolutions.com> (raw)

I was looking at the compilation logs only to see that spam.el
generated a couple of warning messages concerning
nnml-current-directory and nnml-possibly-change-directory.

After checking a little further, I found that
  1) The only dependencies to nnml are in
     spam-get-article-as-filename.
  2) spam-get-article-as-filename is functionally equivalent to
     nnml-article-to-file except that the later appears to handle
     compressed files (see nnml-use-compressed-files).
  3) I can't find any calls to spam-get-article-as-filename.

I don't want to touch spam.el since I'm not at all familiar with that
code.  Still, I'd like to see the compilation warnings resolved.

It seems to me that the options are:
1) Add (require 'nnml) to spam.el
2) Delete spam-get-article-as-filename
3) Rewrite spam-get-article-as-filename to implicitly depend on
   nnml-article-as-file.  For example,
      (defun spam-get-article-as-filename (article)
        (funcall 'nnml-article-to-file article))

Kevin



             reply	other threads:[~2003-02-24 17:57 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-24 17:57 Kevin Greiner [this message]
2003-02-24 18:16 ` Ted Zlatanov
2003-02-24 18:32   ` Kevin Greiner
2003-02-24 20:08     ` Ted Zlatanov

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=uof51h89b.fsf@xpediantsolutions.com \
    --to=kgreiner@xpediantsolutions.com \
    /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).