From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/53984 Path: main.gmane.org!not-for-mail From: Josh Huber Newsgroups: gmane.emacs.gnus.general Subject: Re: nnimap problem with current cvs Date: Wed, 17 Sep 2003 18:42:51 -0400 Sender: ding-owner@lists.math.uh.edu Message-ID: <878yonghp0.fsf@amalthea.paradoxical.net> References: <87fzivxfkd.fsf@amalthea.paradoxical.net> <87n0d3gi50.fsf@amalthea.paradoxical.net> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1063838584 25908 80.91.224.253 (17 Sep 2003 22:43:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 17 Sep 2003 22:43:04 +0000 (UTC) Original-X-From: ding-owner+M2524@lists.math.uh.edu Thu Sep 18 00:43:02 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19zl0o-00054M-00 for ; Thu, 18 Sep 2003 00:43:02 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19zl0j-0002kT-00; Wed, 17 Sep 2003 17:42:57 -0500 Original-Received: from justine.libertine.org ([66.139.78.221]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 19zl0f-0002kN-00 for ding@lists.math.uh.edu; Wed, 17 Sep 2003 17:42:53 -0500 Original-Received: from quimby.gnus.org (quimby.gnus.org [80.91.224.244]) by justine.libertine.org (Postfix) with ESMTP id DB7B63A0056 for ; Wed, 17 Sep 2003 17:42:52 -0500 (CDT) Original-Received: from news by quimby.gnus.org with local (Exim 3.35 #1 (Debian)) id 19zl4N-0005IJ-00 for ; Thu, 18 Sep 2003 00:46:43 +0200 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 36 Original-NNTP-Posting-Host: amalthea.paradoxical.net Original-X-Trace: quimby.gnus.org 1063838803 20210 66.92.73.76 (17 Sep 2003 22:46:43 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Wed, 17 Sep 2003 22:46:43 +0000 (UTC) Mail-Copies-To: nobody User-Agent: Gnus/5.1003 (Gnus v5.10.3) XEmacs/21.4 (Reasonable Discussion, linux) Cancel-Lock: sha1:6g6NX/lWhJLvr0Z+qtDYL67o7Lg= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:53984 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:53984 Simon Josefsson writes: > What is the value of gnus-message-archive-group and > gnus-message-archive-method? Sounds like Gnus doesn't understand > that the archive method is the same as your normal starttls nnimap > server. Here's my config, including the archiving information: (setq gnus-secondary-select-methods '( ;; private domain.net IMAP server (nnimap "hostname" (nnimap-server-address "hostname.domain.net") (nnimap-stream starttls)) ;; public IMAP server @ CMU with a bunch of archived lists (nnimap "cmu" (nnimap-authenticator anonymous) (nnimap-list-pattern "archive.*") (nnimap-stream network) (nnimap-server-address "cyrus.andrew.cmu.edu")))) ;; sent-mail archiving (setq gnus-message-archive-method '(nnimap "hostname")) (setq gnus-message-archive-group '((if (message-news-p) "sent-news" "sent-mail"))) In all cases, the Gcc header looked correct. -- Josh Huber