summaryrefslogtreecommitdiff
path: root/bin/openfile
AgeCommit message (Collapse)Author
2022-04-30openfile to libLuke Smith
2022-04-20Revert "Hard link the file instead of copying"Luke Smith
This reverts commit 95687867d1795299625e1e3dc5cdc412155de879.
2022-04-09Force hard linking the fileJakub 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-09Hard link the file instead of copyingJakub 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-19attachment fix; documentation fixesLuke Smith
2020-05-25minor tweaksLuke Smith
2020-02-09muttimage replaced by openfileLuke Smith
2019-11-24env bashLuke Smith
2019-05-20portable openfileLuke Smith
2019-05-01open files with macLuke Smith
2019-04-16even comments are bloatLuke Smith
2019-02-21rewrite underwayLuke Smith