From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/68677 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: Using cache to read IMAP mail offline, with proper deletion of Spam Date: Wed, 08 Jul 2009 14:01:09 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87eisrgft6.fsf@lifelogs.com> References: <87k533pavd.fsf@porzhiz.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1247079934 15921 80.91.229.12 (8 Jul 2009 19:05:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 8 Jul 2009 19:05:34 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M17104@lists.math.uh.edu Wed Jul 08 21:05:27 2009 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.50) id 1MOcSM-00045w-FV for ding-account@gmane.org; Wed, 08 Jul 2009 21:05:26 +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 1MOcSB-0001WR-O2; Wed, 08 Jul 2009 14:05:15 -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 1MOcSA-0001WA-I6 for ding@lists.math.uh.edu; Wed, 08 Jul 2009 14:05:14 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1MOcRz-0006M2-7H for ding@lists.math.uh.edu; Wed, 08 Jul 2009 14:05:14 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1MOcSW-0000vI-00 for ; Wed, 08 Jul 2009 21:05:36 +0200 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1MOcRy-00049u-Us for ding@gnus.org; Wed, 08 Jul 2009 19:05:02 +0000 Original-Received: from 38.98.147.130 ([38.98.147.130]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 08 Jul 2009 19:05:02 +0000 Original-Received: from tzz by 38.98.147.130 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 08 Jul 2009 19:05:02 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 16 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 38.98.147.130 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" User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.94 (gnu/linux) Cancel-Lock: sha1:llSCTi1BMMUTluq59lfjqSujvnI= X-Spam-Score: -1.5 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:68677 Archived-At: On Tue, 23 Jun 2009 13:17:42 +0400 ding_gnus.org@sumou.com wrote: dgo> 1. Use Gnus to access my mail via IMAP. dgo> 2. Store every read message in the cache, so that when I'm offline I can dgo> reread it. dgo> 3. Purge all deleted messages properly. ... dgo> How I can I set it, so that when mails are marked as expirable with `E' dgo> and then expundeg with `B M-C-E' they don't stick around and have to be dgo> opened and un-read, but are deleted? Does anyone know? If you have the ability to run a local IMAP server, you could synchronize it with the remote IMAP server. Several people here have posted success stories using this technique. Ted