Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-30 | openfile to lib | Luke Smith | |
2022-04-20 | Revert "Hard link the file instead of copying" | Luke Smith | |
This reverts commit 95687867d1795299625e1e3dc5cdc412155de879. | |||
2022-04-09 | Force hard linking the file | Jakub Kaczor | |
It was forgotten to add `-f` (force) option for `ln` in 95687867d1795299625e1e3dc5cdc412155de879. This enables opening files with the same names, but different contents, with a new NeoMutt instance, after the previous is closed. | |||
2022-04-09 | Hard link the file instead of copying | Jakub Kaczor | |
In the latest neomutt release (2022-04-08), neomutt/neomutt/pull/3267 is merged. Neomutt doesn't overwrite files with zeros on closing anymore, just unlinks it. Therefore, instead of copying, files can be hard linked. | |||
2020-11-19 | attachment fix; documentation fixes | Luke Smith | |
2020-05-25 | minor tweaks | Luke Smith | |
2020-02-09 | muttimage replaced by openfile | Luke Smith | |
2019-11-24 | env bash | Luke Smith | |
2019-05-20 | portable openfile | Luke Smith | |
2019-05-01 | open files with mac | Luke Smith | |
2019-04-16 | even comments are bloat | Luke Smith | |
2019-02-21 | rewrite underway | Luke Smith | |