Gnus development mailing list
 help / color / mirror / Atom feed
* can't delete nnml groups
@ 2004-12-16  6:55 Katsumi Yamaoka
  2004-12-16 11:39 ` Katsumi Yamaoka
  0 siblings, 1 reply; 3+ messages in thread
From: Katsumi Yamaoka @ 2004-12-16  6:55 UTC (permalink / raw)


Hi,

I noticed I cannot delete nnml groups if there are persistent
articles.

Debugger entered--Lisp error: (file-error "Removing old name:
 is a directory" "/home/yamaoka/News/cache/nnml:foo.bar.baz")
  delete-file("/home/yamaoka/News/cache/nnml:foo.bar.baz")
  gnus-delete-file("/home/yamaoka/News/cache/nnml:foo.bar.baz")
  gnus-cache-delete-group("nnml:foo.bar.baz")
  gnus-request-delete-group("nnml:foo.bar.baz" (4))
  gnus-group-delete-group("nnml:foo.bar.baz" (4))
  call-interactively(gnus-group-delete-group)

There seems to be the same problem in `gnus-agent-delete-group'.

Although making articles persistent in nnml groups might be
nonsense, it will be useful for back ends which don't make local
article files.

Emacs 21 provides the `dired-delete-file' function which deletes
a file and also a directory recursively.  Can't we use the copy
of it as `gnus-delete-file'?

Regards,



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

end of thread, other threads:[~2004-12-17 10:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-12-16  6:55 can't delete nnml groups Katsumi Yamaoka
2004-12-16 11:39 ` Katsumi Yamaoka
2004-12-17 10:28   ` Katsumi Yamaoka

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