Index: openacs-4/packages/acs-mail-lite/tcl/email-inbound-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-mail-lite/tcl/email-inbound-procs.tcl,v diff -u -r1.15.2.15 -r1.15.2.16 --- openacs-4/packages/acs-mail-lite/tcl/email-inbound-procs.tcl 23 Aug 2022 18:44:54 -0000 1.15.2.15 +++ openacs-4/packages/acs-mail-lite/tcl/email-inbound-procs.tcl 23 Aug 2022 19:10:37 -0000 1.15.2.16 @@ -1704,20 +1704,20 @@ ad_proc -private acs_mail_lite::inbound_cache_clear { } { - Clears table of all email uids for all history. - All unread input emails will be considered new and reprocessed. - To keep history, just temporarily forget it instead: - append a revision date to acs_mail_lite_email_src_ext_id_map.src_ext -

- If you are not sure if this will do what you want, try setting + + Clears table of all email uids for all history. All unread input + emails will be considered new and reprocessed. To keep history, + just temporarily forget it instead (delete it from + acs_mail_lite_email_uid_id_map). + +

If you are not sure if this will do what you want, try setting reprocess_old_p to '1'. @see acs_mail_lite::sched_parameters } { db_dml acs_mail_lite_email_uid_map_d { update acs_mail_lite_email_uid_id_map { delete from acs_mail_lite_email_uid_id_map - } } return 1