Differences From Artifact [9484eff46b]:
- File src/backoffice.c — part of check-in [cfbbc53778] at 2018-08-30 21:19:35 on branch refactor-alerts — Change the name of the "email.c" source file into "alerts.c". Make corresponding changes to various interfaces. (user: drh size: 19597) [more...]
To Artifact [15b0eb0da4]:
- File src/backoffice.c — part of check-in [2931351893] at 2018-10-03 16:52:14 on branch trunk — Remove uncommonly used commands from the set of "common" commands in the "fossil help" listing. (user: drh size: 19598)
| ︙ | |||
522 523 524 525 526 527 528 | 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 | - + | /* Here is where the actual work of the backoffice happens */ alert_backoffice(0); smtp_cleanup(); } /* |
| ︙ |