diff options
Diffstat (limited to 'lualib/lua_content')
-rw-r--r-- | lualib/lua_content/vcard.lua | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lualib/lua_content/vcard.lua b/lualib/lua_content/vcard.lua index 123799954..91460a9d4 100644 --- a/lualib/lua_content/vcard.lua +++ b/lualib/lua_content/vcard.lua @@ -36,13 +36,6 @@ end local exports = {} -local function extract_text_data(specific) - local fun = require "fun" - - local tbl = fun.totable(fun.map(function(e) return e[2]:lower() end, specific.elts)) - return table.concat(tbl, '\n') -end - local function process_vcard(input, mpart, task) local control={n='\n', r=''} local rspamd_url = require "rspamd_url" |