sup-heliotrope / sup

A curses threads-with-tags style email client (mailing list: supmua@googlegroups.com)

Home Page:http://sup-heliotrope.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Send mail?

rube2112 opened this issue · comments

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

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?