jeremy-compostella / org-msg

OrgMsg is a GNU/Emacs global minor mode mixing up Org mode and Message mode to compose and reply to emails in a Outlook HTML friendly style.
GNU General Public License v3.0
276 stars 57 forks source link

Feature request: send without exiting #127

Closed Hugo-Heagren closed 2 years ago

Hugo-Heagren commented 3 years ago

Vanilla message-mode has a command message-send, which just sends the current message, without exitting. This is useful if you want to send the same or similar emails to different people separately. (Actually for me, it was useful for sending the same email to myself many times, iterating over different settings to get my emacs email setup just right.)

~Could similar functionality be implemented in org-msg? Perhaps it could just be bound to C-c C-u C-c.~ Yep, and this is the PR which does exactly that.

jeremy-compostella commented 2 years ago

Also I think this change calls for a little update of the README.org

jeremy-compostella commented 2 years ago

I don't know what's going on but there is apparently a merge conflict. Could you make sure your patch is rebased?

Hugo-Heagren commented 2 years ago

I don't know what's going on but there is apparently a merge conflict. Could you make sure your patch is rebased?

Should be sorted now. Just had to resolve a conflct with the relevant changes for detecting attachments.