-
Stripping CVS keywords
-
Stripping CVS keywords
-
Stripping CVS keywords
-
#597756 by sagannotcarl. Additional regex for mac mail and legacy outlook clients
-
#523938 by ronin. let comment_save handle comment status
-
comment and node status bits are opposite. A published node is 1 where a published comment is 0.
-
#402406 reported by lutegrass. Offer a setting to return the node object back to mailhandler if there are no m2w params. There is a setting instead of just doing it automatically because if the params are stripped from the header, and the user actually mangles the params in the message body (since they're in the editable text) we have a boundary case where the message could get mistakenly passed through to mailhandler.
-
#402406 reported by lutegrass. Offer a setting to return the node object back to mailhandler if there are no m2w params. There is a setting instead of just doing it automatically because if the params are stripped from the header, and the user actually mangles the params in the message body (since they're in the editable text) we have a boundary case where the message could get mistakenly passed through to mailhandler.
-
don't shift the array because we're passing by reference and this actually changes the data structure. Instead, use the internal pointer to the current element. By Jose Reyero. No issue node.
-
don't shift the array because we're passing by reference and this actually changes the data structure. Instead, use the internal pointer to the current element. By Jose Reyero. No issue node.