aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* render: clean up render codeTim Culverhouse2022-10-071-11/+1
* aerc: use single event loopTim Culverhouse2022-10-073-16/+21
* events: introduce AercMsg and QueueRedrawTim Culverhouse2022-10-072-0/+11
* forward,recall: fix charsets in part attachmentKoni Marti2022-10-071-0/+17
* view: add peek flag and propagateKoni Marti2022-10-041-0/+9
* viewer: option to not mark message as seenKoni Marti2022-10-041-2/+4
* msgstore: fix data race on access to store.needsFlagsTim Culverhouse2022-10-021-0/+5
* logging: substitute %w for %vKoni Marti2022-10-021-1/+1
* imap,smtp: add XOAUTH2 supportJulian Pidancet2022-10-011-0/+88
* open: allow overriding default programRobin Jarry2022-10-011-4/+36
* open: simplify codeRobin Jarry2022-10-011-49/+9
* ui: avoid panic when terminal window is shrunkJason Stewart2022-09-261-2/+4
* textinput: prevent data race from debounce functionTim Culverhouse2022-09-261-0/+6
* msgstore: revert 9fdc7acf5b48 "post messageInfo on erroneous fetch"Tim Culverhouse2022-09-251-13/+1
* charset: handle unknown charsets more user-friendlyKoni Marti2022-09-251-3/+2
* cache: fetch flags from UITim Culverhouse2022-09-201-0/+23
* grid: protect calls to cell.ContentTim Culverhouse2022-09-201-2/+6
* grid: remove unused method ChildrenTim Culverhouse2022-09-201-11/+0
* msgstore: post MessageInfo on erroneous fetchTim Culverhouse2022-09-202-1/+17
* statusline-format: add %p placeholder for current pathBence Ferdinandy2022-09-191-0/+11
* term: add bracketed paste supportTim Culverhouse2022-09-141-0/+1
* ui: export context.viewport, screen.show, add SetCursorStyleTim Culverhouse2022-09-141-0/+12
* ui: cleanup internals and apiRobin Jarry2022-09-141-15/+7
* socket: use existing socket if it is connectedMoritz Poldrack2022-09-141-2/+4
* ui: process tcell events in a separate go routine from renderingTim Culverhouse2022-09-131-17/+16
* open-link: make URL parsing more lenientMoritz Poldrack2022-09-132-34/+56
* pgp: enable quoted replies of encrypted messagesTim Culverhouse2022-08-311-0/+15
* msgstore: do not run threadbuilder unless in threaded viewTim Culverhouse2022-08-311-1/+3
* msgstore: enable granularity in updating of threadbuilderTim Culverhouse2022-08-301-4/+7
* msgstore: run threadBuilder with no debounce on DirectoryContents msgTim Culverhouse2022-08-301-21/+26
* move: enable MoveMessages from msgstoreTim Culverhouse2022-08-221-2/+2
* store: improve cursor positionKoni Marti2022-08-221-22/+26
* mark: (un)mark message threadsKoni Marti2022-08-221-0/+22
* mark: allow multiple visual selectionsKoni Marti2022-08-222-5/+15
* util: fetch message headers for nil messagesKoni Marti2022-08-221-2/+0
* store: remove unneeded header callbackKoni Marti2022-08-221-19/+7
* store: extract marking behavior and add testsKoni Marti2022-08-223-152/+341
* go: removed io/ioutilMoritz Poldrack2022-08-225-11/+7
* delete: revert deleted messages if Delete is unsupportedTim Culverhouse2022-08-051-0/+3
* tests: fix errors after lint seriesRobin Jarry2022-08-043-19/+6
* lint: work nicely with wrapped errors (errorlint)Moritz Poldrack2022-08-045-18/+18
* lint: homogenize operations and minor fixes (gocritic)Moritz Poldrack2022-08-0413-59/+46
* lint: removed unused code (deadcode, structcheck, unused)Moritz Poldrack2022-08-043-8/+5
* lint: ensure errors are at least logged (errcheck)Moritz Poldrack2022-08-0412-41/+99
* lint: simplify code (gosimple)Moritz Poldrack2022-08-041-3/+1
* lint: apply new formatting rulesMoritz Poldrack2022-08-0118-66/+70
* autocompletion: fix regressionKoni Marti2022-08-011-2/+2
* store: fix nexprev when filteringKoni Marti2022-08-011-0/+1
* autocompletion: fix slice out of bounds accessMoritz Poldrack2022-07-311-0/+3
* index: workaround for wide character printingPinghao Wu2022-07-301-0/+17