From e1a84ab1733c78fce8afeef8f022122988fc8a10 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Tue, 6 Apr 2010 10:48:21 -0700 Subject: [PATCH] Rename the "contrib" directory to "completion". The original "contrib" name is lousy. Everything in notmuch has been contributed, and we are integrating as much of it as possible, (rather than making users grub through contrib looking for useful pieces to install). Meanwhile, the only things we have in contrib are command-line completion scripts, so "completion" makes more sense as a name, (and helps make "./configure" slightly less ambiguous). --- completion/README | 10 ++++++++++ {contrib => completion}/notmuch-completion.bash | 0 {contrib => completion}/notmuch-completion.tcsh | 0 {contrib => completion}/notmuch-completion.zsh | 0 4 files changed, 10 insertions(+) create mode 100644 completion/README rename {contrib => completion}/notmuch-completion.bash (100%) rename {contrib => completion}/notmuch-completion.tcsh (100%) rename {contrib => completion}/notmuch-completion.zsh (100%) diff --git a/completion/README b/completion/README new file mode 100644 index 00000000..40a30e5f --- /dev/null +++ b/completion/README @@ -0,0 +1,10 @@ +notmuch completion + +This directory contains support for various shells to automatically +complete partially entered notmuch command lines. + +notmuch-completion.bash Command-line completion for the bash shell + +notmuch-completion.tcsh Command-line completion for the tcsh shell + +notmuch-completion.zsh Command-line completion for the zsh shell diff --git a/contrib/notmuch-completion.bash b/completion/notmuch-completion.bash similarity index 100% rename from contrib/notmuch-completion.bash rename to completion/notmuch-completion.bash diff --git a/contrib/notmuch-completion.tcsh b/completion/notmuch-completion.tcsh similarity index 100% rename from contrib/notmuch-completion.tcsh rename to completion/notmuch-completion.tcsh diff --git a/contrib/notmuch-completion.zsh b/completion/notmuch-completion.zsh similarity index 100% rename from contrib/notmuch-completion.zsh rename to completion/notmuch-completion.zsh -- 2.43.0