But currently talon removes the From: ... Date: ... Subject: ... part but leaves the following div containing the original message (I believe using the cut_from_block function).
When matching div[id=divRplyFwdMsg] it should remove both the current div, and also the next one, and the previous <hr>.
Outlook on iOS (formerly Acompli) quotations consists of 2
div
s like this:But currently talon removes the
From: ... Date: ... Subject: ...
part but leaves the following div containing the original message (I believe using thecut_from_block
function).When matching
div[id=divRplyFwdMsg]
it should remove both the current div, and also the next one, and the previous<hr>
.