about summary refs log tree commit diff
path: root/atom.c (follow)
Commit message (Collapse)AuthorAge
* Preserve original Date header in envelopeJune McEnroe2020-04-13
|
* Use UTC date everywhereJune McEnroe2020-04-13
| | | | | I thought I could preserve the original time zone but it turns out that libc is just too shit to do that.
* Rename atom rendering functionsJune McEnroe2020-04-13
| | | | Again, probably.
* Use Message-Id in mailto Atom IDsJune McEnroe2020-04-11
|
* Concatenate Atom threadsJune McEnroe2020-04-10
|
* Rearrange Atom templating codeJune McEnroe2020-04-10
|
* Render Atom envelopesJune McEnroe2020-04-09