]> git.neil.brown.name Git - edlib.git/commit
notmuch: use mark:moving to avoid getting stuck in quoted lines
authorNeilBrown <neil@brown.name>
Fri, 26 May 2023 22:14:13 +0000 (08:14 +1000)
committerNeilBrown <neil@brown.name>
Fri, 26 May 2023 23:24:28 +0000 (09:24 +1000)
commit72ab8afe7b8ce75ffd6c561e01499967083d72f4
treeedf46c5418e4e2eaac754cc33e851cb749572dc5
parent3c72372301fecce63c57309f4b8f657a07569b52
notmuch: use mark:moving to avoid getting stuck in quoted lines

Currently the 'point' can get stuck in hidden quoted-line and 'up'
movements get lost.
Use mark:moving (which is always sent on 'point') to see when this
happens, and to escape.

Signed-off-by: NeilBrown <neil@brown.name>
DOC/TODO.md
python/module-notmuch.py