Gnus development mailing list
 help / color / mirror / Atom feed
From: Andreas Seltenreich <andreas+ding@gate450.dyndns.org>
To: Norman Walsh <ndw@nwalsh.com>
Cc: ding@gnus.org
Subject: Re: Filename extension for nnml files?
Date: Fri, 05 Jun 2009 18:53:02 +0200	[thread overview]
Message-ID: <87r5xyhbbl.fsf@gate450.dyndns.org> (raw)
In-Reply-To: <m2my8mrd7x.fsf@nwalsh.com> (Norman Walsh's message of "Fri, 05 Jun 2009 10:01:54 -0400")

[-- Attachment #1: Type: text/plain, Size: 689 bytes --]

Norman Walsh writes:

> I've been using nnml for years. Now I'm using it on Mac and I realize
> that if the files were named 'nnnnn.txt' instead of just 'nnnnn' that
> they'd be "text files" and would get indexed by Spotlight. Really,
> mail is about the only thing I'd ever want Spotlight to index anyway.
[...]
> Thoughts?

You could coerce nnml to generate .txt-Files by configuring it like
this:

(nnml "test"
      (nnml-get-new-mail nil)
      (nnml-directory "/tmp/nnmltest/")
      (nnml-use-compressed-files ".txt")
      (nnml-compressed-files-size-threshold 0))

It won't cause any actual compression since ".txt" doesn't trigger
Emacs' auto-compression-mode.

regards,
andreas

[-- Attachment #2: Type: application/pgp-signature, Size: 196 bytes --]

      parent reply	other threads:[~2009-06-05 16:53 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-05 14:01 Norman Walsh
2009-06-05 14:53 ` David Engster
2009-06-05 16:53 ` Andreas Seltenreich [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=87r5xyhbbl.fsf@gate450.dyndns.org \
    --to=andreas+ding@gate450.dyndns.org \
    --cc=ding@gnus.org \
    --cc=ndw@nwalsh.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).