You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aerc/lib/templates
Tim Culverhouse 49afb059bc templates/quote: only prefix quoted lines with '>'
Prefix all quoted lines with depth > 1 with '>'. Quoted lines of depth 1
are quoted with "> ". This follows conventions of mailing lists which
collapse quote depths without spaces. For example:

    >>> Quote depth 3
    > Quote depth 1
    >> Quote depth 2

Changelog-changed: Template function `quote` only prefixes with a
 space if at quote depth 1.
Requested-by: Isaac Freund <mail@isaacfreund.com>
Signed-off-by: Tim Culverhouse <tim@timculverhouse.com>
Acked-by: Robin Jarry <robin@jarry.cc>
2 months ago
..
functions.go templates/quote: only prefix quoted lines with '>' 2 months ago
functions_test.go templates: add head and tail functions 3 months ago
template.go xdg: get rid of deprecated dependencies 1 year ago