sup-heliotrope / sup

A curses threads-with-tags style email client (mailing list: supmua@googlegroups.com)
http://sup-heliotrope.github.io
GNU General Public License v2.0
889 stars 96 forks source link

Send mail? #589

Open rube2112 opened 3 years ago

rube2112 commented 3 years ago

Ok none of the key bindings do what they are supposed to, plus after you've composed the email, how do you send it?

danc86 commented 2 years ago

Hit y to send a message after you've composed it.

It's mentioned in the keybindings listing if you press ? from edit-message-mode:

Help for compose-mode
=====================

Keybindings from edit-message-mode
----------------------------------

                y : Send message
                e : Edit selected field
                t : Edit To:
                c : Edit Cc:
                s : Edit Subject
          <enter> : Edit message (default)
[...]

The key bindings do what they're supposed to, and the ? listing is always accurate because it's generated from the same code that handles keypresses.

It's possible that our Keyboard reference wiki page is out of date, although I skimmed it just now and I don't see anything amiss. It's missing the reference for edit-message-mode though, and probably some others. But in general it's easier to just hit ? if you want to figure out the keybindings, rather than looking at that wiki page.

Which keybinding where you trying to use, in which mode, and what did you expect it to do?