From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/67775 Path: news.gmane.org!not-for-mail From: Vegard Vesterheim Newsgroups: gmane.emacs.gnus.general Subject: Problems copying Gnus configuration to a new account Date: Fri, 07 Nov 2008 14:09:35 +0100 Organization: UNINETT. Message-ID: <1s1vxnsmwg.fsf@voll.uninett.no> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1226063436 1968 80.91.229.12 (7 Nov 2008 13:10:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 7 Nov 2008 13:10:36 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M16226@lists.math.uh.edu Fri Nov 07 14:11:39 2008 connect(): Connection refused Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.50) id 1KyR7h-0003Zw-NF for ding-account@gmane.org; Fri, 07 Nov 2008 14:11:37 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1KyR5p-0002fg-AB; Fri, 07 Nov 2008 07:09:41 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1KyR5o-0002fX-1N for ding@lists.math.uh.edu; Fri, 07 Nov 2008 07:09:40 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1KyR5l-00045o-6D for ding@lists.math.uh.edu; Fri, 07 Nov 2008 07:09:39 -0600 Original-Received: from tyholt.uninett.no ([158.38.62.9] ident=postfix) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1KyR5t-0000BJ-00 for ; Fri, 07 Nov 2008 14:09:45 +0100 Original-Received: from voll.uninett.no (voll.uninett.no [IPv6:2001:700:1:0:21a:a0ff:fee1:2782]) by tyholt.uninett.no (Postfix) with ESMTP id 9C7282BACE8 for ; Fri, 7 Nov 2008 14:09:35 +0100 (CET) X-Face: Vl8-zx%G~!/rC5W!BM+T]w:k.[$Zqh. Q'Af|}oZ6JAhaysP"/43eD<|.BoMETII Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:67775 Archived-At: I am trying to copy my complete Gnus setup to a different user account (on the same host), but my *Group* buffer on the new account is empty (0 Messages) and the *Server* buffer only has 'nnml:archive'. I cannot figure out what is missing. I know that I can manually register new servers in the *Server* buffer, but I would like to understand how and where Gnus stores my server settings. I am primarily using the nnimap backend (two differend IMAP accounts), but I have configured a combination of nnml and nnimap like this: (setq gnus-secondary-select-methods '((nnml "") (nnimap "foo" ...) (nnimap "bar" ...))) The following files are identical on the two accounts: ~/.emacs ~/.gnus ~/.newsrc ~/.newsrc.eld ~/.mail/active Gnus on my new account doesn't even try to contact the configured IMAP servers. What am I missing here? - Vegard V -