Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Match any non-context diff lines as "head" | June McEnroe | 2021-01-18 |
| | | | | | The explicit state between Patch and Diff also allows applying markup to the diffstat in the future, perhaps. | ||
* | Handle mail with no trailing newline correctly | June McEnroe | 2020-12-08 |
| | | | | Embarrassing that my mail client produced such a thing. | ||
* | Refactor patch markup generation | June McEnroe | 2020-12-03 |
| | |||
* | Switch to inline default stylesheet | June McEnroe | 2020-12-02 |
| | |||
* | Be even less weird about HTML | June McEnroe | 2020-12-01 |
| | |||
* | Move reply link to message nav | June McEnroe | 2020-11-30 |
| | |||
* | Stop being so weird about HTML | June McEnroe | 2020-11-29 |
| | |||
* | Replace templateBuffer with templateString | June McEnroe | 2020-11-28 |
| | |||
* | Say OpenSSL in additional permission notices | June McEnroe | 2020-11-28 |
| | |||
* | Add additional permission for linking with LibreSSL | June McEnroe | 2020-06-08 |
| | | | | https://www.gnu.org/licenses/gpl-faq.en.html#GPLIncompatibleLibs | ||
* | Remove base title from thread titles | June McEnroe | 2020-05-11 |
| | |||
* | Eliminate stray whitespace in HTML and Atom | June McEnroe | 2020-05-11 |
| | |||
* | Add generator links | June McEnroe | 2020-05-01 |
| | |||
* | Rename baseAddress to baseMailto | June McEnroe | 2020-04-30 |
| | |||
* | Add -S for subscribe link | June McEnroe | 2020-04-30 |
| | | | | These base* variables are badly named... | ||
* | Wrap footer text in <small> | June McEnroe | 2020-04-30 |
| | |||
* | Nest <q> elements for increased levels of quotation | June McEnroe | 2020-04-30 |
| | |||
* | Highlight diff/index/---/+++ lines of patches as well | June McEnroe | 2020-04-29 |
| | |||
* | Turn URLs into HTML links | June McEnroe | 2020-04-29 |
| | |||
* | Clean up html.c | June McEnroe | 2020-04-28 |
| | |||
* | Style groups in recipients | June McEnroe | 2020-04-27 |
| | | | | Can't actually test this oops. | ||
* | Rename part->id to part->contentID | June McEnroe | 2020-04-26 |
| | | | | Disambiguate with messageID. | ||
* | Include Cc address in reply mailtos | June McEnroe | 2020-04-26 |
| | |||
* | Add mailto address for the archive | June McEnroe | 2020-04-26 |
| | |||
* | Include <> around Message-Id in mailto: URLs | June McEnroe | 2020-04-26 |
| | |||
* | Add link to index on thread pages | June McEnroe | 2020-04-26 |
| | |||
* | Fall back to Content-Type name parameter for attachments | June McEnroe | 2020-04-26 |
| | |||
* | Generate index.atom | June McEnroe | 2020-04-26 |
| | |||
* | Render index.html | June McEnroe | 2020-04-25 |
| | |||
* | Wrap <summary> replies count in <data> | June McEnroe | 2020-04-25 |
| | |||
* | Use replyTo address in mailto: | June McEnroe | 2020-04-24 |
| | |||
* | Wrap quoted lines in <q> | June McEnroe | 2020-04-23 |
| | |||
* | Move message nav back below recipients | June McEnroe | 2020-04-23 |
| | |||
* | Add generate time footer | June McEnroe | 2020-04-23 |
| | |||
* | Add basic patch highlighting | June McEnroe | 2020-04-23 |
| | |||
* | Remove HTML inline TODOs | June McEnroe | 2020-04-22 |
| | | | | | | | | format=flowed, because it's not very useful for display, more useful for composing, <https://fastmail.blog/2016/12/17/format-flowed/>. Quoting because I believe <blockquote> is not allowed inside <pre> (it's not "phrasing content") and <q> just seems awkward. | ||
* | Render id, description and language as <pre> attributes | June McEnroe | 2020-04-22 |
| | |||
* | Add parent links to message nav | June McEnroe | 2020-04-21 |
| | |||
* | Put attachments inside <ul> | June McEnroe | 2020-04-20 |
| | |||
* | Use template system for paths and URLs | June McEnroe | 2020-04-20 |
| | | | | This probably still needs a lot of cleaning up. | ||
* | Write attachment files | June McEnroe | 2020-04-17 |
| | | | | | All this path stuff needs cleaning up. I think it's time to use the template renderer for paths. | ||
* | Label atom and mbox links "follow" and "download" | June McEnroe | 2020-04-17 |
| | |||
* | Decode quoted-printable and 7bit/8bit | June McEnroe | 2020-04-16 |
| | |||
* | Add subject and recipient HTML classes | June McEnroe | 2020-04-16 |
| | |||
* | Move message fragment link to subject | June McEnroe | 2020-04-16 |
| | |||
* | Render text/plain to HTML | June McEnroe | 2020-04-16 |
| | |||
* | Render message links before to/cc | June McEnroe | 2020-04-16 |
| | |||
* | Wrap subthreads in <details> with reply count | June McEnroe | 2020-04-15 |
| | |||
* | Rewrite HTML rendering | June McEnroe | 2020-04-15 |
| | |||
* | Rename pathMangle to pathSafe | June McEnroe | 2020-04-13 |
| | | | | Mangle is a rude word. |