From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/83304 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: [PATCH] gmail and X-GM-EXT1 extensions Date: Sun, 09 Jun 2013 23:30:47 -0400 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: References: <874nf1k0je.fsf@kepler.lan> <87ip3ffpqs.fsf@kepler.lan> <87wqq7tgvy.fsf@lifelogs.com> <87zjuzw1xe.fsf@kepler.lan> Reply-To: ding@gnus.org NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1370835170 17429 80.91.229.3 (10 Jun 2013 03:32:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 10 Jun 2013 03:32:50 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M31570@lists.math.uh.edu Mon Jun 10 05:32:50 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 1Ulsqf-0006MT-Ms for ding-account@gmane.org; Mon, 10 Jun 2013 05:32:50 +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 1Ulsoy-00086b-K5; Sun, 09 Jun 2013 22:31:04 -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 1Ulsov-00086L-Oi for ding@lists.math.uh.edu; Sun, 09 Jun 2013 22:31:01 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1Ulsot-0003NO-T8 for ding@lists.math.uh.edu; Sun, 09 Jun 2013 22:31:01 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Ulsor-0001Lg-Ti for ding@gnus.org; Mon, 10 Jun 2013 05:30:57 +0200 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Ulsor-0005S2-87 for ding@gnus.org; Mon, 10 Jun 2013 05:30:57 +0200 Original-Received: from 85-220-3-95.dsl.dynamic.simnet.is ([85.220.3.95]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 10 Jun 2013 05:30:57 +0200 Original-Received: from tzz by 85-220-3-95.dsl.dynamic.simnet.is with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 10 Jun 2013 05:30:57 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 37 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 85-220-3-95.dsl.dynamic.simnet.is X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6;d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Mail-Copies-To: never User-Agent: Gnus/5.130004 (Ma Gnus v0.4) Emacs/24.3.50 (darwin) Cancel-Lock: sha1:SVjRSq+NuREp7mO2Ldbhlzx1Y9w= X-Spam-Score: -2.0 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:83304 Archived-At: On Sun, 09 Jun 2013 21:53:49 +0300 Leonidas Tsampros wrote: LT> 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? LT> Yes, I have added a per server nnimap switch nnimap-x-gm-ext-1 with the LT> default value set to nil. For example a gmail server configuration would LT> 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)))) LT> So, nnmail-split-incoming-mail behaviour is togglable by the LT> nnimap-x-gm-ext1 switch. However, I don't have a setup with multiple LT> imap servers to test it. OK. It feels like a pretty special one-off so maybe it could be (nnimap-ext x-gm-ext-1) instead, to accomodate other weird future extensions and to avoid special defvoos? LT> Do we need point 4 (INTERNALDATE of APPENDed messages) to be an optional LT> behaviour as well? Erm.... yes? :) Can you fit it into the nnimap-ext style I suggested? Ted