Discussion:
[sup]
g***@netcourrier.com
2015-03-30 07:26:58 UTC
Permalink
Lots of questions today.

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 need to have it standing in a desktop by itself, otherwise I just forget to write it...

Cheers,

Guillaume
--
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+***@googlegroups.com.
To post to this group, send email to ***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/supmua/ea-mime-5518fac2-3e72-540ca24a%40www-1.netcourrier.com.
For more options, visit https://groups.google.com/d/optout.
g***@netcourrier.com
2015-03-30 07:28:03 UTC
Permalink
Sorry for the missing subject...


---- Message d'origine ----
De : gui-***@netcourrier.com
À : ***@googlegroups.com
Objet : [sup]
Date : 30/03/2015 09:26:58 CEST

Lots of questions today.

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 need to have it standing in a desktop by itself, otherwise I just forget to write it...

Cheers,

Guillaume
--
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+***@googlegroups.com.
To post to this group, send email to ***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/supmua/ea-mime-5518fac2-3e72-540ca24a%40www-1.netcourrier.com.
For more options, visit https://groups.google.com/d/optout.
--
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+***@googlegroups.com.
To post to this group, send email to ***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/supmua/ea-mime-5518fb03-440a-473aa293%40www-1.netcourrier.com.
For more options, visit https://groups.google.com/d/optout.
Roland Groell
2015-03-30 07:58:43 UTC
Permalink
Hi,
Post by g***@netcourrier.com
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 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+***@googlegroups.com.
To post to this group, send email to ***@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.
g***@netcourrier.com
2015-03-30 08:55:38 UTC
Permalink
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,
--
Guillaume


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

Hi,
Post by g***@netcourrier.com
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 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+***@googlegroups.com.
To post to this group, send email to ***@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.
--
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+***@googlegroups.com.
To post to this group, send email to ***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/supmua/ea-mime-55190f8a-55bd-68601ed2%40www-2.netcourrier.com.
For more options, visit https://groups.google.com/d/optout.
Loading...