From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Emanuel Berg Newsgroups: gmane.emacs.help Subject: Re: Using R-mail in Emacs Date: Fri, 21 Sep 2018 20:05:21 +0200 Organization: Aioe.org NNTP Server Message-ID: <86va6yafq6.fsf@zoho.com> References: <861s9wdytg.fsf@zoho.com> <86worocffa.fsf@zoho.com> <86o9czder0.fsf@zoho.com> <86in36df2x.fsf@zoho.com> <86efdud83a.fsf@zoho.com> <86a7oicu8u.fsf@zoho.com> <20180920180910704706461@bob.proulx.com> <86bm8qbzt9.fsf@zoho.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1537553302 7964 195.159.176.226 (21 Sep 2018 18:08:22 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 21 Sep 2018 18:08:22 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Sep 21 20:08:17 2018 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1g3Pqj-0001v4-Ah for geh-help-gnu-emacs@m.gmane.org; Fri, 21 Sep 2018 20:08:17 +0200 Original-Received: from localhost ([::1]:56850 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g3Psp-0000ze-MY for geh-help-gnu-emacs@m.gmane.org; Fri, 21 Sep 2018 14:10:27 -0400 X-Received: by 2002:a1c:7c19:: with SMTP id x25-v6mr916148wmc.20.1537553127017; Fri, 21 Sep 2018 11:05:27 -0700 (PDT) Original-Path: usenet.stanford.edu!143-v6no1351728wmm.0!news-out.google.com!a22-v6ni3888wmg.0!nntp.google.com!proxad.net!feeder1-2.proxad.net!news.mixmin.net!aioe.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 39 Original-NNTP-Posting-Host: onLrbz09yV+MU3RaxdbMkg.user.gioia.aioe.org Original-X-Complaints-To: abuse@aioe.org Cancel-Lock: sha1:9Lcv/5KYSVdqM3LoJvV+r+4awb4= Mail-Copies-To: never X-Notice: Filtered by postfilter v. 0.8.3 Original-Xref: usenet.stanford.edu gnu.emacs.help:223846 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.help:117971 Archived-At: Eli Zaretskii wrote: > When we talk about an email client, we talk > only about reading mail. Composing email and > sending it are not parts of the email client, > they are separate packages. For example, > composing email can be (and is by default) > done by message.el even if Rmail is the email > client. And you can send using the same > smtpmail.el package regardless of the email > client and the compose package. Well then, I don't see why Gnus cannot do that just as easily as Rmail or any other client. BTW message.el is part of Gnus: ;;; message.el --- composing mail and news messages ;; Copyright (C) 1996-2014 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen ;; Keywords: mail, news [...] ;; This mode provides mail-sending ;; facilities from within Emacs. ;; It consists mainly of large chunks of ;; code from the sendmail.el, gnus-msg.el ;; and rnewspost.el files. I have it in: /usr/share/emacs/24.4/lisp/gnus/message.el.gz -- underground experts united http://user.it.uu.se/~embe8573