Updated
Showing
4 changed files
with
40 additions
and
5 deletions
1 | 2003-01-14 Wojciech Polak | 1 | 2003-01-15 Sergey Poznyakoff |
2 | |||
3 | * m4/db2.m4: Fixed version reference in the comment. | ||
4 | * mail/msgset.y: Added missing NLS markers. | ||
5 | * mailbox/mutil.c: Fixed indentation. | ||
6 | |||
7 | * mh/mh_whatnow.c: New file. | ||
8 | * mh/whatnow.c: New file. Source for whatnow utility. | ||
9 | * mh/Makefile.am: Removed unnecessary _SOURCE declarations. | ||
10 | Added new files and targets. | ||
11 | * mh/mh.h: Include argcv.h and getline.h | ||
12 | (struct mh_whatnow_env): New datatype. | ||
13 | (mh_spawnp, mh_whatnow): New functions. | ||
14 | |||
15 | * mh/mh_argp.c (mh_argp_parse): Fixed parsing order: global | ||
16 | profile arguments first, then the command line arguments. | ||
17 | * mh/mh_format.c: Added missing NLS markers. | ||
18 | (builtin_concat,builtin_printstr): New functions. | ||
19 | * mh/mh_init.c (mh_spawnp): New function. | ||
20 | * mh/repl.c: Almost finished. | ||
21 | * mh/mh_ctx.c: Shut compiler warnings. | ||
22 | * mh/TODO: Updated. | ||
23 | * mh/README: Updated. | ||
24 | * mh/.cvsignore: Updated. | ||
2 | 25 | ||
3 | * auth/tls.c (mu_init_tls_libs): gnutls_global_init() returns | 26 | * po/POTFILES.in: Added missing files. |
4 | zero on success, so reverse this state for 'tls_available' | ||
5 | variable. | ||
6 | 27 | ||
7 | 2003-01-14 Sergey Poznyakoff | 28 | 2003-01-14 Sergey Poznyakoff |
8 | 29 | ||
... | @@ -52,6 +73,9 @@ | ... | @@ -52,6 +73,9 @@ |
52 | 73 | ||
53 | 2003-01-14 Wojciech Polak | 74 | 2003-01-14 Wojciech Polak |
54 | 75 | ||
76 | * doc/rfc/Makefile.am: Added rfc2595.txt | ||
77 | * TODO: Updated. | ||
78 | |||
55 | * pop3d/pop3d.h (ERR_TLS_ACTIVE, TLS_ACTIVE): New defines. | 79 | * pop3d/pop3d.h (ERR_TLS_ACTIVE, TLS_ACTIVE): New defines. |
56 | * pop3d/pop3d.c: Added support for ERR_TLS_ACTIVE. | 80 | * pop3d/pop3d.c: Added support for ERR_TLS_ACTIVE. |
57 | * pop3d/stls.c: Likewise. | 81 | * pop3d/stls.c: Likewise. | ... | ... |
... | @@ -24,6 +24,12 @@ default formats for repl and comp, e.g.: | ... | @@ -24,6 +24,12 @@ default formats for repl and comp, e.g.: |
24 | Notice that this means that usual replcomps file will be ignoring | 24 | Notice that this means that usual replcomps file will be ignoring |
25 | --cc and --nocc options, unless it has been modified as shown above. | 25 | --cc and --nocc options, unless it has been modified as shown above. |
26 | 26 | ||
27 | ** Function concat | ||
28 | Appends whitespace + arg to str. | ||
29 | |||
30 | ** Function printstr | ||
31 | Prints the value of string register, prefixed by the given argument. | ||
32 | |||
27 | * rmm | 33 | * rmm |
28 | 34 | ||
29 | ** Different behaviour if one of the messages in the list does not exist. | 35 | ** Different behaviour if one of the messages in the list does not exist. | ... | ... |
... | @@ -19,7 +19,8 @@ State Nice Utility Comments | ... | @@ -19,7 +19,8 @@ State Nice Utility Comments |
19 | ------------------------------------------- | 19 | ------------------------------------------- |
20 | + -20 scan | 20 | + -20 scan |
21 | + -20 inc | 21 | + -20 inc |
22 | * -20 repl Only a framework is implemented | 22 | * -20 repl Does not actually send the message. |
23 | - -20 comp | ||
23 | - -20 forw | 24 | - -20 forw |
24 | - -20 send | 25 | - -20 send |
25 | * -20 refile --link | 26 | * -20 refile --link |
... | @@ -35,6 +36,7 @@ State Nice Utility Comments | ... | @@ -35,6 +36,7 @@ State Nice Utility Comments |
35 | - 10 burst | 36 | - 10 burst |
36 | - 10 whom | 37 | - 10 whom |
37 | + 10 mhpath | 38 | + 10 mhpath |
39 | * 10 whatnow push,refile,send. | ||
38 | - 20 sortm | 40 | - 20 sortm |
39 | 41 | ||
40 | Utilities In Alphabetical Order | 42 | Utilities In Alphabetical Order |
... | @@ -42,6 +44,7 @@ Utilities In Alphabetical Order | ... | @@ -42,6 +44,7 @@ Utilities In Alphabetical Order |
42 | 44 | ||
43 | anno | 45 | anno |
44 | burst | 46 | burst |
47 | comp | ||
45 | folder(s) | 48 | folder(s) |
46 | forw | 49 | forw |
47 | install-mh | 50 | install-mh |
... | @@ -56,4 +59,5 @@ rmf | ... | @@ -56,4 +59,5 @@ rmf |
56 | rmm | 59 | rmm |
57 | send | 60 | send |
58 | sortm | 61 | sortm |
62 | whatnow | ||
59 | whom | 63 | whom | ... | ... |
-
Please register or sign in to post a comment