From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/87021 Path: news.gmane.org!not-for-mail From: Julien Cubizolles Newsgroups: gmane.emacs.gnus.general Subject: Re: Synchronizing offlineimap maildir between several computers Date: Wed, 27 Apr 2016 17:22:22 +0200 Message-ID: <871t5rdqkx.fsf@free.fr> References: <87io0sug5h.fsf@free.fr> <87fuvvun6n.fsf@ericabrahamsen.net> <874mc9aaqu.fsf@free.fr> <0l7fgumwop.fsf@wjh.hardakers.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1461770614 20217 80.91.229.3 (27 Apr 2016 15:23:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 27 Apr 2016 15:23:34 +0000 (UTC) Cc: ding@gnus.org To: Wes Hardaker Original-X-From: ding-owner+M35242@lists.math.uh.edu Wed Apr 27 17:23:21 2016 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from lists1.math.uh.edu ([129.7.128.208]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1avRJA-0002Xp-IT for ding-account@gmane.org; Wed, 27 Apr 2016 17:23:20 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.86_2) (envelope-from ) id 1avRIN-0003uj-HO; Wed, 27 Apr 2016 10:22:31 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.86_2) (envelope-from ) id 1avRIJ-0003u1-Ue for ding@lists.math.uh.edu; Wed, 27 Apr 2016 10:22:28 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.86_2) (envelope-from ) id 1avRII-0004sM-3L for ding@lists.math.uh.edu; Wed, 27 Apr 2016 10:22:27 -0500 Original-Received: from smtp2-g21.free.fr ([212.27.42.2]) by quimby.gnus.org with esmtps (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1avRIG-000653-LL for ding@gnus.org; Wed, 27 Apr 2016 17:22:24 +0200 Original-Received: from lago (unknown [82.244.252.119]) by smtp2-g21.free.fr (Postfix) with ESMTPS id 0FAD22003A8; Wed, 27 Apr 2016 15:11:50 +0200 (CEST) In-Reply-To: <0l7fgumwop.fsf@wjh.hardakers.net> (Wes Hardaker's message of "Tue, 22 Mar 2016 07:09:10 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) X-Spam-Score: -0.2 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:87021 Archived-At: Wes Hardaker writes: > Nah, just in the background: > > (global-set-key "\C-Cg" '(lambda () (interactive) > (async-shell-command "offlineimap.py"))) > > And that *is* in a separate process outside of it; just starting it from > the right init system! How do you cleanly kill offlineimap ? Julien.