From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Amin Bandali Newsgroups: gmane.emacs.devel Subject: Re: "If you're still seeing problems, please reopen." [Was: bug#25148:] Date: Sun, 17 Nov 2019 17:19:02 -0500 Message-ID: <87sgmm2lk9.fsf@gnu.org> References: <20191117113054.49837.qmail@mail.muc.de> <87pnhq7mxg.fsf@gnus.org> <87bltaz9g4.fsf@telefonica.net> <877e3y5r6x.fsf@gnus.org> <0b8f8b31-29aa-1a33-f70d-38bdaeefc6e5@yandex.ru> <87y2we4boo.fsf@gnus.org> <87tv72duqj.fsf@dick> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="135979"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: =?utf-8?B?Sm/Do28gVMOhdm9yYQ==?= , emacs-devel@gnu.org To: dick.r.chiang@gmail.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 17 23:19:33 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iWStI-000ZCP-VJ for ged-emacs-devel@m.gmane.org; Sun, 17 Nov 2019 23:19:33 +0100 Original-Received: from localhost ([::1]:56728 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iWStH-0003id-Pf for ged-emacs-devel@m.gmane.org; Sun, 17 Nov 2019 17:19:31 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:44239) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iWSsq-0003ft-Ky for emacs-devel@gnu.org; Sun, 17 Nov 2019 17:19:05 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:42525) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1iWSsq-00057N-Gv; Sun, 17 Nov 2019 17:19:04 -0500 Original-Received: from [2607:fea8:3b80:1ea:d34:721c:a095:30ca] (port=39746 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1iWSsq-0002OG-4z; Sun, 17 Nov 2019 17:19:04 -0500 In-Reply-To: <87tv72duqj.fsf@dick> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:242335 Archived-At: dick.r.chiang@gmail.com writes: > JT> Now I just wish Gnus was much much faster with Gmail. That's what rea= lly > JT> complicates things for me. Maybe I'm doing something wrong. Probably= I > JT> haven't studied Gnus enough. > > May I recommend https://github.com/dickmao/gnus-imap-walkthrough as a sta= rting point > for your studies. If I may suggest, another great setup, which I=E2=80=99ve modelled my own a= fter, is: https://ericabrahamsen.net/tech/2014/oct/gnus-dovecot-lucene.html Basically, fetch/synchronize mail to your local machine in Maildir format using something like getmail or isync (mbsync is the command), put a local imap server (e.g. dovecot) in front of it, and point Gnus=E2=80= =99s nnimap to it. Advantages of this setup include offline access to the emails, and blazing fast access/browsing, and flexible search setups.