aboutsummaryrefslogtreecommitdiffstats
path: root/commands/account
Commit message (Expand)AuthorAgeFilesLines
* export-mbox: better path suggestion and name completionVitaly Ovchinnikov2023-08-251-8/+11
* export-mbox: only export marked messages, if anyVitaly Ovchinnikov2023-08-051-3/+23
* split: ensure messagestore is availableMoritz Poldrack2023-07-281-0/+4
* compose: allow changing edit-headers on the flyRobin Jarry2023-07-172-11/+23
* compose: only allow setting content at creationRobin Jarry2023-07-172-15/+2
* worker: add jmap supportRobin Jarry2023-06-211-0/+1
* mkdir: add completionMoritz Poldrack2023-05-161-1/+19
* search/filter: update completionKoni Marti2023-05-161-0/+23
* recover: update completionKoni Marti2023-05-161-26/+10
* statusline: add column based render formatRobin Jarry2023-02-201-1/+1
* statusline: move files to lib/stateRobin Jarry2023-02-205-16/+16
* tabs: use template for compose tabsTim Culverhouse2023-02-122-16/+2
* lint: add missing panic handlers in goroutinesRobin Jarry2023-01-062-0/+2
* doc: fix English typosRobin Jarry2023-01-061-1/+1
* templates: change fields as lazy functionsRobin Jarry2023-01-042-4/+2
* model: change flags array to bitmaskRobin Jarry2023-01-041-1/+1
* split: refactor to prevent stuck splitsTim Culverhouse2022-12-251-6/+7
* split: use a sensible default widthMoritz Poldrack2022-12-191-0/+8
* split: refactor split update logicTim Culverhouse2022-12-141-3/+0
* config: make various sections accessible via global varsRobin Jarry2022-12-143-4/+5
* logging: rename package to logRobin Jarry2022-12-025-23/+23
* logging: homogenize levelsRobin Jarry2022-12-023-5/+5
* split: clamp minimum split size to 1Tim Culverhouse2022-10-201-0/+4
* split: prevent panic when store is not setTim Culverhouse2022-10-191-0/+3
* split: prevent opening split when no messages are selectedTim Culverhouse2022-10-191-4/+2
* ui: add :split and :vsplit view optionsTim Culverhouse2022-10-181-0/+63
* invalidatable: cleanup dead codeTim Culverhouse2022-10-125-7/+12
* view: add peek flag and propagateKoni Marti2022-10-041-3/+16
* viewer: option to not mark message as seenKoni Marti2022-10-041-1/+2
* go: removed io/ioutilMoritz Poldrack2022-08-221-2/+2
* lint: homogenize operations and minor fixes (gocritic)Moritz Poldrack2022-08-044-11/+8
* lint: ensure errors are at least logged (errcheck)Moritz Poldrack2022-08-041-1/+4
* lint: remove redundant returns (S1023)Moritz Poldrack2022-08-041-1/+0
* lint: apply new formatting rulesMoritz Poldrack2022-08-012-6/+2
* commands: add check-mail commandTim Culverhouse2022-08-011-0/+31
* sort: clear sort criteria when called without argumentsTim Culverhouse2022-07-261-1/+1
* sort: show warning when sort is not supportedKoni Marti2022-07-261-0/+6
* msgstore: implement a uid-based architectureKoni Marti2022-07-261-2/+0
* logging: use level-based logger functionsRobin Jarry2022-07-233-20/+22
* account: import mbox file to a folderKoni Marti2022-07-141-0/+153
* account: export folder to mbox fileKoni Marti2022-07-141-0/+126
* threading: refactor reselect logicTim Culverhouse2022-07-101-2/+1
* threading: enable filtering of server-side threadsTim Culverhouse2022-07-102-9/+14
* refactor: refactor pgp implementationTim Culverhouse2022-04-271-1/+1
* filter: clear filter when called with no argsKoni Marti2022-04-251-0/+3
* store: keep current message selectedKoni Marti2022-04-171-0/+25
* compose: parse headers correctly from -HEvan Gates2022-04-061-2/+15
* statusline: indicate when sorting is in progressKoni Marti2022-03-251-2/+3
* sort: keep sort criteria applied to folderKoni Marti2022-03-251-3/+10
* logging: added a log on panicMoritz Poldrack2022-03-232-2/+12