Gnus development mailing list
 help / color / mirror / Atom feed
From: Ted Zlatanov <tzz@lifelogs.com>
To: ding@gnus.org
Subject: Re: nnimap mail splitting and bodies
Date: Tue, 14 Dec 2010 16:40:25 -0600	[thread overview]
Message-ID: <8739q0nfl2.fsf@lifelogs.com> (raw)
In-Reply-To: <m3tyj6bf30.fsf@quimbies.gnus.org>

On Wed, 24 Nov 2010 22:13:07 +0100 Lars Magne Ingebrigtsen <larsi@gnus.org> wrote: 

LMI> Ted Zlatanov <tzz@lifelogs.com> writes:
>> nnimap-split-download-body-default and nnimap-split-download-body should
>> both default to nil.

LMI> Yes.  But the latter variable doesn't seem to exist.  :-)

It was in nnimap.el before you redid it.  Note the typo in the choice
("deault") which IMHO indicates no one used it since no one complained
AFAIK.

(defcustom nnimap-split-download-body 'default
  "Whether to download entire articles during splitting.
This is generally not required, and will slow things down considerably.
You may need it if you want to use an advanced splitting function that
analyzes the body before splitting the article.
If this variable is nil, bodies will not be downloaded; if this
variable is the symbol `default' the default behavior is
used (which currently is nil, unless you use a statistical
spam.el test); if this variable is another non-nil value bodies
will be downloaded."
  :version "22.1"
  :group 'nnimap
  :type '(choice (const :tag "Let system decide" deault)
                 boolean))

>> The user should be able to customize nnimap-split-download-body while
>> Gnus functions should set nnimap-split-download-body-default.  And
>> then nnimap.el should look at
>> 
>> (or nnimap-split-download-body-default nnimap-split-download-body)
>> 
>> I think that would work for everyone.

LMI> Yup.

Are you OK with bringing the above defcustom back?  If so the other
change is trivial.

Ted




  reply	other threads:[~2010-12-14 22:40 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-17  0:23 Lars Magne Ingebrigtsen
2010-11-17  1:45 ` Andrew Cohen
2010-11-17  8:40   ` Alberto Luaces
2010-11-18 18:55     ` Ted Zlatanov
2010-11-19 14:14       ` Ted Zlatanov
2010-11-21  4:56         ` Lars Magne Ingebrigtsen
2010-11-21 13:19           ` Andrew Cohen
2010-11-22 19:50           ` Ted Zlatanov
2010-11-24 21:13             ` Lars Magne Ingebrigtsen
2010-12-14 22:40               ` Ted Zlatanov [this message]
2010-12-14 22:44                 ` Lars Magne Ingebrigtsen
2010-12-15  0:13                   ` 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=8739q0nfl2.fsf@lifelogs.com \
    --to=tzz@lifelogs.com \
    --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).