From 9b29aafe518af7ab62802b71aecaa555934f85a4 Mon Sep 17 00:00:00 2001 From: Jose Celestino Date: Sun, 26 Jan 2025 18:49:20 +0000 Subject: [Minor] Pass both the multimap and the rules descriptions for combined when creating MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/plugins/lua/multimap.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins/lua/multimap.lua') diff --git a/src/plugins/lua/multimap.lua b/src/plugins/lua/multimap.lua index a61da606b..b96c105b1 100644 --- a/src/plugins/lua/multimap.lua +++ b/src/plugins/lua/multimap.lua @@ -1267,6 +1267,7 @@ local function add_multimap_rule(key, newrule) { rules = newrule.rules, expression = newrule.expression, + description = newrule.description, on_load = newrule.dynamic_symbols and multimap_on_load_gen(newrule) or nil, }, N, 'Combined map for ' .. newrule.symbol) if not newrule.combined then -- cgit v1.2.3