答え1
これはすぐにはサポートされませんが、
\usepackage{xpatch}
\makeatletter
\xpatchcmd{\l@chapapp}{\advance\memRTLleftskip\@tempdima}%
{}% replace with nothing
{\typeout{patched ok}}% went ok
{\typeout{patch failed}}% went bad
\makeatother
(章ごとにのみテスト済み)