Commit 20496c95 20496c95625d465b63cc948e6826e7b7eb61344e by Sergey Poznyakoff

(mail_escape_table): Add ~x

1 parent 2f14fb30
......@@ -238,6 +238,8 @@ static const struct mail_escape_entry mail_escape_table[] = {
{"t", "t", "t[name-list]", escape_to },
{"v", "v", "v", escape_visual },
{"w", "w", "w[filename]", escape_write },
{"x", "x", "x", NULL }, /* Implemented directly in
send.c */
{"|", "|", "|[shell-command]", escape_pipe },
};
......