[Commits] [SCM] claws branch, master, updated. 3.15.0-130-g3e12591

wwp at claws-mail.org wwp at claws-mail.org
Wed Aug 30 11:22:00 CEST 2017


The branch, master has been updated
       via  3e12591d2933ed3d8e68199172dc595eceeda5b9 (commit)
      from  2bc71e498db0d24f714652a8711b810ed3a7e217 (commit)

Summary of changes:
 src/quote_fmt.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


- Log -----------------------------------------------------------------
commit 3e12591d2933ed3d8e68199172dc595eceeda5b9
Author: wwp <wwp at free.fr>
Date:   Wed Aug 30 11:20:29 2017 +0200

    Fix wrong 'attach_output' in description of symbols (templates), it's
    'attach_program' that works.

diff --git a/src/quote_fmt.c b/src/quote_fmt.c
index 673be38..7c3f415 100644
--- a/src/quote_fmt.c
+++ b/src/quote_fmt.c
@@ -93,7 +93,7 @@ static gchar *quote_desc_strings[] = {
 	"|program{<span style=\"oblique\">sub_expr</span>}\n(|p{<span style=\"oblique\">sub_expr</span>})\n",	N_("insert program output:\n<span style=\"oblique\">sub_expr</span> is evaluated as a command-line to get\nthe output from"), /* insert program output */
 	"|input{<span style=\"oblique\">sub_expr</span>}\n(|i{<span style=\"oblique\">sub_expr</span>})\n",		N_("insert user input:\n<span style=\"oblique\">sub_expr</span> is a variable to be replaced by\nuser-entered text"), /* insert user input */
 	"|attach{<span style=\"oblique\">sub_expr</span>}\n(|a{<span style=\"oblique\">sub_expr</span>})",		N_("attach file:\n<span style=\"oblique\">sub_expr</span> is evaluated as the path of the file to attach"), /* attach file */
-	"|attach_output{<span style=\"oblique\">sub_expr</span>}\n(|A{<span style=\"oblique\">sub_expr</span>})",	N_("attach file:\n<span style=\"oblique\">sub_expr</span> is evaluated as a command-line to get\nthe filename from"), /* attach file whose name's got from program output */
+	"|attach_program{<span style=\"oblique\">sub_expr</span>}\n(|A{<span style=\"oblique\">sub_expr</span>})",	N_("attach file:\n<span style=\"oblique\">sub_expr</span> is evaluated as a command-line to get\nthe filename from"), /* attach file whose name's got from program output */
 	"",					NULL,
 	N_("<span weight=\"bold\">definition of terms:</span>"),	NULL,
 	"<span style=\"oblique\">expr</span>\n",			N_("text that can contain any of the symbols or\ncommands above"),

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list