]> granicus.if.org Git - neomutt/commit
Adds <mark-message> binding to create "hotkeys" for messages.
authorDavid Champion <dgc@bikeshed.us>
Thu, 17 Nov 2016 23:57:42 +0000 (15:57 -0800)
committerRichard Russon <rich@flatcap.org>
Thu, 24 Nov 2016 19:28:14 +0000 (19:28 +0000)
commit9af33895204eca49af597f2d3c9ccd33c0790192
treead57844e02649e8219c03ae09828e0bcc45c3e08
parent3d8d72a92d3892157a865900fcc38065bde5e83a
Adds <mark-message> binding to create "hotkeys" for messages.

<mark-message>foo<enter> will create a new macro "'foo" which will
return to the current message by searching for that message's
message id.  The initial character of the macro is defined by
$mark_macro_prefix, and defaults to "'" for verisimilitude vs. vi.

Pushed by Kevin McCarthy with a minor fix.
OPS
curs_main.c
doc/manual.xml.head
functions.h
globals.h
init.h