aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* sort: clear sort criteria when called without argumentsTim Culverhouse2022-07-261-5/+5
* sort: show warning when sort is not supportedKoni Marti2022-07-261-0/+5
* threads: match regular view scrolling behaviorKoni Marti2022-07-261-0/+24
* threads: fix race warnings for client-side debouncingKoni Marti2022-07-261-4/+18
* threads: debounce client-side thread buildingKoni Marti2022-07-262-8/+27
* msgstore: implement a uid-based architectureKoni Marti2022-07-261-76/+51
* msgstore: check if message index < 0, select 0 if soakspecs2022-07-241-1/+5
* msgstore: refactor NextPrevTim Culverhouse2022-07-241-7/+2
* store: fix Select behaviorTim Culverhouse2022-07-241-6/+13
* logging: use level-based logger functionsRobin Jarry2022-07-237-64/+21
* tabs: make it more thread safeRobin Jarry2022-07-231-13/+68
* tabs: make fields privateRobin Jarry2022-07-231-77/+103
* gpg: set a name for the attached pgp signature partRobin Jarry2022-07-181-1/+1
* Revert "fix panic on closing a tab"Moritz Poldrack2022-07-181-6/+2
* msgstore: do not build threads when threaded view is offTim Culverhouse2022-07-171-1/+1
* lib: fix tests for 386 platformsKoni Marti2022-07-141-1/+3
* aerc: use aerc as an mbox viewerKoni Marti2022-07-141-0/+11
* threading: refactor reselect logicTim Culverhouse2022-07-101-4/+24