diff options
-rw-r--r-- | mail/ChangeLog | 1 | ||||
-rw-r--r-- | mail/mail-local.c | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index d346ca6e74..4c583db0c9 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -25,6 +25,7 @@ (cleanup_register_folder): Properly free the local_folder if the op failed. (free_local_folder): Unhook events also. + (d): Oops, left debug turned on. 2000-12-09 Christopher James Lahey <clahey@helixcode.com> diff --git a/mail/mail-local.c b/mail/mail-local.c index ad80f11e64..59fb39f769 100644 --- a/mail/mail-local.c +++ b/mail/mail-local.c @@ -52,7 +52,7 @@ #include "mail-threads.h" #include "folder-browser.h" -#define d(x) x +#define d(x) /* Local folder metainfo */ |