Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix typo in the manpage for the /announce page. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
c1bce3f515ddc7ebf8d3734d842f406c |
User & Date: | drh 2018-06-27 17:02:20.872 |
Context
2018-06-28
| ||
17:22 | Fix the wording on the documentation of the /announce web page. ... (check-in: dfe0cf7e user: drh tags: trunk) | |
2018-06-27
| ||
19:15 | Begin the smtp.c module. Start with a routine to locate the hostname on which to contact the SMTP server for a domain. ... (check-in: 735af578 user: drh tags: smtp) | |
17:02 | Fix typo in the manpage for the /announce page. ... (check-in: c1bce3f5 user: drh tags: trunk) | |
13:09 | Fix typos in the "fossil help uv" page. ... (check-in: 1bc4b0a5 user: drh tags: trunk) | |
Changes
Changes to src/email.c.
︙ | ︙ | |||
2026 2027 2028 2029 2030 2031 2032 | } /* ** WEBPAGE: announce ** ** A web-form, available to users with the "Send-Announcement" or "A" | | | 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 | } /* ** WEBPAGE: announce ** ** A web-form, available to users with the "Send-Announcement" or "A" ** capability, that allows one to send an announcements to whomever ** has subscribed to them. The administrator can also send an announcement ** to the entire mailing list (including people who have elected to ** receive no announcements or notifications of any kind, or to ** individual email to anyone. */ void announce_page(void){ login_check_credentials(); |
︙ | ︙ |