{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":775437023,"defaultBranch":"master","name":"evergreen","ownerLogin":"InterLinked1","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2024-03-21T11:44:23.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/24227567?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1711021464.0658948","currentOid":""},"activityList":{"items":[{"before":"c74e6bbbb5a1289577894d4d83203c151ee31e09","after":"b9e9ccb278cc577f1a5edb8a1db0cd301d52d42c","ref":"refs/heads/master","pushedAt":"2024-04-28T00:23:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"InterLinked1","name":null,"path":"/InterLinked1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24227567?s=80&v=4"},"commit":{"message":"IMAP: Fix and improve quota display.\n\n* Fix displaying quota in wrong units.\n* Reset quota between mailboxes to avoid\n displaying quota for previous folder.","shortMessageHtmlLink":"IMAP: Fix and improve quota display."}},{"before":"dca526e2001356298f75d3829176490596bc186d","after":"c74e6bbbb5a1289577894d4d83203c151ee31e09","ref":"refs/heads/master","pushedAt":"2024-04-27T23:18:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"InterLinked1","name":null,"path":"/InterLinked1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24227567?s=80&v=4"},"commit":{"message":"editor: Restore original cursor position after updates.\n\nFix an occasional annoyance where the cursor would get\nmoved as a byproduct of updating another window, while\nthe cursor is active, leaving it on the other window\ninstead of in the original position. To fix this, simply\nmark the original window as needing an update so that the\ncursor is restored to the original position.","shortMessageHtmlLink":"editor: Restore original cursor position after updates."}},{"before":"4bcb2c7861ad6d124bed93e334a309e2d8fe3c0f","after":"dca526e2001356298f75d3829176490596bc186d","ref":"refs/heads/master","pushedAt":"2024-04-26T21:38:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"InterLinked1","name":null,"path":"/InterLinked1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24227567?s=80&v=4"},"commit":{"message":"evergreen: Various workflow efficiency improvements.\n\n* Auto-mark messages seen before deleting them.\n* Adjust PAGE UP/DOWN for folders to behave same as messages\n (HOME/END on first/last page)\n* Don't allow paging up to the \"ALL\" pseudo-mailbox in folder pane.\n* Add keyboard shortcuts to jump to marked mailboxes\n and mailboxes with unseen messages.","shortMessageHtmlLink":"evergreen: Various workflow efficiency improvements."}},{"before":"c485687f9968cd14645d66c3bdf5af5669b130b8","after":"4bcb2c7861ad6d124bed93e334a309e2d8fe3c0f","ref":"refs/heads/master","pushedAt":"2024-04-26T16:33:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"InterLinked1","name":null,"path":"/InterLinked1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24227567?s=80&v=4"},"commit":{"message":"viewer, editor: Various robustness and UX improvements.\n\n* viewer.c: Fix was_unicode calculation to avoid spurious aborts.\n* Reduce FETCHLIST interval, since even an interval of 180\n can take up to 15 seconds to load a folder.\n* SMTP: Don't send addresses with double <<>> for RCPT.\n* editor: Add spaces at beginning of quoted lines, as with viewer, for\n readability.\n* editor: Fix erroneous extra spaces at end of format=flowed lines,\n caused by duplicate logic that would add a space in this case.\n* editor: Distinguish between message not sent and sent but not saved.\n* imap: Avoid infinite loop by breaking early if flushed input is empty.\n* IMAP APPEND: Fix memory leak of flags.","shortMessageHtmlLink":"viewer, editor: Various robustness and UX improvements."}},{"before":"6b7bb2e8f78863752b84ccf044bf2e29915ecee1","after":"c485687f9968cd14645d66c3bdf5af5669b130b8","ref":"refs/heads/master","pushedAt":"2024-04-26T13:12:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"InterLinked1","name":null,"path":"/InterLinked1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24227567?s=80&v=4"},"commit":{"message":"IMAP: Fix SPECIAL-USE mailbox calculation.\n\nThe original algorithm to compute the SPECIAL-USE mailboxes\nwas incorrect when multiple SPECIAL-USE mailboxes are\npresent (e.g. multiple mailboxes in different namespaces),\nresulting in operations like \"Delete\", \"Junk\", etc. moving\nmessages to the wrong folder.\n\nThe logic has been amended to be more careful to ensure\nthe right mailboxes are calculated.","shortMessageHtmlLink":"IMAP: Fix SPECIAL-USE mailbox calculation."}},{"before":"8d6b45da215fbdf0e59fc53ebdb8f73c80cf9556","after":"6b7bb2e8f78863752b84ccf044bf2e29915ecee1","ref":"refs/heads/master","pushedAt":"2024-04-25T00:31:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"InterLinked1","name":null,"path":"/InterLinked1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24227567?s=80&v=4"},"commit":{"message":"viewer: Improve display of messages with Unicode.\n\n* Convert Unicode subjects to ASCII-approximation. To do this,\n we use the anyascii library, which seems to do a good job.\n* Stop displaying messages on NUL rather than aborting.","shortMessageHtmlLink":"viewer: Improve display of messages with Unicode."}},{"before":"a29c0e527ea0666d2feee253d47c3d11034a7148","after":"8d6b45da215fbdf0e59fc53ebdb8f73c80cf9556","ref":"refs/heads/master","pushedAt":"2024-04-24T23:21:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"InterLinked1","name":null,"path":"/InterLinked1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24227567?s=80&v=4"},"commit":{"message":"viewer: Improve display of messages with Unicode.\n\n* Convert Unicode subjects to ASCII-approximation. To do this,\n we use the anyascii library, which seems to do a good job.\n This is better than displaying a ? if we can't display the\n character.\n* Stop displaying messages on NUL rather than aborting.","shortMessageHtmlLink":"viewer: Improve display of messages with Unicode."}},{"before":"d8b406da65557352ca0a5f6a51b1da340266cc48","after":"a29c0e527ea0666d2feee253d47c3d11034a7148","ref":"refs/heads/master","pushedAt":"2024-04-24T22:21:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"InterLinked1","name":null,"path":"/InterLinked1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24227567?s=80&v=4"},"commit":{"message":"LIST: Improve compatibility with real-world servers and messages.\n\n* Since the IMAP server could return folders in any order,\n and may not include direct ancestors for all child mailboxes,\n autocreate any missing ancestors and then sort all the\n mailboxes appropriately.\n* Fix END key not working in folder pane.\n* Don't look for STATUS info for mailboxes that aren't selectable.\n* Increase folder pane width on wider terminals and fix alignment\n of marked mailbox indicator.\n* Avoid creating invalid ncurses menu titles (e.g. with Unicode).","shortMessageHtmlLink":"LIST: Improve compatibility with real-world servers and messages."}},{"before":"8c2831ffa55fbe55fd88944d2687c4c12d945892","after":"d8b406da65557352ca0a5f6a51b1da340266cc48","ref":"refs/heads/master","pushedAt":"2024-03-26T13:25:09.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"InterLinked1","name":null,"path":"/InterLinked1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24227567?s=80&v=4"},"commit":{"message":"mpane: Fix and improve arrow key handling.\n\n* Don't crash when using KEY_UP or KEY_DOWN in mailbox\n with no messages.\n* Improve handling of KEY_LEFT and KEY_DOWN when switching\n focus between folder and message list panes.\n\nResolves: #1","shortMessageHtmlLink":"mpane: Fix and improve arrow key handling."}},{"before":"804568b9fce4e26bd3ab5e7ca865dadfe908c5bd","after":"8c2831ffa55fbe55fd88944d2687c4c12d945892","ref":"refs/heads/master","pushedAt":"2024-03-26T13:08:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"InterLinked1","name":null,"path":"/InterLinked1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24227567?s=80&v=4"},"commit":{"message":"editor: Allow saving and resuming drafts.\n\n* Implement draft saving/resuming.\n* Default SMTP username to IMAP username, if not specified.","shortMessageHtmlLink":"editor: Allow saving and resuming drafts."}},{"before":"ee60696f562f24346391bf25bb2854380da4ad83","after":"804568b9fce4e26bd3ab5e7ca865dadfe908c5bd","ref":"refs/heads/master","pushedAt":"2024-03-21T13:33:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"InterLinked1","name":null,"path":"/InterLinked1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24227567?s=80&v=4"},"commit":{"message":"Makefile: Add missing linking flags.","shortMessageHtmlLink":"Makefile: Add missing linking flags."}},{"before":"9f8e8db713323e3a280b10233a66cb2163499718","after":"ee60696f562f24346391bf25bb2854380da4ad83","ref":"refs/heads/master","pushedAt":"2024-03-21T12:13:26.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"InterLinked1","name":null,"path":"/InterLinked1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24227567?s=80&v=4"},"commit":{"message":"CI: Add basic build workflow.","shortMessageHtmlLink":"CI: Add basic build workflow."}},{"before":"bb627d21ed144c798221e51feb6af6cc2c734e9b","after":"9f8e8db713323e3a280b10233a66cb2163499718","ref":"refs/heads/master","pushedAt":"2024-03-21T12:11:21.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"InterLinked1","name":null,"path":"/InterLinked1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24227567?s=80&v=4"},"commit":{"message":"CI: Add basic build workflow.","shortMessageHtmlLink":"CI: Add basic build workflow."}},{"before":"1088fc5a9bca3ba2e97870885f483899e440b9b4","after":"bb627d21ed144c798221e51feb6af6cc2c734e9b","ref":"refs/heads/master","pushedAt":"2024-03-21T12:07:17.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"InterLinked1","name":null,"path":"/InterLinked1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24227567?s=80&v=4"},"commit":{"message":"CI: Add basic build workflow.","shortMessageHtmlLink":"CI: Add basic build workflow."}},{"before":"41e65b3ea41c3826eee33af28cf82ae69c50b7af","after":"1088fc5a9bca3ba2e97870885f483899e440b9b4","ref":"refs/heads/master","pushedAt":"2024-03-21T12:02:37.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"InterLinked1","name":null,"path":"/InterLinked1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24227567?s=80&v=4"},"commit":{"message":"CI: Add basic build workflow.","shortMessageHtmlLink":"CI: Add basic build workflow."}},{"before":"0dc52a9e87fae4a838766c778bb7d7a73dc8ac20","after":"41e65b3ea41c3826eee33af28cf82ae69c50b7af","ref":"refs/heads/master","pushedAt":"2024-03-21T12:00:21.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"InterLinked1","name":null,"path":"/InterLinked1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24227567?s=80&v=4"},"commit":{"message":"CI: Add basic build workflow.","shortMessageHtmlLink":"CI: Add basic build workflow."}},{"before":"f74d86ab9cc1405ef31241ef0e8fa46ebeb95091","after":"0dc52a9e87fae4a838766c778bb7d7a73dc8ac20","ref":"refs/heads/master","pushedAt":"2024-03-21T11:59:03.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"InterLinked1","name":null,"path":"/InterLinked1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24227567?s=80&v=4"},"commit":{"message":"CI: Add basic build workflow.","shortMessageHtmlLink":"CI: Add basic build workflow."}},{"before":"45fbba1d3b0e6201a72bf7851baa61f4e2538d3b","after":"f74d86ab9cc1405ef31241ef0e8fa46ebeb95091","ref":"refs/heads/master","pushedAt":"2024-03-21T11:58:14.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"InterLinked1","name":null,"path":"/InterLinked1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24227567?s=80&v=4"},"commit":{"message":"CI: Add basic build workflow.","shortMessageHtmlLink":"CI: Add basic build workflow."}},{"before":"a2806b1c03c07fefce803152836b3af07cc9dc62","after":"45fbba1d3b0e6201a72bf7851baa61f4e2538d3b","ref":"refs/heads/master","pushedAt":"2024-03-21T11:56:53.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"InterLinked1","name":null,"path":"/InterLinked1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24227567?s=80&v=4"},"commit":{"message":"CI: Add basic build workflow.","shortMessageHtmlLink":"CI: Add basic build workflow."}},{"before":"c91962ea186158ab45faa2d57aeb8aadc66a6f5f","after":"a2806b1c03c07fefce803152836b3af07cc9dc62","ref":"refs/heads/master","pushedAt":"2024-03-21T11:56:06.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"InterLinked1","name":null,"path":"/InterLinked1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24227567?s=80&v=4"},"commit":{"message":"CI: Add basic build workflow.","shortMessageHtmlLink":"CI: Add basic build workflow."}},{"before":"840a82113e3b14028ab66647a523ccfb67d73197","after":"c91962ea186158ab45faa2d57aeb8aadc66a6f5f","ref":"refs/heads/master","pushedAt":"2024-03-21T11:54:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"InterLinked1","name":null,"path":"/InterLinked1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24227567?s=80&v=4"},"commit":{"message":"CI: Add basic build workflow.","shortMessageHtmlLink":"CI: Add basic build workflow."}},{"before":"72cd1234859b98311354134cfbdde670efce35f6","after":"840a82113e3b14028ab66647a523ccfb67d73197","ref":"refs/heads/master","pushedAt":"2024-03-21T11:51:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"InterLinked1","name":null,"path":"/InterLinked1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24227567?s=80&v=4"},"commit":{"message":"evergreen: Initial commit.\n\nInitial commit of version 0.0.1 beta software,\nminimally viable for usage.","shortMessageHtmlLink":"evergreen: Initial commit."}},{"before":null,"after":"72cd1234859b98311354134cfbdde670efce35f6","ref":"refs/heads/master","pushedAt":"2024-03-21T11:44:23.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"InterLinked1","name":null,"path":"/InterLinked1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24227567?s=80&v=4"},"commit":{"message":"Initial commit","shortMessageHtmlLink":"Initial commit"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEPAsMWAA","startCursor":null,"endCursor":null}},"title":"Activity ยท InterLinked1/evergreen"}