Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Design work for mailbox subscriptions | Drew DeVault | 2020-11-13 | 1 | -1/+1 |
| | |||||
* | Humanize message list dates | Drew DeVault | 2020-11-13 | 1 | -1/+1 |
| | |||||
* | Simplify & fix bugs with select all functionality | Drew DeVault | 2020-10-30 | 1 | -19/+0 |
| | |||||
* | Link sender name to search for their email address | Drew DeVault | 2020-10-23 | 1 | -0/+2 |
| | |||||
* | Add message flags to mailbox page | Drew DeVault | 2020-10-22 | 1 | -0/+23 |
| | |||||
* | Generalize sidebar categorization logic | Drew DeVault | 2020-10-22 | 1 | -19/+2 |
| | |||||
* | Categorize and normalize folder listing | Drew DeVault | 2020-10-22 | 1 | -18/+33 |
| | |||||
* | Handle \Deleted emails in message list | Drew DeVault | 2020-10-22 | 1 | -6/+26 |
| | | | | | | | | | | | | This can happen if an email is deleted by an external client, and this change fixes a template crash in such cases. I elected to display (deleted email) rather than to hide deleted messages so that, if the message is unread, it provides an explanation for your inbox showing $n unread emails where $n > number of non-deleted emails. This partially addresses ~migadu/alps#121 | ||||
* | alps theme: fix nil on emails without a text part | Eyal Sawady | 2020-06-29 | 1 | -1/+1 |
| | | | | Closes: https://todo.sr.ht/~emersion/alps/100 | ||||
* | Add INBOX unread count on mailbox/message pages | Simon Ser | 2020-05-21 | 1 | -8/+12 |
| | |||||
* | Replace IMAPMessage.TextPartName with TextPart | Simon Ser | 2020-05-20 | 1 | -1/+1 |
| | |||||
* | alps theme: if there's nothing to show, say so | Drew DeVault | 2020-05-13 | 1 | -0/+3 |
| | |||||
* | alps: theme contact list page | Drew DeVault | 2020-05-13 | 1 | -1/+1 |
| | |||||
* | alps theme: overhaul tables and action lists | Drew DeVault | 2020-05-13 | 1 | -35/+35 |
| | | | | | | | | 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 | -2/+2 |
| | | | | | | | | | | 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: better redirect after performing message operations | Simon Ser | 2020-03-27 | 1 | -2/+2 |
| | | | | Go back to the right page. | ||||
* | themes/alps: new theme | Simon Ser | 2020-03-19 | 1 | -0/+66 |