Daniel Harding

Results 14 issues of Daniel Harding

I intentionally use auto-detect as my delivery format to send messages as plain text when possible (Options > Delivery Format > Auto-Detect from a compose window). However, after BiDi Mail...

To allow more fine-grained session selection, allow tags to be set on individual parametrized sessions via either a tags argument to the `@nox.parametrize()` decorator, or a tags argument to `nox.param()`...

The use of backslashes in the ASCII-art "Update" banner results in an "invalid escape sequence" SyntaxWarning under Python 3.12. Fix by changing the banner string to a raw string (which...

bug