From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/71533 Path: news.gmane.org!not-for-mail From: Gijs Hillenius Newsgroups: gmane.emacs.gnus.general Subject: Re: GCC not working Date: Thu, 23 Sep 2010 07:09:20 +0200 Organization: Using Emacs' Org Mode Message-ID: <874odht5a7.fsf@hillenius.net> References: <87sk14hokr.fsf@hillenius.net> <87zkv9k42p.fsf@hillenius.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1285244244 9024 80.91.229.12 (23 Sep 2010 12:17:24 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 23 Sep 2010 12:17:24 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M19906@lists.math.uh.edu Thu Sep 23 14:17:23 2010 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.69) (envelope-from ) id 1Oykjp-0003or-QQ for ding-account@gmane.org; Thu, 23 Sep 2010 14:17:22 +0200 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 1OykjF-0004Bt-MR; Thu, 23 Sep 2010 07:16:45 -0500 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 1Oye3z-00022D-Mv for ding@lists.math.uh.edu; Thu, 23 Sep 2010 00:09:43 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1Oye3v-0005yq-JL for ding@lists.math.uh.edu; Thu, 23 Sep 2010 00:09:43 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1Oye3u-0005HD-00 for ; Thu, 23 Sep 2010 07:09:38 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Oye3u-00045y-FL for ding@gnus.org; Thu, 23 Sep 2010 07:09:38 +0200 Original-Received: from 109.128.141.27 ([109.128.141.27]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 23 Sep 2010 07:09:38 +0200 Original-Received: from gijs by 109.128.141.27 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 23 Sep 2010 07:09:38 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 37 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 109.128.141.27 X-Operating-System: Debian GNU/Linux Sid X-Homepage: http://www.hillenius.net/ X-GPGP-Fingerprint: 0D0B 9C67 0520 3B27 A91C 369B 7154 1B0A 04CF 3929 User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:M2vnoT6DwUY393UuXdtwdfS/Www= X-Spam-Score: -0.7 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:71533 Archived-At: On 22 Sep 2010, Lars Magne Ingebrigtsen wrote: > Gijs Hillenius writes: > >>>> | (setq gnus-message-archive-method >>>> | '(nnimap "thuis" >>>> | (nnimap-address "mail.server.address"))) > > [...] > >>> Hm... Is this still not working? >> >> Ooo I was all excited, raced home to update Gnus and find out. But, >> nope. At least, not here it aint working yet. > > I just tried it, and it worked for me: > > 21:31:40 229 SELECT "sent.2010w38" > 21:31:40 230 CREATE "sent.2010w38" > 21:31:40 231 APPEND "sent.2010w38" {1490} > 21:31:40 232 SELECT "sent.2010w38" > 21:31:40 233 UID SEARCH HEADER Message-Id "" Ditto for the Usenet message I just sent: this is from imap-log: 07:02:12 1183 SELECT "misc-news" 07:02:12 1184 CREATE "misc-news" 07:02:12 1185 APPEND "misc-news" {1774} 07:02:12 1186 SELECT "misc-news" But the message itself is not stored in this folder (which already exists, so I am not sure why the CREATE is needed). regarding previous reply: I just searched for 87aan9t5uz.fsf on the Cyrus server, no results. So either it gets appended to a folder not on the IMAP server. Or it says it is appended, but it actually is not.