From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/88356 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.gnus.general Subject: Re: very short tip: imap.gmail.com sync Date: Wed, 06 Feb 2019 11:41:04 -0800 Message-ID: <87y36s7lin.fsf@ericabrahamsen.net> References: <87lg2yqi6c.fsf@delta.birch.chromebook> <874l9hhdm2.fsf@delta.birch.chromebook> <87bm3p8uzt.fsf@ericabrahamsen.net> <87imxxh5lv.fsf@delta.birch.chromebook> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="268087"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) To: ding@gnus.org Original-X-From: ding-owner+M36565@lists.math.uh.edu Wed Feb 06 20:42:18 2019 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from lists1.math.uh.edu ([129.7.128.208]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1grT5H-0017Mi-2O for ding-account@gmane.org; Wed, 06 Feb 2019 20:42:11 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.91) (envelope-from ) id 1grT4X-0002dx-05; Wed, 06 Feb 2019 13:41:25 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtps (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.91) (envelope-from ) id 1grT4R-0002bJ-Vc for ding@lists.math.uh.edu; Wed, 06 Feb 2019 13:41:20 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.91) (envelope-from ) id 1grT4Q-0004vI-9W for ding@lists.math.uh.edu; Wed, 06 Feb 2019 13:41:19 -0600 Original-Received: from [195.159.176.226] (helo=blaine.gmane.org) by quimby.gnus.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1grT4M-0006gM-8v for ding@gnus.org; Wed, 06 Feb 2019 20:41:16 +0100 Original-Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1grT4H-0016Dj-SW for ding@gnus.org; Wed, 06 Feb 2019 20:41:09 +0100 X-Injected-Via-Gmane: http://gmane.org/ Cancel-Lock: sha1:+XRtnMDfsMufHCknFnNjc3kdjsk= List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:88356 Archived-At: soyeomul@doraji.xyz (Byung-Hee HWANG "(황병희, 黃炳熙)") writes: > Eric Abrahamsen writes: > >> soyeomul@doraji.xyz (Byung-Hee HWANG "(황병희, 黃炳熙)") writes: >> >>> soyeomul@doraji.xyz (Byung-Hee HWANG "(황병희, 黃炳熙)") writes: >>> >>>> for years i used just nnimap for imap.gmail.com. nnimap sync all >>>> label. so it takes time for minutes with huge label such as linux-kernel >>>> mailing archive. so i did googling. >>>> >>>> now i use getmail [1]. and by `G f' in group buffer, i could choose the >>>> mbox. speed? very very very fast. it appears as nndoc in group buffer. >>>> >>>> [1] https://en.wikipedia.org/wiki/Getmail >>> >>> just added screenshot: (getmail do sync [Inbox, gmane]) >>> https://gitlab.com/soyeomul/Gnus/raw/master/ss/getmail+gnus.png >> >> And getmail does two-way syncing with Gmail? I mean, local changes get >> propagated to the server? > > Yes, i use this python script: (with cron service) > https://gitlab.com/soyeomul/Gnus/raw/master/getmail.py Interesting. I didn't realize you could effectively sync a remote imap server to so many different local options: a local imap server, a maildir, and apparently an nndoc. Thanks for the information!