Commit 854237f2 854237f21b1c6b6862a34d5a392d38dbf1aa10bd by Sergey Poznyakoff

Updated

1 parent c104ecab
2003-01-14 Wojciech Polak
* auth/tls.c (mu_init_tls_libs): gnutls_global_init() returns
zero on success, so reverse this state for 'tls_available'
variable.
2003-01-15 Sergey Poznyakoff
* m4/db2.m4: Fixed version reference in the comment.
* mail/msgset.y: Added missing NLS markers.
* mailbox/mutil.c: Fixed indentation.
* mh/mh_whatnow.c: New file.
* mh/whatnow.c: New file. Source for whatnow utility.
* mh/Makefile.am: Removed unnecessary _SOURCE declarations.
Added new files and targets.
* mh/mh.h: Include argcv.h and getline.h
(struct mh_whatnow_env): New datatype.
(mh_spawnp, mh_whatnow): New functions.
* mh/mh_argp.c (mh_argp_parse): Fixed parsing order: global
profile arguments first, then the command line arguments.
* mh/mh_format.c: Added missing NLS markers.
(builtin_concat,builtin_printstr): New functions.
* mh/mh_init.c (mh_spawnp): New function.
* mh/repl.c: Almost finished.
* mh/mh_ctx.c: Shut compiler warnings.
* mh/TODO: Updated.
* mh/README: Updated.
* mh/.cvsignore: Updated.
* po/POTFILES.in: Added missing files.
2003-01-14 Sergey Poznyakoff
* m4/db2.m4: New file. Version-specific stuff for Berkeley DB.
......@@ -52,6 +73,9 @@
2003-01-14 Wojciech Polak
* doc/rfc/Makefile.am: Added rfc2595.txt
* TODO: Updated.
* pop3d/pop3d.h (ERR_TLS_ACTIVE, TLS_ACTIVE): New defines.
* pop3d/pop3d.c: Added support for ERR_TLS_ACTIVE.
* pop3d/stls.c: Likewise.
......
......@@ -12,5 +12,6 @@ mhpath
folder
fmtcheck
repl
whatnow
*.output
.gdbinit
......
......@@ -24,6 +24,12 @@ default formats for repl and comp, e.g.:
Notice that this means that usual replcomps file will be ignoring
--cc and --nocc options, unless it has been modified as shown above.
** Function concat
Appends whitespace + arg to str.
** Function printstr
Prints the value of string register, prefixed by the given argument.
* rmm
** Different behaviour if one of the messages in the list does not exist.
......
......@@ -19,7 +19,8 @@ State Nice Utility Comments
-------------------------------------------
+ -20 scan
+ -20 inc
* -20 repl Only a framework is implemented
* -20 repl Does not actually send the message.
- -20 comp
- -20 forw
- -20 send
* -20 refile --link
......@@ -35,6 +36,7 @@ State Nice Utility Comments
- 10 burst
- 10 whom
+ 10 mhpath
* 10 whatnow push,refile,send.
- 20 sortm
Utilities In Alphabetical Order
......@@ -42,6 +44,7 @@ Utilities In Alphabetical Order
anno
burst
comp
folder(s)
forw
install-mh
......@@ -56,4 +59,5 @@ rmf
rmm
send
sortm
whatnow
whom
......