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
275 stars 58 forks source link

'Unedited' email compose buffers prompt to save on kill #50

Closed obar closed 4 years ago

obar commented 4 years ago

It seems to me that opening a new mail buffer to compose or reply, then changing your mind and deciding to kill that buffer, should not prompt to save a modified buffer.

Of course org-msg inserts org properties (and optional possible greeting+signature) when opening the mail buffer, so I understand why the behavior occurs, but this doesn't really count as editing that the user might want to save. I've been using a simple fix for this locally and will send a pull request.