Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-09-16 | unposted: _postfix: Correct quoting in _call_program invocations. | Daniel Shahaf | 1 | -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-16 | 39312 (tweaked): _postfix (postconf): Complete only applicable parameters ↵ | Daniel Shahaf | 1 | -6/+28 | |
for -X and -#. Unposted tweak: change the tag and description in the _describe call. | |||||
2016-09-02 | unposted: _postfix_queue_id: Unbreak completion of short queue ids of ↵ | Daniel Shahaf | 1 | -1/+1 | |
held/active messages, broken in 39108. | |||||
2016-08-30 | 39108 (tweaked): _postfix: Support $enable_long_queue_ids. | Daniel Shahaf | 1 | -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-30 | 39110: _postfix: Complete 'postconf'. | Daniel Shahaf | 1 | -1/+106 | |
2016-08-30 | 39107: _postfix: Complete 'postqueue'. Also minor tweaks to 'postsuper'. | Daniel Shahaf | 1 | -4/+14 | |
2016-08-30 | 39109: _postfix: Use mailq to obtain queue id's. | Daniel Shahaf | 1 | -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 Adams | 1 | -0/+20 | |