Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FetchBodyPart doesn't need the parent body structure | Reto Brunner | 2020-05-17 | 1 | -1/+1 |
| | |||||
* | Try to open attachments with correct extension | Galen Abell | 2020-04-06 | 1 | -1/+13 |
| | | | | | | The temporary file created when opening an attachment is currently saved without an extension, which prevents matching on file ending with xdg-open. | ||||
* | Refactoring: remove store from PartInfo | Drew DeVault | 2020-03-09 | 1 | -1/+2 |
| | |||||
* | msgview/open: remove manual decoding | Reto Brunner | 2020-01-20 | 1 | -11/+0 |
| | |||||
* | FetchBodyParts: decode source in the workers | Reto Brunner | 2020-01-05 | 1 | -1/+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> | ||||
* | Make :pipe command more generic | Drew DeVault | 2019-07-05 | 1 | -1/+1 |
| | |||||
* | Use "open" instead of "xdg-open" on Darwin systems | Ben Burwell | 2019-07-04 | 1 | -3/+2 |
| | |||||
* | Implement basic tab completion support | Gregory Mullen | 2019-06-29 | 1 | -2/+12 |
| | | | | | Tab completion currently only works on commands. Contextual completion will be added in the future. | ||||
* | commands/msgview: add open command | Réouven Assouly | 2019-06-17 | 1 | -0/+61 |