aboutsummaryrefslogtreecommitdiffstats
path: root/commands/msg/delete.go
Commit message (Expand)AuthorAgeFilesLines
* treewide: replace uint32 uids with opaque stringsRobin Jarry2024-08-281-2/+2
* notmuch: add strategies for multi-file messagesJason Cox2024-04-021-3/+20
* commands: rename confusing constantsRobin Jarry2024-03-041-1/+1
* commands: refactor registrationRobin Jarry2024-01-201-1/+6
* ui: correct some push status messagesinwit2023-11-121-1/+8
* commands: use completion from go-optRobin Jarry2023-10-281-4/+0
* commands: parse arguments with go-optRobin Jarry2023-10-281-5/+0
* app: export global functionsRobin Jarry2023-10-101-11/+11
* widgets: rename package to appRobin Jarry2023-10-101-5/+5
* tabs: make sure to close tab contentRobin Jarry2023-04-011-3/+3
* findNextNonDeleted: set next to nil if last messageTim Culverhouse2022-12-141-0/+3
* config: make various sections accessible via global varsRobin Jarry2022-12-141-2/+3
* invalidatable: cleanup dead codeTim Culverhouse2022-10-121-1/+2
* view: add peek flag and propagateKoni Marti2022-10-041-1/+1
* viewer: option to not mark message as seenKoni Marti2022-10-041-1/+2
* delete: fix find-next functionKoni Marti2022-08-221-3/+6
* store: extract marking behavior and add testsKoni Marti2022-08-221-3/+4
* delete: revert deleted messages if Delete is unsupportedTim Culverhouse2022-08-051-0/+3
* lint: apply new formatting rulesMoritz Poldrack2022-08-011-1/+1
* msglist: remove invalidate from commands which remove messagesTim Culverhouse2022-08-011-1/+0
* msgstore: leave visual-mark mode after certain commandsTim Culverhouse2022-08-011-0/+3
* delete: improve find next functionKoni Marti2022-07-261-8/+16
* msgstore: implement a uid-based architectureKoni Marti2022-07-261-2/+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
* refactor: refactor pgp implementationTim Culverhouse2022-04-271-1/+1
* all: fix minor issues found by staticcheckMoritz Poldrack2022-03-121-8/+7
* go.mod: change base git urlRobin Jarry2021-11-051-4/+4
* Fix linter warningsReto Brunner2021-02-261-1/+0
* Get rid of the aerc.PushError(" " + $string) idiomReto Brunner2021-01-301-1/+1
* delete: push unsupported error up to the userReto Brunner2020-07-051-0/+3
* Rework msglist scrollingJeffas2020-06-091-2/+2
* Revert "Add Style configuration"Drew DeVault2020-05-281-2/+2
* Revert "Remove duration from the status methods"Drew DeVault2020-05-281-3/+4
* Remove duration from the status methodsReto Brunner2020-05-271-4/+3
* Add Style configurationReto Brunner2020-05-271-2/+2
* pgp: fail gracefully from email decryptionRay Ganardi2020-05-251-1/+5
* commands/helper: remove duplicated methodReto Brunner2020-05-111-1/+1
* gofmt fixesDrew DeVault2020-04-241-1/+1
* Use aerc.PushError where appropriateBen Fiedler2020-04-231-4/+1
* Initial support for PGP decryption & signaturesDrew DeVault2020-03-031-2/+5
* msg/delete: remove redundant err checkReto Brunner2020-02-291-3/+0
* delete: adapt to ProvidesMessagesReto Brunner2019-12-211-21/+59
* Config for deleting message from message viewerSrivathsan Murali2019-09-201-1/+1
* all: purge redundant underscoresWagner Riffel2019-09-041-3/+3
* select next message when deleting from message viewerAditya Srivastava2019-08-021-3/+10
* commands: Don't crash when store is nilKevin Kuehler2019-07-151-0/+3
* Fix crashes when operating on empty folder (#216)Daniel Bridges2019-07-101-3/+3
* Crash on delete in empty folder (#213)Zach Sisco2019-07-041-0/+3
* Implement basic tab completion supportGregory Mullen2019-06-291-3/+12