From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/49864 Path: main.gmane.org!not-for-mail From: Niklas Morberg Newsgroups: gmane.emacs.gnus.general Subject: Re: road warrior trying to simplify a mail setup Date: Fri, 07 Feb 2003 10:07:30 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: <86fzr2ek0j.fsf@red.stonehenge.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1044608884 6648 80.91.224.249 (7 Feb 2003 09:08:04 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 7 Feb 2003 09:08:04 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18h4UL-0001iY-00 for ; Fri, 07 Feb 2003 10:08:02 +0100 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 18h4U9-00037w-00; Fri, 07 Feb 2003 03:07:49 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 07 Feb 2003 03:08:45 -0600 (CST) Original-Received: from sclp3.sclp.com (sclp3.sclp.com [66.230.238.2]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id DAA21129 for ; Fri, 7 Feb 2003 03:08:34 -0600 (CST) Original-Received: (qmail 34467 invoked by alias); 7 Feb 2003 09:07:34 -0000 Original-Received: (qmail 34462 invoked from network); 7 Feb 2003 09:07:33 -0000 Original-Received: from krynn.axis.se (193.13.178.10) by 66.230.238.6 with SMTP; 7 Feb 2003 09:07:33 -0000 Original-Received: from PCNIKLAS2 (dh10-13-8-211.axis.se [10.13.8.211]) by krynn.axis.se (8.12.3/8.12.3/Debian -4) with ESMTP id h1797UvM029498 for ; Fri, 7 Feb 2003 10:07:30 +0100 Original-To: ding@gnus.org In-Reply-To: (Michel Schinz's message of "Fri, 07 Feb 2003 08:18:55 +0100") Mail-Followup-To: ding@gnus.org User-Agent: Gnus/5.090015 (Oort Gnus v0.15) Emacs/21.2 (i386-mingw-nt5.0.2195) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:49864 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:49864 Michel Schinz writes: > The idea would be to have an IMAP splitting client running > all the time on my Linux box. The client would periodically > check for new mails, and move it to the appropriate IMAP > folder(s). I use gnus for this. Emacs and gnus are always up and running on my constantly connected office machine. I then use the deamon functionality in gnus to get new mails (and do some other stuff): (gnus-demon-add-handler 'gnus-group-expire-all-groups 90 60) (gnus-demon-add-handler 'gnus-agent-regenerate 90 60) (gnus-demon-add-handler 'gnus-agent-fetch-session 90 60) (gnus-demon-add-handler 'gnus-demon-scan-mail 90 60) Then I can read properly sorted emails on the IMAP server from any client. Maybe this could work for you too? Niklas