Commit 3d9e4a77 3d9e4a77ff853c388b30220d1ec0563c985af2e9 by Jakob Kaivo

imap4d/list.c changes

1 parent 4eef6173
1 2001-08-31 Jakob 'sparky' Kaivo <jkaivo@elijah.nodomainname.net>
2
3 * imap4d/list.c (list_file): don't show INBOX if virtual
4
1 2001-08-31 Sergey Poznyakoff 5 2001-08-31 Sergey Poznyakoff
2 6
3 * mailbix/mutil.c: Fixed declaration of _app_getpwnam. 7 * mailbix/mutil.c: Fixed declaration of _app_getpwnam.
...@@ -58,6 +62,7 @@ ...@@ -58,6 +62,7 @@
58 * mailbox/mutil.c: Use const appropriately in the definition 62 * mailbox/mutil.c: Use const appropriately in the definition
59 of mu_register_getpwnam() and mu_getpwnam(). Typo "struct password" 63 of mu_register_getpwnam() and mu_getpwnam(). Typo "struct password"
60 instead of "struct passwd". 64 instead of "struct passwd".
65 ======= end
61 66
62 2001-08-30 Sergey Poznyakoff 67 2001-08-30 Sergey Poznyakoff
63 68
......