From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: BuGit Date: Wed, 03 Feb 2016 08:03:58 -0500 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1454504677 14612 80.91.229.3 (3 Feb 2016 13:04:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 3 Feb 2016 13:04:37 +0000 (UTC) Cc: Emacs development discussions To: =?windows-1252?Q?Aur=E9lien?= Aptel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 03 14:04:26 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aQx6g-0008SC-9A for ged-emacs-devel@m.gmane.org; Wed, 03 Feb 2016 14:04:26 +0100 Original-Received: from localhost ([::1]:34785 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQx6f-0003wM-H7 for ged-emacs-devel@m.gmane.org; Wed, 03 Feb 2016 08:04:25 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40070) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQx6N-0003vw-0A for emacs-devel@gnu.org; Wed, 03 Feb 2016 08:04:11 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aQx6H-0002ep-Ez for emacs-devel@gnu.org; Wed, 03 Feb 2016 08:04:06 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:2747) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQx6H-0002eS-Ag for emacs-devel@gnu.org; Wed, 03 Feb 2016 08:04:01 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A0AxFgA731xV/5KmxEVcgxCEAoVVu0CHSwQCAoE8OxIBAQEBAQEBgQpBBYNdAQEDAVYjBQsLNBIUGA0kiDcIzyMBAQEHAQEBAR6LOoQiEQFRB4QtBYwwpw+BRSOEFiCBPYE7AQEB X-IPAS-Result: A0AxFgA731xV/5KmxEVcgxCEAoVVu0CHSwQCAoE8OxIBAQEBAQEBgQpBBYNdAQEDAVYjBQsLNBIUGA0kiDcIzyMBAQEHAQEBAR6LOoQiEQFRB4QtBYwwpw+BRSOEFiCBPYE7AQEB X-IronPort-AV: E=Sophos;i="5.13,465,1427774400"; d="scan'208";a="192283795" Original-Received: from 69-196-166-146.dsl.teksavvy.com (HELO ceviche.home) ([69.196.166.146]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 03 Feb 2016 08:03:59 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id 72EFA661AA; Wed, 3 Feb 2016 08:03:58 -0500 (EST) In-Reply-To: (=?windows-1252?Q?=22Aur=E9lien?= Aptel"'s message of "Wed, 3 Feb 2016 11:37:09 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:199226 Archived-At: > You probably don't want to handle the actual sending&receiving part > yourself. For sending, it's easy: /usr/sbin/sendmail. This is already working (since the current code provides email notifications). But for receiving it's more messy, indeed, so BuGit can't take care of the setup itself. Instead, the user will have to arrange its MTA so that the relevant email messages get piped to "bugit mua" or something like that. Stefan