aboutsummaryrefslogtreecommitdiff
path: root/notmuch-completion.bash
AgeCommit message (Collapse)Author
2009-11-20bash-completion: Move to contribIngmar Vanhassel
Signed-off-by: Ingmar Vanhassel <ingmar@exherbo.org>
2009-11-20Revert inadvertently committed code.Carl Worth
This was accidentally included with commit: ddac17343a30976cae82c9f57419c063e1585cc0 (It was a dirty chunk in my directory that I accidentally amended into the submitted patch.)
2009-11-19Put $(LDFLAGS) after the list of object files.Peter Wang
Some linkers on some systems are particularly picky about the order of arguments in order to properly linkt. So this fixes failures on some systems.
2009-11-19bash-completion: Complete options for notmuch searchIngmar Vanhassel
2009-11-19bash-completion: Localize variables, use more consistent variable namesIngmar Vanhassel
2009-11-19bash-completion: Whitespace fixIngmar Vanhassel
Signed-off-by: Ingmar Vanhassel <ingmar@exherbo.org>
2009-11-19bash-completion: Bash has & should use [[ == ]]Ingmar Vanhassel
Signed-off-by: Ingmar Vanhassel <ingmar@exherbo.org>
2009-11-18TypsosIngmar Vanhassel
2009-11-18notmuch-completion.bash: Update for new commands and help.Carl Worth
Would be nice to add the options for "notmuch search" too.
2009-10-24Add bash-completion script for notmuch.Carl Worth
It's not much of a script, (we don't have that many commands after all), but it's the kind of thing that's nice to have and gives the tool a slightly more polished feel.