aboutsummaryrefslogtreecommitdiff
path: root/bash/bash_completion.d/mail.bash
Commit message (Collapse)AuthorAgeFilesLines
* Overhaul Bash completion scriptsTom Ryder2018-12-021-2/+2
| | | | | | | | | | | Some general changes: * Apply case sensitivity switching in more contexts, using a dynamically loaded helper function * Use array counters for appending to COMPREPLY where possible * Lots more short-circuiting to limit structural depth These changes are expansive and there will definitely be bugs.
* Use full `if` condition for _text_filename sourceTom Ryder2018-12-011-4/+3
|
* Drop support for Bash <= 3.0Tom Ryder2018-11-301-5/+1
| | | | | | This allows removing a fair bit of boilerplate checking for the availability of `-o bashdefault` for the `complete` builtin, and greatly simplifies the minimum version check.
* Add mail(1)/mutt(1) abook address completionTom Ryder2017-02-121-0/+10