From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/83303 Path: news.gmane.org!not-for-mail From: Leonidas Tsampros Newsgroups: gmane.emacs.gnus.general Subject: Re: [PATCH] gmail and X-GM-EXT1 extensions Date: Sun, 09 Jun 2013 21:53:49 +0300 Message-ID: <87zjuzw1xe.fsf@kepler.lan> References: <874nf1k0je.fsf@kepler.lan> <87ip3ffpqs.fsf@kepler.lan> <87wqq7tgvy.fsf@lifelogs.com> Reply-To: ltsampros@upnet.gr NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1370804098 3593 80.91.229.3 (9 Jun 2013 18:54:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 9 Jun 2013 18:54:58 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M31569@lists.math.uh.edu Sun Jun 09 20:54:58 2013 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UlklT-0002wK-AD for ding-account@gmane.org; Sun, 09 Jun 2013 20:54:55 +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 1Ulkka-00060W-SR; Sun, 09 Jun 2013 13:54:00 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1UlkkX-00060A-V5 for ding@lists.math.uh.edu; Sun, 09 Jun 2013 13:53:57 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1UlkkW-0003n7-0E for ding@lists.math.uh.edu; Sun, 09 Jun 2013 13:53:57 -0500 Original-Received: from mail-ee0-f54.google.com ([74.125.83.54]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1UlkkU-0005jE-I5 for ding@gnus.org; Sun, 09 Jun 2013 20:53:54 +0200 Original-Received: by mail-ee0-f54.google.com with SMTP id t10so2344325eei.41 for ; Sun, 09 Jun 2013 11:53:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:subject:references:reply-to:date:in-reply-to :message-id:user-agent:mime-version:content-type; bh=+DQQxHugoUrI3njdk30kcV1LSmFUr5XLKj6LOIxjNrk=; b=h0t9ROwEOvoMd6UE4X0YUpFKVq7ZeRRTi6Xib4GEjpJifrr4rQ63aorBKdVLPPS00v hTh77MZbbBKTUnyGu5/OuW0RDSx3L1xWldZxtopPOoQZ/1wglnUPHYwBUU5PwO3JKQYb QueqPw3MCK0Cz+VoiyY+fCBFOdI9k6AIl9seZ/hDF4EFn2Vql0Hmssn94APRxht3qhEt gB7qDf/B6Se2COdPEzJjFW2cIq5AOo2YYnxsj/Og5gCVLvv1gp4YZhBFQdjdHVCr1YjK m/jiqbLEJXaADbDwKmfsvV38pGnDFZjbySFcZmOB7B3OEPlCZXw10H6yMAPLQTUPwYbC Q3dQ== X-Received: by 10.15.75.70 with SMTP id k46mr7683792eey.80.1370804029032; Sun, 09 Jun 2013 11:53:49 -0700 (PDT) Original-Received: from kepler.lan (178.128.11.7.dsl.dyn.forthnet.gr. [178.128.11.7]) by mx.google.com with ESMTPSA id y10sm17157371eev.3.2013.06.09.11.53.46 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sun, 09 Jun 2013 11:53:47 -0700 (PDT) In-Reply-To: <87wqq7tgvy.fsf@lifelogs.com> (Ted Zlatanov's message of "Thu, 06 Jun 2013 11:09:53 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) X-Spam-Score: -2.9 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:83303 Archived-At: Ted Zlatanov writes: > On Mon, 22 Apr 2013 02:06:19 +0300 Leonidas Tsampros wrote: > > LT> That was easier than I thought. Please take a look at the patch attached > LT> and send me your comments. > > Looks OK to me. Can the behavior be made optional? > > Ted Yes, I have added a per server nnimap switch nnimap-x-gm-ext-1 with the default value set to nil. For example a gmail server configuration would look like this: (setq gnus-secondary-select-methods '((nnimap "gmail" (nnimap-address "imap.gmail.com") (nnimap-server-port 993) (nnimap-stream ssl) (nnimap-x-gm-ext-1 t)))) So, nnmail-split-incoming-mail behaviour is togglable by the nnimap-x-gm-ext1 switch. However, I don't have a setup with multiple imap servers to test it. Do we need point 4 (INTERNALDATE of APPENDed messages) to be an optional behaviour as well? -- Leonidas