From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/71178 Path: news.gmane.org!not-for-mail From: Gijs Hillenius Newsgroups: gmane.emacs.gnus.general Subject: Re: More IMAP testing, please Date: Mon, 20 Sep 2010 09:16:36 +0200 Organization: Using Emacs' Org Mode Message-ID: <87sk14hokr.fsf@hillenius.net> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1284967025 32418 80.91.229.12 (20 Sep 2010 07:17:05 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 20 Sep 2010 07:17:05 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M19551@lists.math.uh.edu Mon Sep 20 09:17:04 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 1OxacY-0006rm-Uu for ding-account@gmane.org; Mon, 20 Sep 2010 09:17:03 +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 1OxacQ-00072S-IT; Mon, 20 Sep 2010 02:16:54 -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 1OxacO-00072C-Fp for ding@lists.math.uh.edu; Mon, 20 Sep 2010 02:16:52 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1OxacN-0001uf-Eu for ding@lists.math.uh.edu; Mon, 20 Sep 2010 02:16:52 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1OxacL-0006eN-00 for ; Mon, 20 Sep 2010 09:16:49 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OxacI-0006mr-Bu for ding@gnus.org; Mon, 20 Sep 2010 09:16:46 +0200 Original-Received: from 229.89-136-217.adsl-dyn.isp.belgacom.be ([217.136.89.229]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 20 Sep 2010 09:16:46 +0200 Original-Received: from gijs by 229.89-136-217.adsl-dyn.isp.belgacom.be with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 20 Sep 2010 09:16:46 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 50 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 229.89-136-217.adsl-dyn.isp.belgacom.be 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:1RDRh2RyGaf/RsQDRjC0VtacT2A= X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:71178 Archived-At: Two more things: 0) gnus at start-up asks from my login name and password. I thought "nnimap-authinfo-file" would take care of this? So something in my set-up must be kaputt. >From my .gnus ,---- | ;; Email (Imap) | (setq gnus-secondary-select-methods | '((nnimap "thuis" | (nnimap-address "mail.server.address") | (nnimap-stream ssl) ; was tls | (nnimap-authinfo-file | "/home/gijs/.imap-authinfo")))) `---- 1) Sent mail seems not to be stored on the imap server. I have to spell the documentation on this yet.. Again from my .gnus ,---- | ;; Sent Mail On Server | (setq gnus-message-archive-method | '(nnimap "thuis" | (nnimap-address "mail.server.address"))) | | ;; E-mail archive, per month & per Gcc-split (see Posting Styles) | ;;(setq gnus-message-archive-group "INBOX.Sent") ;; original folder | (setq gnus-message-archive-group | '((if (message-news-p) | "misc-news" | (concat "INBOX.sent." (format-time-string "%Y-%m"))))) `---- which in the previous imap mean I would find mail sent today in the folder INBOX.sent.2010.09 but that is no longer the case. -- Drop in any mailbox.