Allow mutt completion to include local usernames.

This commit is contained in:
Steve Kemp 2008-05-06 20:35:34 +01:00
parent 177ebd4b8b
commit 23b64f38d9
2 changed files with 4 additions and 0 deletions

View File

@ -4820,6 +4820,8 @@ _muttaddr()
{
_muttaliases
_muttquery
cur=${COMP_WORDS[COMP_CWORD]}
COMPREPLY=( ${COMPREPLY[@]} $( compgen -u -- "$cur" ) )
return 0
}

2
debian/changelog vendored
View File

@ -22,6 +22,8 @@ bash-completion (20080501-1) UNRELEASED; urgency=low
(Closes: #474517)
* Allow tsocks completion.
(Closes: #409423)
* Update mutt completion to handle local usernames.
(Closes: #416655)
-- David Paleino <d.paleino@gmail.com> Thu, 01 May 2008 23:11:27 +0200