Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Generalize sidebar categorization logic | Drew DeVault | 2020-10-22 | 1 | -25/+3 |
| | |||||
* | alps theme: fix nil on emails without a text part | Eyal Sawady | 2020-06-29 | 1 | -3/+3 |
| | | | | Closes: https://todo.sr.ht/~emersion/alps/100 | ||||
* | Add INBOX unread count on mailbox/message pages | Simon Ser | 2020-05-21 | 1 | -3/+8 |
| | |||||
* | alps theme: add button to load remote content | Drew DeVault | 2020-05-20 | 1 | -0/+10 |
| | |||||
* | Replace IMAPMessage.TextPartName with TextPart | Simon Ser | 2020-05-20 | 1 | -3/+3 |
| | |||||
* | Always reply to plain-text part, if any | Simon Ser | 2020-05-20 | 1 | -3/+3 |
| | | | | Closes: https://todo.sr.ht/~emersion/alps/51 | ||||
* | alps: theme contact list page | Drew DeVault | 2020-05-13 | 1 | -1/+1 |
| | |||||
* | message view: add part switcher | Drew DeVault | 2020-05-13 | 1 | -35/+66 |
| | | | | | This also makes the appearance of HTML emails more consistent with plaintext ones. | ||||
* | alps theme: overhaul tables and action lists | Drew DeVault | 2020-05-13 | 1 | -140/+133 |
| | | | | | | | | This patch contains a whole lot of layout improvements for the alps theme, mainly replacing the table soup with flexbox and CSS grids, and fixing up a number of loose ends. This gives us a lot more flexibility over how the page is laid out. I also cleaned up a lot of other low-hanging fruit in the layout & styles. | ||||
* | Add <meta refresh> to mailbox view | Drew DeVault | 2020-05-13 | 1 | -1/+1 |
| | | | | | | | | | | This causes the mailbox to automatically reload the page every 60 seconds, without JavaScript. This also updates the base template data to include the full URL, and replaces the earlier "Path" field with a pre-split array of path components, which is more immediately useful to most templates given the limitations of string munging with text/template primitives. | ||||
* | themes/alps: add link to edit drafts | Simon Ser | 2020-03-27 | 1 | -3/+7 |
| | |||||
* | themes/alps: fix hardcoded mailbox list in message view | Simon Ser | 2020-03-27 | 1 | -7/+14 |
| | |||||
* | themes/alps: better redirect after performing message operations | Simon Ser | 2020-03-27 | 1 | -2/+8 |
| | | | | Go back to the right page. | ||||
* | themes/alps: new theme | Simon Ser | 2020-03-19 | 1 | -0/+154 |