From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/84490 Path: news.gmane.org!not-for-mail From: Alexander Baier Newsgroups: gmane.emacs.gnus.general Subject: Re: Accessing cached articles without an active internet connection Date: Tue, 29 Apr 2014 22:52:50 +0200 Message-ID: <87mwf3eu3h.fsf@gmail.com> References: <87sioxfr5z.fsf@gmail.com> <87tx9ck3sq.fsf@ucl.ac.uk> <8738gwffqy.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1398804912 17217 80.91.229.3 (29 Apr 2014 20:55:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 29 Apr 2014 20:55:12 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M32736@lists.math.uh.edu Tue Apr 29 22:55:04 2014 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 1WfF3P-0007Kt-AH for ding-account@gmane.org; Tue, 29 Apr 2014 22:55:03 +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 1WfF2f-0007s3-34; Tue, 29 Apr 2014 15:54:17 -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 1WfF2d-0007rr-H0 for ding@lists.math.uh.edu; Tue, 29 Apr 2014 15:54:15 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES128-SHA:128) (Exim 4.76) (envelope-from ) id 1WfF2c-0003hZ-E2 for ding@lists.math.uh.edu; Tue, 29 Apr 2014 15:54:15 -0500 Original-Received: from mail-qa0-f43.google.com ([209.85.216.43]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1WfF2a-0005nE-TU for ding@gnus.org; Tue, 29 Apr 2014 22:54:13 +0200 Original-Received: by mail-qa0-f43.google.com with SMTP id ih12so769241qab.2 for ; Tue, 29 Apr 2014 13:54:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:references:mail-followup-to:date:in-reply-to :message-id:user-agent:mime-version:content-type; bh=+v+4MS/xrRYmHSU46p3hqmKiKf5uh0yRrbxLcRA7Lcw=; b=XAfVFlKf89qtYGCO73alOIJ6QQ2iernoYOZCi9yM1qS5NeRJl2pAQvwCwNb/rP2nZA PJybjk9ZvIRWoV1ySm2jHGAqATv9v8bFyRviN9c32Fk3/zz1C6rq1jK8F+cB61YlUJ1i Dyvt/nQEA7pdE3tvNapcVSJBRQc31C00Bj8kstAH30eGNX76VYEODeniW0CaLMi1jL5/ H6p5u71OT6Ttks4uVSl0nIiq5m3nWGPzCM44chuXxKuaStHouFgDjYLMlhy4R5lq1qFe AVC6RRqg1em9cRuvHRkIwHtpZXP92tHTEhbrLKsiAwq7TXsL/rxaQcrWkFo8vJe6mI+m 0mwQ== X-Received: by 10.140.82.7 with SMTP id g7mr234389qgd.74.1398804846559; Tue, 29 Apr 2014 13:54:06 -0700 (PDT) Original-Received: from T420s (HSI-KBW-046-005-176-206.hsi8.kabel-badenwuerttemberg.de. [46.5.176.206]) by mx.google.com with ESMTPSA id i3sm27848200qgf.14.2014.04.29.13.54.04 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 29 Apr 2014 13:54:05 -0700 (PDT) Mail-Followup-To: ding@gnus.org In-Reply-To: (Steinar Bang's message of "Tue, 29 Apr 2014 19:15:16 +0200") User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3 (gnu/linux) X-Spam-Score: -3.0 (---) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:84490 Archived-At: On 2014-04-29 19:15 Steinar Bang wrote: >>>>>> Alexander Baier : > >> Lets say I "agentize" the groups I want to achieve described >> functionality in. How would I use the agent to save selected articles, >> so they are available in such a group for ever and without an active >> connection? > [...] > However that doesn't necessarily make it download read articles, you > have to mark the articles you want to save and explicitly give commands > to download them. That is exactly what I want it to do, very nice! AFAIK downloaded articles are expired after a certain amount of time, is this right? If so, is there a way to disable this to make them stay on my machine forever? > For caching articles in the agent when I read them, I have this setting > in my ~/.gnus.el, dated Feb 15 09:19:06 2006: > ;; Store article in agent when reading it while online > (add-hook 'gnus-select-article-hook 'gnus-agent-fetch-selected-article) > > However, I don't know if it has any effect anymore...:-) This might be useful to, thanks for sharing! Regards, -- Alexander Baier