Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FindFirstNonMultipart: return the proper path | Reto Brunner | 2021-03-07 | 1 | -1/+1 |
| | | | | There was a bug that lead to the wrong path being returned by the function. | ||||
* | Remove hard coded bodystruct path everywhere | Reto Brunner | 2020-07-27 | 1 | -0/+38 |
Aerc usually used the path []int{1} if it didn't know what the proper path is. However this only works for multipart messages and breaks if it isn't one. This patch removes all the hard coding and extracts the necessary helpers to lib. |