aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/mutt.fish
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2007-01-28 12:46:39 +1000
committerGravatar axel <axel@liljencrantz.se>2007-01-28 12:46:39 +1000
commitfcbdb6f2a7eb8008253ed77284e9d4e6f3c8f5cc (patch)
tree4e5dda7d0d3decd4fbb6b8ed2adc778e3f54ce1e /share/completions/mutt.fish
parenta537b018149056a2e6dd42f699872b9b3a01abf2 (diff)
Add command specific completions for mutt and sylpheed, written by Velko Hristov
darcs-hash:20070128024639-ac50b-484668bdfb13c4cd23e058224d14b8f6d52b04d0.gz
Diffstat (limited to 'share/completions/mutt.fish')
-rw-r--r--share/completions/mutt.fish26
1 files changed, 26 insertions, 0 deletions
diff --git a/share/completions/mutt.fish b/share/completions/mutt.fish
new file mode 100644
index 00000000..ab22ba6e
--- /dev/null
+++ b/share/completions/mutt.fish
@@ -0,0 +1,26 @@
+#completion for mutt
+
+complete -c mutt -s D --description 'Print the value of all configuration options to stdout'
+complete -c mutt -s h --description 'Display help'
+complete -c mutt -s n --description 'Bypass the system configuration file'
+complete -c mutt -s p --description 'Resume a postponed message'
+complete -c mutt -s R --description 'Open a mailbox in read-only mode'
+complete -c mutt -s v --description 'Display the Mutt version number and compile-time definitions'
+complete -c mutt -s x --description 'Emulate the mailx compose mode'
+complete -c mutt -s y --description 'Start Mutt with a listing of all mailboxes'
+complete -c mutt -s z --description 'When used with -f, causes Mutt not to start if there are no messages'
+complete -c mutt -s Z --description 'Open the first mailbox which contains new mail'
+
+complete -r -c mutt -s A --description 'An expanded version of the given alias is passed to stdout'
+complete -r -c mutt -s a --description 'Attach a file to your message using MIME'
+complete -r -c mutt -s b --description 'Specify a blind-carbon-copy (BCC) recipient'
+complete -r -c mutt -s c --description 'Specify a carbon-copy (CC) recipient'
+complete -r -c mutt -s e --description 'Run command after processing of initialization files'
+complete -r -c mutt -s f --description 'Specify which mailbox to load'
+complete -r -c mutt -s F --description 'Specify an initialization file to read instead of ~/.muttrc'
+complete -r -c mutt -s H --description 'Specify a draft file containing header and body for the message'
+complete -r -c mutt -s i --description 'Specify a file to include into the body of a message'
+complete -r -c mutt -s m --description 'Specify a default mailbox type'
+complete -r -c mutt -s Q --description 'Query a configuration variables value'
+complete -r -c mutt -s s --description 'Specify the subject of the message'
+