[dev] PATCH wrong attachment headers counted, display parts was counted ] I think this is another bug, wrong header counted
Michael M Slusarz
slusarz at horde.org
Fri Sep 16 19:45:47 UTC 2011
Quoting Tautvydas ?elvys <tautvydas.zelvys at ktu.lt>:
> Signed-off-by: Tautvydas ?elvys <tautvydas.zelvys at ktu.lt>
> ---
> imp/message.php | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/imp/message.php b/imp/message.php
> index 1a044e5..e7fa9cf 100644
> --- a/imp/message.php
> +++ b/imp/message.php
> @@ -666,7 +666,7 @@ if ($show_parts == 'atc') {
> $show_atc = true;
> }
>
> -if (count($inlineout['display_ids']) > 2) {
> +if (count($inlineout['atc_parts']) > 2) {
Fixed. This was due to an incomplete fix from commit
931488c10b54bfe39b8486ed8893bfcc55c496d3
michael
___________________________________
Michael Slusarz [slusarz at horde.org]
More information about the dev
mailing list