Commit 891c1201 891c12013fdb6c34f4e57be9888cea09b40d9c65 by Sergey Poznyakoff

Updated

1 parent 04f77458
Showing 1 changed file with 15 additions and 0 deletions
2002-04-19 Sergey Poznyakoff
* guimb/scm/sieve.scm (sieve-parse-command): Bugfix: must always
return a list whose car is the token type.
New command line options: --debug and --lib-dir
* guimb/scm/mimeheader.scm: (new) Implements "mimeheader"
extension test. The test is similar to "header" but works
on multipart MIME messages also.
* guimb/scm/Makefile.am: Added mimeheader.scm
* libmu_scm/mu_message.c: New interfaces: mu-message-multipart?,
mu-message-get-num-parts, mu-message-get-part
* libmu_scm/mu_port.c (mu_port_mark): Do nothing if the port
is not in open state.
2002-04-15 Sam Roberts
* doc/texinfo/programs.texi, include/mailutils/mutil.h,
......