aboutsummaryrefslogtreecommitdiffstats
path: root/commands
Commit message (Expand)AuthorAgeFilesLines
...
* invalidatable: cleanup dead codeTim Culverhouse2022-10-1214-16/+30
* forward,recall: fix charsets in part attachmentKoni Marti2022-10-072-4/+6
* view: add peek flag and propagateKoni Marti2022-10-044-6/+19
* viewer: option to not mark message as seenKoni Marti2022-10-045-5/+10
* logging: substitute %w for %vKoni Marti2022-10-022-2/+2
* imap,smtp: add XOAUTH2 supportJulian Pidancet2022-10-011-0/+22
* open: allow overriding default programRobin Jarry2022-10-011-3/+5
* open: simplify codeRobin Jarry2022-10-012-24/+10
* command/read: run in main threadTim Culverhouse2022-09-291-37/+18
* mark: fix (un)mark -a when no message is selectedKoni Marti2022-09-291-5/+12
* switch: update status lineKoni Marti2022-09-201-1/+5
* switch: add -n and -p flags for relative switchRobin Jarry2022-09-201-5/+33
* commands: add switch-account command for composerKoni Marti2022-09-191-0/+47
* statusline-format: add %p placeholder for current pathBence Ferdinandy2022-09-191-0/+1
* history: store command history in a fileMoritz Poldrack2022-09-141-0/+77
* history: don't store duplicate entriesMoritz Poldrack2022-09-141-1/+3
* commands: add zoxide support via :zBence Ferdinandy2022-09-131-0/+85
* pgp: enable quoted replies of encrypted messagesTim Culverhouse2022-08-311-0/+26
* attach: enable path globbingMoritz Poldrack2022-08-301-10/+32
* archive: respect the next-message-on-delete flagBen Cohen2022-08-221-1/+31
* delete: fix find-next functionKoni Marti2022-08-221-3/+6
* mark: (un)mark message threadsKoni Marti2022-08-221-4/+31
* mark: allow multiple visual selectionsKoni Marti2022-08-221-2/+6
* util: fetch message headers for nil messagesKoni Marti2022-08-222-4/+28
* store: extract marking behavior and add testsKoni Marti2022-08-228-18/+22
* binds: display active keybinds in a dialog boxKoni Marti2022-08-221-0/+25
* go: removed io/ioutilMoritz Poldrack2022-08-223-6/+4
* delete: revert deleted messages if Delete is unsupportedTim Culverhouse2022-08-051-0/+3
* lint: work nicely with wrapped errors (errorlint)Moritz Poldrack2022-08-042-2/+2
* lint: homogenize operations and minor fixes (gocritic)Moritz Poldrack2022-08-0414-48/+42
* lint: ensure errors are at least logged (errcheck)Moritz Poldrack2022-08-046-13/+46
* lint: simplify code (gosimple)Moritz Poldrack2022-08-041-4/+1
* lint: remove redundant returns (S1023)Moritz Poldrack2022-08-043-4/+0
* lint: fix function parameters being overwritten before they are used (SA4009)Moritz Poldrack2022-08-041-2/+2
* lint: formatted codeMoritz Poldrack2022-08-041-1/+3
* lint: apply new formatting rulesMoritz Poldrack2022-08-0123-79/+53
* 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-011-0/+31
* pipe: fix ordering by message id for long patch seriesRobin Jarry2022-08-011-9/+40
* outgoing-cred-cmd: delay execution until an email needs to be sentStas Rudakou2022-07-311-2/+6
* 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
* delete: improve find next functionKoni Marti2022-07-261-8/+16
* msgstore: implement a uid-based architectureKoni Marti2022-07-263-5/+2
* delete: select new last message if last message was deletedTim Culverhouse2022-07-241-0/+7
* delete: move tab replace logic into Done callbackTim Culverhouse2022-07-241-27/+25
* logging: use level-based logger functionsRobin Jarry2022-07-237-28/+33
* tabs: make fields privateRobin Jarry2022-07-233-15/+16