Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FetchBodyPart doesn't need the parent body structure | Reto Brunner | 2020-05-17 | 1 | -1/+1 |
| | |||||
* | store.FetchFull: Change callback type to expose entire message | Ben Fiedler | 2020-05-01 | 1 | -3/+4 |
| | | | | | This is a prerequisite for allowing the FetchFull message to return both the message content and the message headers. | ||||
* | gofmt fixes | Drew DeVault | 2020-04-24 | 1 | -1/+1 |
| | |||||
* | Use aerc.PushError where appropriate | Ben Fiedler | 2020-04-23 | 1 | -2/+1 |
| | | | | Forgot an unused import, to save you the hassle here is v2. | ||||
* | Refactoring: remove store from PartInfo | Drew DeVault | 2020-03-09 | 1 | -1/+2 |
| | |||||
* | FetchBodyParts: decode source in the workers | Reto Brunner | 2020-01-05 | 1 | -11/+1 |
| | | | | | | | Previously the workers returned a mixture of decoded / encoded parts. This lead to a whole bunch of issues. This commit changes the msgviewer and the commands to assume parts to already be decoded | ||||
* | all: purge redundant underscores | Wagner Riffel | 2019-09-04 | 1 | -3/+3 |
| | | | | Signed-off-by: Wagner Riffel <wgrriffel@gmail.com> | ||||
* | commands: Don't crash when store is nil | Kevin Kuehler | 2019-07-15 | 1 | -0/+3 |
| | | | | | | | On a slow network connection, running these commands without this guard will cause aerc to panic. Signed-off-by: Kevin Kuehler <keur@ocf.berkeley.edu> | ||||
* | Fix crashes when operating on empty folder (#216) | Daniel Bridges | 2019-07-10 | 1 | -1/+4 |
| | |||||
* | Fix :pipe -b actually writing to stdin | Drew DeVault | 2019-07-08 | 1 | -1/+9 |
| | |||||
* | Fix re-opening of expired pipe tabs | Drew DeVault | 2019-07-08 | 1 | -2/+6 |
| | |||||
* | :exec, :pipe: show exit status on completion | Drew DeVault | 2019-07-08 | 1 | -1/+2 |
| | |||||
* | Add :exec and :pipe -b(ackground) | Drew DeVault | 2019-07-08 | 1 | -17/+44 |
| | |||||
* | Make :pipe command more generic | Drew DeVault | 2019-07-05 | 1 | -0/+105 |