aboutsummaryrefslogtreecommitdiffstats
path: root/commands/account
Commit message (Expand)AuthorAgeFilesLines
* 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
* statusline: make statusline folder-specificKoni Marti2022-03-231-0/+2
* statusline: implement per-account statusKoni Marti2022-03-183-10/+17
* commands: use SelectedAccountUiConfig instead of explicit nil checkkt programs2022-03-162-13/+4
* commands: implement fuzzy completion for commands and optionskt programs2022-03-072-14/+36
* aerc: always check SelectedAccount return valueRobin Jarry2022-02-252-0/+6
* commands: add expand-folder and collapse-folderKoni Marti2022-02-231-0/+42
* search/filter: display in extra statusRobin Jarry2022-02-232-7/+6
* search/filter: remove from status bar after 20 secondsRobin Jarry2022-02-191-4/+5
* filter/search: display current search/filter argumentsinwit2022-02-191-2/+3
* recover: recover emails from tempdir after a crashKoni Marti2022-01-291-0/+110
* compose: add default template for new messagesRobin Jarry2022-01-191-0/+3
* docs: mention missing -T options for compose and forwardRobin Jarry2022-01-191-1/+1
* imap: add manual {dis,}connect supportRobin Jarry2021-11-051-0/+37
* go.mod: change base git urlRobin Jarry2021-11-0513-19/+19
* Get rid of the aerc.PushError(" " + $string) idiomReto Brunner2021-01-302-2/+2
* handle message unknown charset errorJeff Martin2020-08-311-0/+4
* Add support for :rmdirARaspiK2020-08-191-0/+96
* run go fmtReto Brunner2020-07-171-1/+1
* Use PushStatus instead of SetStatus where it makes senseHeiko Carrasco2020-07-091-1/+2
* Rework msglist scrollingJeffas2020-06-093-5/+5
* Revert "Add Style configuration"Drew DeVault2020-05-282-3/+2
* Revert "Remove duration from the status methods"Drew DeVault2020-05-282-3/+5
* Remove duration from the status methodsReto Brunner2020-05-272-5/+3
* Add Style configurationReto Brunner2020-05-272-2/+3
* pgp: fail gracefully from email decryptionRay Ganardi2020-05-251-1/+5
* gofmt fixesDrew DeVault2020-04-241-1/+1
* Add recall commandJeffas2020-04-241-1/+1
* Add postpone commandJeffas2020-04-241-1/+1
* Remove ability to specify headers in the editorReto Brunner2020-04-241-1/+1