mirror of
https://git.nickiel.net/Nickiel/nicks_nextcloud_integrations.git
synced 2025-04-03 01:51:29 -07:00
reenabled email
This commit is contained in:
parent
adf11a891e
commit
e938f05909
1 changed files with 2 additions and 2 deletions
|
@ -195,8 +195,8 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
|
|||
|
||||
if do_email_summary {
|
||||
debug!("Send email selected");
|
||||
//reset_email_checkbox(&cfg);
|
||||
//send_email_summary(&cfg, body_content);
|
||||
reset_email_checkbox(&cfg);
|
||||
send_email_summary(&cfg, body_content);
|
||||
}
|
||||
|
||||
Ok(())
|
||||
|
|
Loading…
Add table
Reference in a new issue