wangp / bower

A curses terminal client for the Notmuch email system
Other
119 stars 11 forks source link

Procedure with drafts #45

Closed vivien closed 5 years ago

vivien commented 5 years ago

Can you please describe me the intended procedure to deal with drafts? the draft tagged messages do not seem to be treated differently which result in a weird behavior:

I prepare a reply, hit p to postpone the message (marking it as draft) then quit. When I came back, I hit e on it to edit it again and trigger the compose view and hit Y to send. This results in a reply to my draft.

Shouldn't e on a draft tagged message trigger the compose view instead of reply to everyone? Then bower could tag this inserted message with -draft +sent?

Please correct me if I'm not using Bower the way it should.

wangp commented 5 years ago

You should add draft as an excluded tag, then use R to resume drafts in either the index or thread views.

vivien commented 5 years ago

Wow, I love that. Thank you for the hint!