From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Fabio Gonzalez Newsgroups: gmane.emacs.help Subject: Setting function to send emails Date: Sun, 31 Mar 2013 01:50:35 -0300 Message-ID: Reply-To: Fabio Gonzalez NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1364711440 26426 80.91.229.3 (31 Mar 2013 06:30:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 31 Mar 2013 06:30:40 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Mar 31 08:31:08 2013 Return-path: Envelope-to: geh-help-gnu-emacs@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 1UMBnH-0004Uo-QT for geh-help-gnu-emacs@m.gmane.org; Sun, 31 Mar 2013 08:31:07 +0200 Original-Received: from localhost ([::1]:41106 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UMBms-0002be-OQ for geh-help-gnu-emacs@m.gmane.org; Sun, 31 Mar 2013 02:30:42 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:57289) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UMAXt-0000Oi-8x for help-gnu-emacs@gnu.org; Sun, 31 Mar 2013 01:11:15 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UMAXo-0007yt-KY for help-gnu-emacs@gnu.org; Sun, 31 Mar 2013 01:11:09 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:51723) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UMAXo-0007yp-HA for help-gnu-emacs@gnu.org; Sun, 31 Mar 2013 01:11:04 -0400 Original-Received: from fabio by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1UMAXn-0003no-Un; Sun, 31 Mar 2013 01:11:04 -0400 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::e X-Mailman-Approved-At: Sun, 31 Mar 2013 02:30:32 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:89829 Archived-At: I writed a function to be called, every time that emacs need to send a email. I added this new function with the code: (setq send-mail-function 'f-mail-send) Works well when I use M-x mail. But not works when a reply emails. I give a look at the Emacs source code, but I do not understand why this happen. -- Fabio Gonzalez Author and Maintainer of GNU fcrypt http://www.gnu.org/software/fcrypt