Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 288368 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +11 lines)
Line  Link Here
0
-- base
0
++ base
Lines 4538-4545 Link Here
4538
4538
4539
_muttfiledir()
4539
_muttfiledir()
4540
{
4540
{
4541
	local cur folder spoolfile
4541
	local cur prev folder spoolfile
4542
	cur=`_get_cword`
4542
	cur=`_get_cword`
4543
	prev=${COMP_WORDS[COMP_CWORD-1]}
4544
	if [[ $prev == = ]]; then
4545
		cur=${COMP_WORDS[COMP_CWORD-1]}${COMP_WORDS[COMP_CWORD]}
4546
		prev=${COMP_WORDS[COMP_CWORD-2]}
4547
	fi
4543
4548
4544
	# This is currently not working so well. Perhaps this function should
4549
	# This is currently not working so well. Perhaps this function should
4545
	# just call _filedir() for the moment.
4550
	# just call _filedir() for the moment.
Lines 4566-4571 Link Here
4566
	local cur prev
4571
	local cur prev
4567
	cur=`_get_cword`
4572
	cur=`_get_cword`
4568
	prev=${COMP_WORDS[COMP_CWORD-1]}
4573
	prev=${COMP_WORDS[COMP_CWORD-1]}
4574
	if [[ $prev == = ]]; then
4575
		cur=${COMP_WORDS[COMP_CWORD-1]}${COMP_WORDS[COMP_CWORD]}
4576
		prev=${COMP_WORDS[COMP_CWORD-2]}
4577
	fi
4569
4578
4570
	COMPREPLY=()
4579
	COMPREPLY=()
4571
4580

Return to bug 288368