From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 686387363840 X-Google-Groups: supmua X-Google-Thread: 3030fda1bf,37e72ec7267a1a47 X-Google-Attributes: gid3030fda1bf,domainid0,public,googlegroup X-Google-NewGroupId: yes X-Received: by 10.194.221.65 with SMTP id qc1mr8070523wjc.7.1427705739097; Mon, 30 Mar 2015 01:55:39 -0700 (PDT) X-BeenThere: supmua@googlegroups.com Received: by 10.180.91.103 with SMTP id cd7ls580275wib.47.gmail; Mon, 30 Mar 2015 01:55:38 -0700 (PDT) X-Received: by 10.194.221.65 with SMTP id qc1mr8070500wjc.7.1427705738681; Mon, 30 Mar 2015 01:55:38 -0700 (PDT) Return-Path: Received: from relay-3.mailobj.net (relay-3.mailobj.net. [213.182.54.6]) by gmr-mx.google.com with ESMTP id c8si765353wiw.1.2015.03.30.01.55.38 for ; Mon, 30 Mar 2015 01:55:38 -0700 (PDT) Received-SPF: pass (google.com: domain of gui-gui@netcourrier.com designates 213.182.54.6 as permitted sender) client-ip=213.182.54.6; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of gui-gui@netcourrier.com designates 213.182.54.6 as permitted sender) smtp.mail=gui-gui@netcourrier.com Received: from www-2 (www-2.in.mailobj.net [192.168.90.194]) by relay-3.mailobj.net (Postfix) with SMTP id DA82BBDCE6 for ; Mon, 30 Mar 2015 10:53:45 +0200 (CEST) Received: from [163.173.9.4] by www-2.netcourrier.com with http webmail; Mon, 30 Mar 2015 10:55:38 +0200 (CEST) X-EA-Auth: QoRwMr/0G7SFydRMBw3De7rfSF8mEz9XG/gf4Vo2ruRBFsWJwucA2RcxLME tnv2kuzTDWqo70MoeAYN2DzPSlQ== From: gui-gui@netcourrier.com To: supmua@googlegroups.com Date: Mon, 30 Mar 2015 10:55:38 +0200 (CEST) Subject: Re: Re: [sup] Edit messages in an external editor X-Priority: 3 MIME-Version: 1.0 X-Mailer: COMS/EA14.11/r20150329 Message-ID: In-Reply-To: <1427701994-sup-8743@limestone> Content-Type: multipart/alternative; boundary="----=_NextPart_001_55190f8a_55bd_f353974" ------=_NextPart_001_55190f8a_55bd_f353974 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable Hello, I guess I missed that one... even though it's like the second from the top= ... Anyhow, thanks. Now, I just need it to save it as draft on exit. Cheers, --=20 Guillaume ---- Message d'origine ---- De : "Roland Groell" =C0 : "supmua" Objet : Re: [sup] Edit messages in an external editor Date : 30/03/2015 09:58:43 CEST Hi, > Is it possible to edit a message in an external editor? > Right now I am editing with vim inside the same terminal window, but for= some drafts, I would like to be able to pop out the vim window. These are = drafts that I usually edit all week long and send at the end of the week. I= know I could just make a draft and it could stay open in a buffer, but I n= eed to have it standing in a desktop by itself, otherwise I just forget to = write it... Using an out-of-terminal editor is possible by using the async-edit hook. For example my async-edit.rb looks like: system "gvim #{file_path}" You then can use E in the reply buffer to edit the message in gvim. Greetings, Roland --=20 You received this message because you are subscribed to the Google Groups = "The Sup email client" group. To unsubscribe from this group and stop receiving emails from it, send an = email to supmua+unsubscribe@googlegroups.com. To post to this group, send email to supmua@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid= /supmua/1427701994-sup-8743%40limestone. For more options, visit https://groups.google.com/d/optout. ------=_NextPart_001_55190f8a_55bd_f353974 Content-Type: text/html; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable Hello,

I guess I missed that one... even though it's like the= second from the top...
Anyhow, thanks.
Now, I just need it to save i= t as draft on exit.

Cheers,

--
Guillaume


---- = Message d'origine ----
De : "Roland Groell" <roswellrg@gmail.com>
=C0 : "supmua" <supmua@googlegroups.com>
Objet : Re: [sup] Edit messages in an external editor
Date : 30/03/2015 09:58:43 CEST

Hi,

> Is it possible to edit a message in an external editor?
> Right now I am editing with vim inside the same terminal window, but = for some drafts, I would like to be able to pop out the vim window. These a= re drafts that I usually edit all week long and send at the end of the week= . I know I could just make a draft and it could stay open in a buffer, but = I need to have it standing in a desktop by itself, otherwise I just forget = to write it...

Using an out-of-terminal editor is possible by using the async-edit
hook. For example my async-edit.rb looks like:

system "gvim #{file_path}"

You then can use E in the reply buffer to edit the message in gvim.

Greetings,
Roland

--
You received this message because you are subscribed to the Google Groups = "The Sup email client" group.
To unsubscribe from this group and stop receiving emails from it, send an = email to supmua+unsubscribe@googlegroups.com.
To post to this group, send email to supmua@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid= /supmua/1427701994-sup-8743%40limestone.
For more options, visit https://groups.google.com/d/optout.
------=_NextPart_001_55190f8a_55bd_f353974--