diff options
author | Dan Winship <danw@src.gnome.org> | 2001-02-15 07:30:10 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-02-15 07:30:10 +0800 |
commit | b0ade8cb328e8948c090f2a1bf269405f6924538 (patch) | |
tree | 89761d415c549787ea6a0ae818c9a5952628882e /mail/ChangeLog | |
parent | 43449a554fb7762c0775f5328a74f760537c3d32 (diff) | |
download | gsoc2013-evolution-b0ade8cb328e8948c090f2a1bf269405f6924538.tar gsoc2013-evolution-b0ade8cb328e8948c090f2a1bf269405f6924538.tar.gz gsoc2013-evolution-b0ade8cb328e8948c090f2a1bf269405f6924538.tar.bz2 gsoc2013-evolution-b0ade8cb328e8948c090f2a1bf269405f6924538.tar.lz gsoc2013-evolution-b0ade8cb328e8948c090f2a1bf269405f6924538.tar.xz gsoc2013-evolution-b0ade8cb328e8948c090f2a1bf269405f6924538.tar.zst gsoc2013-evolution-b0ade8cb328e8948c090f2a1bf269405f6924538.zip |
Rewrite explanatory comments to use normal regexps rather than procmail
* mail-mlist-magic.c: Rewrite explanatory comments to use normal
regexps rather than procmail weirdness.
(check_sender): match "foo-owner" as well as "owner-foo".
(check_list_post): (New) Check for "List-Post: <mailto:..."
(mail_mlist_magic_detect_list): Iterate through an array of
function pointers rather than calling each checker explicitly.
svn path=/trunk/; revision=8236
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 8fd9089b64..85fdac7747 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,12 @@ 2001-02-14 Dan Winship <danw@ximian.com> + * mail-mlist-magic.c: Rewrite explanatory comments to use normal + regexps rather than procmail weirdness. + (check_sender): match "foo-owner" as well as "owner-foo". + (check_list_post): (New) Check for "List-Post: <mailto:..." + (mail_mlist_magic_detect_list): Iterate through an array of + function pointers rather than calling each checker explicitly. + * component-factory.c (add_storage): Connect to the "create_folder" signal on the storage. (storage_create_folder): Do folder creation. |