Gnus development mailing list
 help / color / mirror / Atom feed
* Adding new name:
@ 1998-01-23 15:33 Nils Goesche
  1998-02-08 15:43 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: Nils Goesche @ 1998-01-23 15:33 UTC (permalink / raw)


Hi!

I use this (among other things) in my .gnus file:

(setq gnus-save-newsrc-file nil)
(setq gnus-permanently-visible-groups "nnml")
(setq nnmail-split-methods
      '(("teske" "^From:.*Teske")
	("holger" "^From:.*Holger Duewiger")
	("marius" "^From:.*Marius Witke")
	("help-gnu-emacs" "^Resent-From:.*help-gnu-emacs\\|^To:.*help-gnu-emacs\\|^CC:.*help-gnu-emacs")
	("ntemacs-users" "^Resent-From:.*ntemacs-users\\|^To:.*ntemacs-users\\|^CC:.*ntemacs-users")
	("gnus" "^To:.*gnus\\|^Cc:.*gnus")
	("auc-tex" "^To:.*auc-tex\\|^Cc:.*auc-tex")
	("gnu-win32" "^To:.*gnu-win32\\|^Cc:.*gnu-win32")
	("other" "")))
The gnu-win32 entry was recently added. But when I get some mail for
gnu-win32, and then start gnus, I get this weird error message:
Adding new name: no such file or directory c:/nils/Mail/gnus/117 c:/nils/Mail/gnu-win32/1
But there *is* a directory (made by gnus!) named gnu-win32. I remember 
I had the same problem with other mail-groups but can't figure out
how I managed it. Any ideas would be welcome!

-- 
Nils Goesche
My obscure opinions are my very own.



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Adding new name:
  1998-01-23 15:33 Adding new name: Nils Goesche
@ 1998-02-08 15:43 ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Magne Ingebrigtsen @ 1998-02-08 15:43 UTC (permalink / raw)


Nils Goesche <ngo@wossolit.teles.de> writes:

> The gnu-win32 entry was recently added. But when I get some mail for
> gnu-win32, and then start gnus, I get this weird error message:
> Adding new name: no such file or directory c:/nils/Mail/gnus/117 c:/nils/Mail/gnu-win32/1

The definition of `nnmail-crosspost-link-function' is

  (if (string-match "windows-nt\\|emx" (format "%s" system-type))
      'copy-file
    'add-name-to-file)

What is your `system-type' variable?

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1998-02-08 15:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-01-23 15:33 Adding new name: Nils Goesche
1998-02-08 15:43 ` Lars Magne Ingebrigtsen

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).