Gnus development mailing list
 help / color / mirror / Atom feed
From: Dan Christensen <jdc+news@uwo.ca>
Subject: Re: self contained nnfolder
Date: Sun, 02 Sep 2001 23:49:36 -0400	[thread overview]
Message-ID: <877kvhndbj.fsf@uwo.ca> (raw)
In-Reply-To: <m3ae0dp2rz.fsf@multivac.cwru.edu> (prj@po.cwru.edu's message of "Sun, 02 Sep 2001 19:54:02 -0400")

prj@po.cwru.edu (Paul Jarc) writes:

> Dan Christensen <jdc+news@uwo.ca> wrote:
> > prj@po.cwru.edu (Paul Jarc) writes:
>>> gnus-secondary-select-methods should
>>> also be nil, or, if you want your foreign nnfolder server to also be
>>> secondary, use '("nnfolder:").  
>> 
>> This didn't work.  I got an error that "nnfolder:" wasn't a list.
>
> Hm.  Well, do you really need it to be both foreign and secondary?

Probably not.  I'll try making gnus-secondary-select-methods nil.

>>> Edit your .newsrc.eld (while Gnus is
>>> not running) to remove whichever entry from gnus-server-alist you
>>> don't want to use.
>> 
>> I don't want to use "archive", but when I removed it from
>> gnus-server-alist I got an error message when Gnus started, even
>> though the string `archive' didn't appear anywhere in my .newsrc.eld
>> or my .gnus.
>
> I should have said that you shouldn't try restarting Gnus at this
> point - you also need to fix gnus-message-archive-method first.

I tried that too, but it didn't help.  But I noticed something funny
this time:  if I start gnus with `M-x gnus' or `M-x gnus-no-server',
I don't get an error about the archive server.  But I usually start
it via a custom function which runs (gnus nil t), and when I do
this I get the following backtrace:

Debugger entered--Lisp error: (wrong-type-argument symbolp (nnfolder "archive" (nnfolder-directory "~/Mail/archive") (nnfolder-active-file "~/Mail/archive/active") (nnfolder-get-new-mail nil) (nnfolder-inhibit-expiry t)))
  gnus-server-opened(((nnfolder "archive" (nnfolder-directory "~/Mail/archive") (nnfolder-active-file "~/Mail/archive/active") (nnfolder-get-new-mail nil) (nnfolder-inhibit-expiry t))))
  gnus-check-server(((nnfolder "archive" (nnfolder-directory "~/Mail/archive") (nnfolder-active-file "~/Mail/archive/active") (nnfolder-get-new-mail nil) (nnfolder-inhibit-expiry t))))
  gnus-read-active-file-1(((nnfolder "archive" (nnfolder-directory "~/Mail/archive") (nnfolder-active-file "~/Mail/archive/active") (nnfolder-get-new-mail nil) (nnfolder-inhibit-expiry t))) nil)
  gnus-read-active-file(nil t)
  gnus-setup-news(nil nil t)
  byte-code("\b„\x0e\0	„\x0e\0Æ ˆ‚O\0ÇÈ!ˆÉ\n!\x13\f„\x1e\0\rƒ!\0Ê ˆ\x0e\x19ƒ.\0Ë ˆÌÍÎ\"ˆÏÐ\x0e\x1a\b#ˆÇÑ!ˆÒ ˆÓ\x0e\x1a!ˆÔ ˆÕÖ!ˆ× ˆÇØ!ˆÐ‡" [dont-connect did-connect gnus-startup-file gnus-current-startup-file gnus-slave gnus-use-dribble-file gnus-group-quit gnus-run-hooks gnus-startup-hook gnus-make-newsrc-file gnus-dribble-read-file bbb-login add-hook gnus-summary-mode-hook gnus-grouplens-mode gnus-setup-news nil gnus-setup-news-hook gnus-start-draft-setup gnus-group-list-groups gnus-group-first-unread-group gnus-configure-windows group gnus-group-set-mode-line gnus-started-hook gnus-use-grouplens level] 4)
  gnus-1(nil t nil)
  gnus(nil t)
  eval((gnus nil t))
  eval-expression((gnus nil t) nil)
  call-interactively(eval-expression)

I'm not sure why gnus behaves differently in this case.

This is with g-m-arch-method set to "nnfolder:" and gnus-server-alist
set to '(("" nnfolder "")).  Maybe I should just let my nnfolder
server be named "archive", but somehow I'd rather have it be my own
private server, not one that gnus is assuming has any special uses.

Dan

-- 
Dan Christensen
jdc+news@uwo.ca


  reply	other threads:[~2001-09-03  3:49 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-08-25 16:53 Simon Josefsson
2001-08-26 16:30 ` Raymond Scholz
2001-08-26 21:20   ` Simon Josefsson
2001-08-26 22:24     ` Nevin Kapur
2001-08-27  1:22       ` Steve Youngs
2001-08-27 16:19       ` Simon Josefsson
2001-08-27 16:36         ` Nevin Kapur
2001-09-01 22:22 ` Dan Christensen
2001-09-01 23:03   ` Dan Christensen
2001-09-01 23:31     ` Kai Großjohann
2001-09-02  6:34     ` Paul Jarc
2001-09-01 23:26   ` Kai Großjohann
2001-09-02  4:41     ` Dan Christensen
2001-09-02  6:11       ` Paul Jarc
2001-09-02 10:36         ` Kai Großjohann
2001-09-02 15:51         ` Dan Christensen
2001-09-02 16:48           ` Kai Großjohann
2001-09-02 23:58             ` Paul Jarc
2001-09-03  3:35             ` Dan Christensen
2001-09-03 10:16               ` Kai Großjohann
2001-09-03 15:07                 ` Dan Christensen
2001-09-03 16:31                   ` Kai Großjohann
2001-09-04  1:22                     ` Dan Christensen
2001-09-03 23:51                 ` Paul Jarc
2001-09-04  1:38                   ` Dan Christensen
2001-09-04  6:58                     ` Paul Jarc
2001-09-04 14:45                       ` Dan Christensen
2001-09-02 23:54           ` Paul Jarc
2001-09-03  3:49             ` Dan Christensen [this message]
2001-09-03 15:12               ` Dan Christensen
2001-09-03 23:36               ` Paul Jarc
2001-09-03 10:18             ` Kai Großjohann
2001-09-03 15:01               ` Dan Christensen
2001-09-03 15:22                 ` Dan Christensen
2001-09-03 16:34                   ` Kai Großjohann
2001-09-03 17:00                     ` Amos Gouaux
2001-09-03 21:31                       ` Kai Großjohann
2001-09-03 23:17                         ` Paul Jarc
2001-09-04  0:43                         ` Amos Gouaux
2001-09-04 13:41                           ` Kai Großjohann
2001-09-04 14:10                             ` Amos Gouaux
2001-09-03 23:23                   ` Paul Jarc
2001-09-04  1:14                     ` Dan Christensen
2001-09-04  1:33                     ` Dan Christensen
2001-09-04 13:42                     ` Kai Großjohann
2001-09-02  9:53   ` Simon Josefsson

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=877kvhndbj.fsf@uwo.ca \
    --to=jdc+news@uwo.ca \
    /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).