id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking	branch_state	votes
2820	misc/ext.d/*.sh	gv	slavazanko	"1. doc.sh has 
    ooffice)
but mc.ext has 
    ...doc.sh open oofice
Please choose one.

Also in all files in misc/ext.d the MC_EXT_FILENAME must be sent unescaped:
Currently the variable will have ""/path/to/a/file/with\ spaces\ in\ name""
But the name must be ""/path/to/a/file/with spaces in name""

Use:
MC_EXT_FILENAME=$(echo ""${MC_EXT_FILENAME}"" | tr -d '\\' )
in each file or send an unescaped file name to the scripts.
"	defect	closed	major	4.8.4	mc-config-ini	master	fixed		gabriel@…			merged	committed-master
