GNU bug report logs -
#15829
Opening nnfolder server on archive...failed
Previous Next
Reported by: sds <at> gnu.org
Date: Thu, 7 Nov 2013 20:31:01 UTC
Severity: normal
Found in version 5.13
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> * Lars Ingebrigtsen <ynefv <at> tahf.bet> [2014-01-30 17:16:17 -0800]:
>
> Sam Steingold <sds <at> gnu.org> writes:
>
>> Warning: Opening nnfolder server on archive...failed: ; Unable to open
>> server nnfolder+archive due to: Creating directory: Operation not
>> supported, /home/sds
>>
>> this is because on mac the home is in /Users, not /home.
>> I can, of course, customize nnfolder-directory and nnfolder-active-file,
>> but this seems wrong as I am not using nnfolder for anything.
>
> (defvoo nnfolder-directory (expand-file-name message-directory)
> "The name of the nnfolder directory.")
nnfolder-directory
==> "/home/sds/Mail/archive"
message-directory (customized to gnus-directory in .emacs)
==> "/Users/sds/Mail/"
gnus-directory (customized in .emacs)
==> "/Users/sds/Mail/"
(assq 'nnfolder-directory (third (assq 'nnfolder nnoo-definition-alist)))
==> (nnfolder-directory . "/Users/sds/Mail/")
> message-directory
> => "~/Mail/"
>
> So ... is ~ expanding to the wrong directory on Mac?
(expand-file-name "~")
==> "/Users/sds"
> Anyway, could you set `debug-on-error' to t and post the backtrace you
> get? It shouldn't be trying to create any directories on open, I think...
I always run with debug-on-error==t; however, gnus, apparently, handles
the error.
--
Sam Steingold (http://sds.podval.org/) on darwin Ns 10.3.1265
http://www.childpsy.net/ http://openvotingconsortium.org
http://americancensorship.org http://palestinefacts.org
What was there first: the Compiler or its Source code?
This bug report was last modified 11 years and 190 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.