From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/88844 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: =?utf-8?Q?Adam_Sj=C3=B8gren?= Newsgroups: gmane.emacs.gnus.general Subject: Re: What's your gnus-demon-scan-news idle time? Date: Fri, 25 Oct 2019 17:49:48 +0200 Organization: koldfront - analysis & revolution, Copenhagen, Denmark Message-ID: <87o8y4akpv.fsf@tullinup.koldfront.dk> References: <875zkeyd5f.fsf@dick> <87ftjhlumh.fsf@tullinup.koldfront.dk> <87v9sdez08.fsf@tullinup.koldfront.dk> 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="45804"; 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+M37048@lists.math.uh.edu Fri Oct 25 17:50:16 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 1iO1qw-000Bjl-IN for ding-account@gmane.org; Fri, 25 Oct 2019 17:50:14 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.92.3) (envelope-from ) id 1iO1qk-0001QL-SQ; Fri, 25 Oct 2019 10:50:02 -0500 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.92.3) (envelope-from ) id 1iO1qh-0001Nl-PJ for ding@lists.math.uh.edu; Fri, 25 Oct 2019 10:49:59 -0500 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.92.3) (envelope-from ) id 1iO1qg-0006pU-GA for ding@lists.math.uh.edu; Fri, 25 Oct 2019 10:49:59 -0500 Original-Received: from 195-159-176-226.customer.powertech.no ([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 1iO1qc-0002R7-QR for ding@gnus.org; Fri, 25 Oct 2019 17:49:57 +0200 Original-Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1iO1qb-000BBB-Tr for ding@gnus.org; Fri, 25 Oct 2019 17:49:53 +0200 X-Injected-Via-Gmane: http://gmane.org/ OpenPGP: id=476630590A231909B0A0961A49D0746121BDE416; url=https://asjo.koldfront.dk/gpg.asc Mail-Follow-Up-To: never X-Face: )qY&CseJ?.:=8F#^~GcSA?F=9eu'{KAFfL1C3/A&:nE?PW\i65"ba0NS)97,Q(^@xk}n4Ou rPuR#V8I(J_@~H($[ym:`K_+]*kjvW>xH5jbgLBVFGXY:(#4P>zVBklLbdL&XxL\M)%T}3S/IS9lMJ ^St'=VZBR Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:88844 Archived-At: Eric writes: > On Friday, 25 Oct 2019 at 15:27, Adam Sjøgren wrote: >> I wanted to continue to use nnml, and I didn't want to read all emails >> twice, so I found this hybrid setup which works pretty well for me. > > Yes, I have the same desire. I'm comfortable with splitting so I think > I will give this a go. May therefore need to start using the demon... Here's the code for the split I use: (defun resend-to-mobile-split (resend-to) "Call this as a fancy split to resend the message and continue (the split doesn't match anything, so splitting continues.)" (save-excursion (save-restriction (if asjo-fetch-was-manual (message "Not sending to mobile; user fetch") (resend-to-mobile resend-to)) nil))) (defun resend-to-mobile (resend-to) "Actually resend the message." (message "Resending to mobile; automatic fetch") (widen) (message-resend resend-to)) In case you want compare what you come up with with my crude implementation. :-), Adam -- "Is my microphone on? Can you hear me?" Adam Sjøgren asjo@koldfront.dk