about summary refs log tree commit diff stats
path: root/commands/account
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use aerc.PushError where appropriateBen Fiedler2020-04-231-4/+1
* Initial support for PGP decryption & signaturesDrew DeVault2020-03-031-2/+6
* create OriginalMail structLeszek CimaƂa2020-01-091-1/+3
* Fix crash when no message is selectedWiktor Kwapisiewicz2019-12-041-1/+4
* commands/account: Disable :view for deleted msgsKevin Kuehler2019-11-171-1/+2
* Add Templates with ParsingSrivathsan Murali2019-11-101-9/+15
* Make commands join args with spacesJeffas2019-09-202-8/+7
* Add sorting functionalityJeffas2019-09-201-0/+85
* Add signaturesJeffas2019-09-121-2/+2
* commands: move ParseNextPrevMessage error value to its last return valueWagner Riffel2019-09-041-5/+5
* all: rewrite references to strings.Index to strings.ContainsWagner Riffel2019-09-041-1/+1
* all: use fmt.Errorf for fomartting errorsWagner Riffel2019-09-043-3/+3
* all: purge redundant underscoresWagner Riffel2019-09-0410-30/+30
* extract search criteria parsing into the backendsReto Brunner2019-08-291-26/+1
* Add optional body argument to compose commandDaniel Bridges2019-08-131-3/+14
* Joining the args in cf for folders with spacesBen Cohen2019-08-121-1/+5
* Ignore scroll command when msgstore is nilJelle Besseling2019-08-121-2/+2
* Let user edit arbitrary headers in composerDaniel Bridges2019-08-121-4/+32
* Implement next-message in msgview using accountJelle Besseling2019-08-071-19/+29
* Implement next-folder using NextPrev with amountJelle Besseling2019-08-071-6/+4
* ChangeFolder: do not depend on the msgstoreReto Brunner2019-08-021-6/+6
* Support configurable header layout in compose widgetDaniel Bridges2019-07-261-2/+2
* Implement :filter, :clearKevin Kuehler2019-07-193-9/+61
* commands: Don't crash when store is nilKevin Kuehler2019-07-151-0/+3
* Make :pipe command more genericDrew DeVault2019-07-051-42/+0
* Add IMAP folder tab completionGregory Mullen2019-07-041-1/+2
* Implement basic tab completion supportGregory Mullen2019-06-2911-36/+128
* Implement :search, :next-result, :prev-resultDrew DeVault2019-06-262-0/+95
* Insert nil check before handling prev/next messageMartin Hafskjold Thoresen2019-06-181-2/+8
* commands/msgview: Add next/prev commandsKevin Kuehler2019-06-111-2/+4
* Implement :mkdir commandDrew DeVault2019-06-091-0/+39
* widget: Add ProvidesMessage interfaceKevin Kuehler2019-06-025-370/+1
* Fix infinite recursion in reply.go:findPlaintextDrew DeVault2019-06-021-1/+1
* Fetch plaintext part when replyingDrew DeVault2019-06-011-6/+34
* Add :save and :pipe commands to viewerGalen Abell2019-05-271-37/+3