aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/pine.fish
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2007-01-16 11:18:28 +1000
committerGravatar axel <axel@liljencrantz.se>2007-01-16 11:18:28 +1000
commit34e27ff4c216e2d379afba19fed2761a684697d8 (patch)
treea1429d6c9796caf54c3f4d440e740a88e3aa76aa /share/completions/pine.fish
parent47588c8e75f56f6065a4eb6d4e3bccbad4fab14e (diff)
Drop use of the N_ no-op for translation descriptions. Instead, tell xgettext that any token following '--description' should be translated. This should greatly speed up completion loading on platforms where fork() is slow. (Hi, OS X)
darcs-hash:20070116011828-ac50b-fb923dc877869ded4d506bbe0bc5364eea44092f.gz
Diffstat (limited to 'share/completions/pine.fish')
-rw-r--r--share/completions/pine.fish34
1 files changed, 17 insertions, 17 deletions
diff --git a/share/completions/pine.fish b/share/completions/pine.fish
index 7405e34b..7664d377 100644
--- a/share/completions/pine.fish
+++ b/share/completions/pine.fish
@@ -1,19 +1,19 @@
-complete -c pine -s f -d (N_ "Open folder") -a "(cd ~/.Mail; ls -d *)"
-complete -c pine -s F -d (N_ "Open file") -r
-complete -c pine -s h -d (N_ "Display help and exit")
-complete -c pine -s i -d (N_ "Start in folder index")
-complete -c pine -s I -d (N_ "Initial set of keystrokes") -x
-complete -c pine -s k -d (N_ "Use function keys for commands")
-complete -c pine -s l -d (N_ "Expand collections in FOLDER LIST display")
-complete -c pine -s n -d (N_ "Start with specified current message number") -x
-complete -c pine -s o -d (N_ "Open folder read-only")
-complete -c pine -s p -d (N_ "Set configuration file") -r
-complete -c pine -s P -d (N_ "Set global configuration file")
-complete -c pine -s r -d (N_ "Restricted mode")
-complete -c pine -s z -d (N_ "Enable suspension support")
-complete -c pine -o conf -d (N_ "Produce a sample global configuration file")
-complete -c pine -o pinerc -d (N_ "Produce sample configuration file") -r
-complete -c pine -o sort -d (N_ "Set mail sort order") -a "
+complete -c pine -s f --description "Open folder" -a "(cd ~/.Mail; ls -d *)"
+complete -c pine -s F --description "Open file" -r
+complete -c pine -s h --description "Display help and exit"
+complete -c pine -s i --description "Start in folder index"
+complete -c pine -s I --description "Initial set of keystrokes" -x
+complete -c pine -s k --description "Use function keys for commands"
+complete -c pine -s l --description "Expand collections in FOLDER LIST display"
+complete -c pine -s n --description "Start with specified current message number" -x
+complete -c pine -s o --description "Open folder read-only"
+complete -c pine -s p --description "Set configuration file" -r
+complete -c pine -s P --description "Set global configuration file"
+complete -c pine -s r --description "Restricted mode"
+complete -c pine -s z --description "Enable suspension support"
+complete -c pine -o conf --description "Produce a sample global configuration file"
+complete -c pine -o pinerc --description "Produce sample configuration file" -r
+complete -c pine -o sort --description "Set mail sort order" -a "
arrival
subject
from
@@ -23,4 +23,4 @@ complete -c pine -o sort -d (N_ "Set mail sort order") -a "
reverse
"
-complete -c pine -o option -d (N_ "Config option") -x
+complete -c pine -o option --description "Config option" -x