summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command/_postfix
AgeCommit message (Collapse)AuthorFilesLines
2016-09-16unposted: _postfix: Correct quoting in _call_program invocations.Daniel Shahaf1-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>
2016-09-1639312 (tweaked): _postfix (postconf): Complete only applicable parameters ↵Daniel Shahaf1-6/+28
for -X and -#. Unposted tweak: change the tag and description in the _describe call.
2016-09-02unposted: _postfix_queue_id: Unbreak completion of short queue ids of ↵Daniel Shahaf1-1/+1
held/active messages, broken in 39108.
2016-08-3039108 (tweaked): _postfix: Support $enable_long_queue_ids.Daniel Shahaf1-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.
2016-08-3039110: _postfix: Complete 'postconf'.Daniel Shahaf1-1/+106
2016-08-3039107: _postfix: Complete 'postqueue'. Also minor tweaks to 'postsuper'.Daniel Shahaf1-4/+14
2016-08-3039109: _postfix: Use mailq to obtain queue id's.Daniel Shahaf1-1/+1
'mailq' is usually in */bin (as opposed to */sbin) and so is more likely to be in $PATH.
2004-12-24 * 20634: Completion/Unix/Command/_postfix: completion for postsuper.Clint Adams1-0/+20