bug-mailutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-mailutils] Is this a bug?


From: djh
Subject: [bug-mailutils] Is this a bug?
Date: Thu, 11 May 2006 17:05:20

Gnu Mailuitls Program name: folder


Example:
  $ /usr/local/bin/mu-mh/folder -fast -nocreate +inbox
  inbox
  $ echo $?
  0

That looks right. I do have a directory "inbox".

But, 
  $ /usr/local/bin/mu-mh/folder -fast -nocreate +mhe-index
  mhe-index
  folder: Cannot open context file /home/henman/mail/mhe-index/.mh_sequences: 
No such file or directory
  $ echo $?
  0

Shouldn't the return code be a non-zero value? 
Since I don't have a +mh-index directory in $MAIL as confirmed below:

  $ ls `mhparam Path`/mhe-index
  $ ls: /home/henman/mail/mhe-index: No such file or directory
  $ echo $?
  2

Regards,
  Darel Henman




reply via email to

[Prev in Thread] Current Thread [Next in Thread]