aboutsummaryrefslogtreecommitdiff
path: root/contrib/notmuch-mutt/Makefile
AgeCommit message (Collapse)Author
2020-03-22Make notmuch-mutt script more portableGreg Anders
The -D flag to install (used in the Makefile) is GNU-specific and does not work on BSD distributions (i.e. macOS). Likewise with the xargs -r flag. These changes use portable alternatives to these flags while preserving the exact behavior.
2018-09-18contrib/notmuch-mutt: add install targetDavid Bremner
The main goal here is to be able to install the notmuch-mutt script with an absolute shebang. I have tried to make the notmuch-mutt Makefile use configure information from notmuch if available, but make suitable guesses if not.
2012-03-30contrib: new mutt-notmuch utility for Mutt integrationStefano Zacchiroli