diff options
author | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2020-11-30 17:59:23 -0500 |
---|---|---|
committer | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2020-11-30 17:59:23 -0500 |
commit | 45c63bd0fd80fb59ef5b75a305890338c507d3fa (patch) | |
tree | 74fd1dcf8312aa91f39bac1d4d0a8ccfe2c19a3d /.gitignore | |
parent | 97ed3503d7493cd3f9a9bfaa7adf5db885f94e63 (diff) | |
download | b4-45c63bd0fd80fb59ef5b75a305890338c507d3fa.tar.gz |
Fix headers generated by "b4 ty"
Make sure we always create a Date: header, and that we're not crashing
when we try to parse a message without a Date: header.
Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,4 +13,5 @@ __pycache__ *.patch *.mbx *.cover +*.thanks .venv |