Gnus development mailing list
 help / color / mirror / Atom feed
From: craffert@sps.ml.com (Colin Rafferty)
Subject: ange-ftp with nnml 5.0.13
Date: Tue, 16 Jan 96 16:02:33 EST	[thread overview]
Message-ID: <9601162102.AA13352@sparc10.sps.ml.com> (raw)

".gnus" == My .gnus file says:

.gnus> (if (equal (system-name) "spssunp")
.gnus>     (setq nnml-directory "/export/tmp/craffert/Mail/")
.gnus>    (setq nnml-directory "/spssunp:/export/tmp/craffert/Mail/"))

.gnus> (setq nnmail-tmp-directory "/data/work/craffert/tmp/")

/spssunp:/export is not actually exported, and I want all my mail to be
on my local disk so that when the public partitions get full, I don't
lose mail when my itimer does a `2 g'.

This works great!  Gnus is the greatest.

My problem is in `nnml-save-mail'.  When I see cross-posts, the second
and subsequent newsgroups get added with `add-name-to-file'.  The
relevant code is below.

"nnml.el" == nnml.el 5.0.13 says:

nnml.el>  (if first
nnml.el>      ;; It was already saved, so we just make a hard link.
nnml.el>      (add-name-to-file first file t)
nnml.el>    ;; Save the article.
nnml.el>    (write-region (point-min) (point-max) file nil 
nnml.el>                  (if gnus-verbose-backends nil 'nomesg))
nnml.el>    (setq first file)))

Is this something that I should have ange-ftp fix (overload
`add-name-to-file'), or should I bag and add a variable called
`gnus-nnml-use-hard-links' that I set to nil when I am not on my local
machine?

Thanks for the help.
-- 
Colin Rafferty     | Merrill Lynch             | Voice:  212.449.8782
Consultant         | World Financial Center    | E-Mail: craffert@ml.com
Securities Pricing | North Tower, 11 Floor     | Beeper: 1.800.225.0256 #360229
Debt Markets Group | New York, New York  10281 | Fax:    212.449.1314


             reply	other threads:[~1996-01-16 21:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-01-16 21:02 Colin Rafferty [this message]
1996-01-17  2:51 ` Lars Magne Ingebrigtsen

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=9601162102.AA13352@sparc10.sps.ml.com \
    --to=craffert@sps.ml.com \
    --cc=craffert@ml.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).