aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* lint: work nicely with wrapped errors (errorlint)Moritz Poldrack2022-08-0426-158/+163
* lint: homogenize operations and minor fixes (gocritic)Moritz Poldrack2022-08-0452-256/+231
* lint: removed unused code (deadcode, structcheck, unused)Moritz Poldrack2022-08-048-33/+5
* lint: ensure errors are at least logged (errcheck)Moritz Poldrack2022-08-0433-103/+301
* lint: merge declaration and assignment (S1021)Moritz Poldrack2022-08-041-2/+1
* lint: simplify code (gosimple)Moritz Poldrack2022-08-046-39/+28
* lint: remove ineffectual assignments (ineffassign)Moritz Poldrack2022-08-044-8/+4
* lint: remove unused structs and functions (unused)Moritz Poldrack2022-08-043-25/+1
* lint: remove redundant returns (S1023)Moritz Poldrack2022-08-044-5/+0
* lint: fix function parameters being overwritten before they are used (SA4009)Moritz Poldrack2022-08-041-2/+2
* lint: fix ineffective assignments (SA4005)Moritz Poldrack2022-08-041-1/+0
* lint: remove conditions that are always true (SA4003)Moritz Poldrack2022-08-041-1/+1
* lint: remove empty branches (SA9003)Moritz Poldrack2022-08-041-4/+4
* lint: formatted codeMoritz Poldrack2022-08-041-1/+3
* seqmap: refactor seqmap to use slice instead of mapTim Culverhouse2022-08-035-48/+80
* seqmap: compare ints instead of uintsTim Culverhouse2022-08-031-2/+2
* seqmap: re-order test assertsTim Culverhouse2022-08-031-15/+15
* filters: make it explicit that encoding is UTF-8q3cpma2022-08-034-0/+6
* mailto: add account query parameterKoni Marti2022-08-012-5/+16
* lint: apply new formatting rulesMoritz Poldrack2022-08-0178-285/+288
* lint: use gofumpt instead of gofmtMoritz Poldrack2022-08-013-10/+30
* autocompletion: fix regressionKoni Marti2022-08-011-2/+2
* store: fix nexprev when filteringKoni Marti2022-08-011-0/+1
* msglist: remove invalidate from commands which remove messagesTim Culverhouse2022-08-013-7/+0
* archive,move: fix reselect next messageTim Culverhouse2022-08-012-2/+6
* msgstore: leave visual-mark mode after certain commandsTim Culverhouse2022-08-013-0/+7
* commands: add check-mail commandTim Culverhouse2022-08-014-2/+56
* checkmail: error if check-mail-cmd is not setTim Culverhouse2022-08-012-0/+8
* pipe: fix ordering by message id for long patch seriesRobin Jarry2022-08-011-9/+40
* changelog: add missing entriesRobin Jarry2022-07-311-0/+2
* notmuch: fix cursor movement in threaded viewKoni Marti2022-07-312-1/+7
* autocompletion: fix slice out of bounds accessMoritz Poldrack2022-07-311-0/+3
* outgoing-cred-cmd: delay execution until an email needs to be sentStas Rudakou2022-07-313-45/+60
* doc: fix blink config exampleJoel Pickett2022-07-301-1/+1
* index: workaround for wide character printingPinghao Wu2022-07-301-0/+17
* changelog: fix typosRobin Jarry2022-07-261-8/+8
* Add changelogRobin Jarry2022-07-263-5/+243
* imap: remove unused expunge codeTim Culverhouse2022-07-261-21/+1
* sort: clear sort criteria when called without argumentsTim Culverhouse2022-07-262-6/+6
* sort: show warning when sort is not supportedKoni Marti2022-07-263-0/+13
* threads: match regular view scrolling behaviorKoni Marti2022-07-261-0/+24
* threads: fix race warnings for client-side debouncingKoni Marti2022-07-262-5/+19
* threads: debounce client-side thread buildingKoni Marti2022-07-266-8/+36
* check-mail: fix startup when default folder is emptyTim Culverhouse2022-07-261-3/+15
* delete: improve find next functionKoni Marti2022-07-261-8/+16
* msgstore: implement a uid-based architectureKoni Marti2022-07-265-86/+73
* fix: crash when copying/moving all messagesEnsar Sarajčić2022-07-241-7/+19
* filters: posix compliant rewrite of calendar filterKoni Marti2022-07-241-178/+109
* seqmap: sync seqNum to uid after expungeTim Culverhouse2022-07-242-5/+20
* delete: select new last message if last message was deletedTim Culverhouse2022-07-241-0/+7