From f53c8c7e8dd23a6ac4c23c6c190d9435f135e0db Mon Sep 17 00:00:00 2001 From: epg <> Date: Fri, 2 Sep 2005 22:45:28 +0000 Subject: [PATCH] XXX the stupid pop() in filter_mail --- minc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/minc b/minc index 6837e19..f945781 100755 --- a/minc +++ b/minc @@ -586,6 +586,8 @@ sub filter_mail { print(' ' x $COLUMNS); printf("\r\%-${nf}s \%${nm}d \%-${nF}s \%s\n", substr($mhfolder, 0, $nf), substr($msgnum, 0, $nm), + # XXX shouldn't pop, as these are about to be + # passed to post_store_hooks substr(pop(@{$headers{'from'}}), 0, $nF), substr(pop(@{$headers{'subject'}}), 0, $ns)) } -- 2.48.1