[Mew-dist 10185] Re: b50 で Summary が更新されない
Kazu Yamamoto ( 山本和彦 )
kazu at example.com
1999年 8月 18日 (水) 14:42:17 JST
> で、
> Assoc=+inbox=local;+inbox=pop/APOP:user at example.com
> と書いていて、問題がないのですが、
> Assoc=+inbox=local; \
> +inbox=pop/APOP:user at example.com
> と書くと、二宮さんと同じ症状になるようです。
以下のパッチを IM 122 に当てて試してもらえないでしょうか?
--かず
-------------- next part --------------
Index: imget.in
===================================================================
RCS file: /usr/home/kazu/cvsroot/Mew/im/imget.in,v
retrieving revision 1.48
diff -c -r1.48 imget.in
*** imget.in 1999/08/18 05:08:25 1.48
--- imget.in 1999/08/18 05:49:58
***************
*** 156,162 ****
my ($assoc, $msgs);
if ($opt_assoc ne '') {
foreach $assoc (split(';', $opt_assoc)) {
! if ($assoc =~ /(.+)=(.+)/) {
my ($dst, $src) = ($1, $2);
my $m = &get_sub($src, $dst, $opt_mode, $myinbox);
$msgs = $m if ($m > $msgs);
--- 156,162 ----
my ($assoc, $msgs);
if ($opt_assoc ne '') {
foreach $assoc (split(';', $opt_assoc)) {
! if ($assoc =~ /(\S+)\s*=\s*(\S+)/) {
my ($dst, $src) = ($1, $2);
my $m = &get_sub($src, $dst, $opt_mode, $myinbox);
$msgs = $m if ($m > $msgs);
Mew-dist メーリングリストの案内