about summary refs log tree commit diff stats
path: root/commands/account
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement :forwardDrew DeVault2019-05-251-31/+81
* Fix special characters in address.PersonalNameDrew DeVault2019-05-251-16/+24
* Flesh out multipart switcherDrew DeVault2019-05-201-2/+2
* pipe.go: let tab widget handle ellipsisDrew DeVault2019-05-201-2/+1
* Missed a spotDrew DeVault2019-05-191-0/+1
* Rename :delete-message et al to :delete et alDrew DeVault2019-05-194-2/+6
* Advance cursor after :delete and :moveDrew DeVault2019-05-192-0/+2
* Fix scdoc & gofmt issuesDrew DeVault2019-05-183-12/+7
* s/aerc2/aerc/gDrew DeVault2019-05-1712-15/+15
* Improve reply-all recipient enumeration strategyDrew DeVault2019-05-161-0/+16
* Decode email when reading it for quotingDrew DeVault2019-05-161-2/+25
* Don't prefix Re: if prefix already presentDrew DeVault2019-05-161-1/+6
* Implement :reply -q and :reply -aDrew DeVault2019-05-161-19/+61
* Implement (basic form) of :replyDrew DeVault2019-05-161-0/+83
* Copy sent emails to the Sent folderDrew DeVault2019-05-151-1/+2
* Implement move, mv commandsDrew DeVault2019-05-141-0/+38
* Implement :copy (aka :cp)Drew DeVault2019-05-142-1/+51
* Update tab name as subject changesDrew DeVault2019-05-142-9/+10
* Add $EDITOR, internal config for composeDrew DeVault2019-05-141-1/+1
* Populate "From" header from config for new emailsDrew DeVault2019-05-131-2/+2
* Add initial compose widgetDrew DeVault2019-05-121-0/+28
* "Press any key to close" for completed processesDrew DeVault2019-05-111-1/+4
* Fix segfault on :select-message for unloaded messagesTom Lebreux2019-04-171-0/+3
* Fix segfault on :view-message for unloaded messageTom Lebreux2019-04-101-0/+6