Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id A74D8431FD0 for ; Wed, 1 Dec 2010 20:43:24 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0.463 X-Spam-Level: X-Spam-Status: No, score=0.463 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, RDNS_DYNAMIC=0.363] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2xEZoLIsu78N for ; Wed, 1 Dec 2010 20:43:23 -0800 (PST) Received: from xhlj.maillard.im (cha51-3-88-164-105-66.fbx.proxad.net [88.164.105.66]) by olra.theworths.org (Postfix) with ESMTP id 85C4A431FB5 for ; Wed, 1 Dec 2010 20:43:23 -0800 (PST) Received: from xhlj.maillard.im (xhlj.maillard.im [127.0.0.1]) by xhlj.maillard.im (Postfix) with ESMTP id 5843B1E07A; Thu, 2 Dec 2010 05:43:22 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=maillard.im; h=from:to:cc :subject:in-reply-to:references:reply-to:date:message-id :mime-version:content-type; s=postfix; bh=ACmJZMXDiRFcxLFwdvyOxh ui640=; b=YqxRS4fG4xWRkX7PTmcsuJyMa1jm+sBEhDNQxsCQxdISeEBFPudUcV Ijw6gPd5xxTG4OMihz0Oiwpwh6d8iaXKdq9kYCHlJyaDl0c/OAGO2tTDYG3Okgdy ZgeO3C4KDUliyPLJLyB2w2nhx8MNgVKQVMMzjhRLK1JutC6CbEY8U= Received: from maillard.im (unknown [192.168.0.254]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by xhlj.maillard.im (Postfix) with ESMTPSA; Thu, 2 Dec 2010 05:43:22 +0100 (CET) From: Xavier Maillard To: Philip Hands , first last Subject: Re: [GNU EMACS] smtpmail package and queue In-Reply-To: <87wrntj0j3.fsf@poker.hands.com> References: <87wrntj0j3.fsf@poker.hands.com> User-Agent: Notmuch/0.5 (http://notmuchmail.org) Emacs/23.2.1 (i486-slackware-linux-gnu) Date: Thu, 02 Dec 2010 05:50:33 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: notmuch@notmuchmail.org X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: Xavier Maillard List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2010 04:43:24 -0000 Hi Philip, On Wed, 01 Dec 2010 09:38:24 +0000, Philip Hands wrote: > On Wed, 1 Dec 2010 03:01:47 +0100, first last wrote: > > msmtp includes (at last in some distros I think) a script that enqeues mails > > when you are offline and sends them when you are online. It is a drop-in > > replacement for sendmail. > > masqmail has this functionality built in, and can be configured to > notice the internet connection going up and down, and kick the queue as > you go online (although for some reason I cannot persuade it that my > OpenVPN is online, even when it is, so have kludged it with cron kicking > the queue regularly) Thank you for your thoughts. That's interesting but I really want to known how to do it with emacs built-in smtpmail.el. If it can't do it, then I'll discard it in favor of either msmtp or this one. Regards /Xavier