Allow mutt completion to include local usernames.
This commit is contained in:
parent
177ebd4b8b
commit
23b64f38d9
@ -4820,6 +4820,8 @@ _muttaddr()
|
|||||||
{
|
{
|
||||||
_muttaliases
|
_muttaliases
|
||||||
_muttquery
|
_muttquery
|
||||||
|
cur=${COMP_WORDS[COMP_CWORD]}
|
||||||
|
COMPREPLY=( ${COMPREPLY[@]} $( compgen -u -- "$cur" ) )
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -22,6 +22,8 @@ bash-completion (20080501-1) UNRELEASED; urgency=low
|
|||||||
(Closes: #474517)
|
(Closes: #474517)
|
||||||
* Allow tsocks completion.
|
* Allow tsocks completion.
|
||||||
(Closes: #409423)
|
(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
|
-- David Paleino <d.paleino@gmail.com> Thu, 01 May 2008 23:11:27 +0200
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user