about summary refs log tree commit diff
path: root/Completion/Unix/Command/_postfix
Commit message (Collapse)AuthorAgeFilesLines
* unposted: _postfix: Correct quoting in _call_program invocations.Daniel Shahaf2016-09-161-3/+3
| | | | | | | Fixes completion when the command name ('postconf') or the argument to the -c option ('/etc/postfix') are quoted on the command line, as in % postconf -c '/etc/postfix' ... <TAB>
* 39312 (tweaked): _postfix (postconf): Complete only applicable parameters ↵Daniel Shahaf2016-09-161-6/+28
| | | | | | for -X and -#. Unposted tweak: change the tag and description in the _describe call.
* unposted: _postfix_queue_id: Unbreak completion of short queue ids of ↵Daniel Shahaf2016-09-021-1/+1
| | | | held/active messages, broken in 39108.
* 39108 (tweaked): _postfix: Support $enable_long_queue_ids.Daniel Shahaf2016-08-301-1/+7
| | | | | | Note that this not only adds a second compadd invocation but also adds a space to the first compadd invocation, to prevent the start of a new-style queue id from matching as an old-style queue id.
* 39110: _postfix: Complete 'postconf'.Daniel Shahaf2016-08-301-1/+106
|
* 39107: _postfix: Complete 'postqueue'. Also minor tweaks to 'postsuper'.Daniel Shahaf2016-08-301-4/+14
|
* 39109: _postfix: Use mailq to obtain queue id's.Daniel Shahaf2016-08-301-1/+1
| | | | | 'mailq' is usually in */bin (as opposed to */sbin) and so is more likely to be in $PATH.
* * 20634: Completion/Unix/Command/_postfix: completion for postsuper.Clint Adams2004-12-241-0/+20