about summary refs log tree commit diff
Commit message (Expand)AuthorAge
* Wrap footer text in <small>June McEnroe2020-04-30
* Nest <q> elements for increased levels of quotationJune McEnroe2020-04-30
* Use a table to decode base64June McEnroe2020-04-29
* Fix infinite loop if exportAtom can't find a text partJune McEnroe2020-04-29
* Highlight diff/index/---/+++ lines of patches as wellJune McEnroe2020-04-29
* Turn URLs into HTML linksJune McEnroe2020-04-29
* Clean up html.cJune McEnroe2020-04-28
* Style groups in recipientsJune McEnroe2020-04-27
* Clean up export.cJune McEnroe2020-04-27
* Clean up decode.cJune McEnroe2020-04-27
* Free orderJune McEnroe2020-04-26
* Clean up atom.c and fix base URLsJune McEnroe2020-04-26
* Clean up archive.cJune McEnroe2020-04-26
* Add -q to exit non-zero on early exitJune McEnroe2020-04-26
* Rearrange some of archive.hJune McEnroe2020-04-26
* Free part.parts.ptrJune McEnroe2020-04-26
* Rename part->id to part->contentIDJune McEnroe2020-04-26
* Iterate through nested multiparts to find content for AtomJune McEnroe2020-04-26
* Include Cc address in reply mailtosJune McEnroe2020-04-26
* Use %R for RFC numbers in STANDARDS sectionJune McEnroe2020-04-26
* Add mailto spec to STANDARDSJune McEnroe2020-04-26
* Increase space between nav itemsJune McEnroe2020-04-26
* Add mailto address for the archiveJune McEnroe2020-04-26
* Put dates on new lines in indexJune McEnroe2020-04-26
* Include <> around Message-Id in mailto: URLsJune McEnroe2020-04-26
* Add link to index on thread pagesJune McEnroe2020-04-26
* Fall back to Content-Type name parameter for attachmentsJune McEnroe2020-04-26
* Remove margins in article.message headerJune McEnroe2020-04-26
* Generate index.atomJune McEnroe2020-04-26
* Generate XHTML content in Atom entriesJune McEnroe2020-04-26
* Style index pageJune McEnroe2020-04-25
* Render index.htmlJune McEnroe2020-04-25
* Wrap <summary> replies count in <data>June McEnroe2020-04-25
* Accumulate thread envelopes before concatenationJune McEnroe2020-04-25
* Free envelope in concatDataJune McEnroe2020-04-24
* Use replyTo address in mailto:June McEnroe2020-04-24
* Wrap quoted lines in <q>June McEnroe2020-04-23
* Add default.htmlJune McEnroe2020-04-23
* Move message nav back below recipientsJune McEnroe2020-04-23
* Add generate time footerJune McEnroe2020-04-23
* Add basic patch highlightingJune McEnroe2020-04-23
* Make sure to close attachment <ul> at end of multipartJune McEnroe2020-04-22
* Remove HTML inline TODOsJune McEnroe2020-04-22
* Render id, description and language as <pre> attributesJune McEnroe2020-04-22
* Add parent links to message navJune McEnroe2020-04-21
* Put attachments inside <ul>June McEnroe2020-04-20
* Use template system for paths and URLsJune McEnroe2020-04-20
* Skip leading whitespace in message IDsJune McEnroe2020-04-19
* Factor out templateBufferJune McEnroe2020-04-17
* Write attachment filesJune McEnroe2020-04-17
t simplify the interaction with the split point. This fixes the awkward behaviour when moving the cursor across colour codes where the code would be partially interpreted up to the cursor. 2022-02-18Fix M-f orderingJune McEnroe 2022-02-12Move sandman build to scripts/MakefileJune McEnroe 2022-02-12Use compat_readpassphrase.c on LinuxJune McEnroe 2022-02-12Copy RPP defines from oconfigureJune McEnroe