diff options
| author | bwarsaw | 1999-03-09 02:44:11 +0000 |
|---|---|---|
| committer | bwarsaw | 1999-03-09 02:44:11 +0000 |
| commit | 731f0c51f5cfab45072aa16660daa9e4d992de0b (patch) | |
| tree | 147696b0afdeee73bd4506984005f540138790e9 | |
| parent | 5f23158fae97ea4d23913c3dd83403f92ffc0fb2 (diff) | |
| download | mailman-731f0c51f5cfab45072aa16660daa9e4d992de0b.tar.gz mailman-731f0c51f5cfab45072aa16660daa9e4d992de0b.tar.zst mailman-731f0c51f5cfab45072aa16660daa9e4d992de0b.zip | |
Two changes: added a new replacement <MM-Case-Preserved-User> which
will contain the entire case-preserved message, if one exists.
Also, added some text explaining that if digests are turned off, one
last digest will be sent to the user.
Yeah, this means site admins will have to copy options.html into each
lists/<listname> during the upgrade.
| -rw-r--r-- | templates/options.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/templates/options.html b/templates/options.html index d6b16a747..cf19474b1 100644 --- a/templates/options.html +++ b/templates/options.html @@ -1,4 +1,4 @@ -<!-- $Revision: 1287 $ --> +<!-- $Revision: 1499 $ --> <html> <head> <title><MM-Presentable-User> Configuration for <MM-List-Name></title> @@ -16,6 +16,7 @@ <b><MM-Presentable-User></b>'s subscription status, password, and options for the <MM-List-Name> mailing list. +<MM-Case-Preserved-User> <MM-Disabled-Notice> @@ -111,9 +112,10 @@ Turn this on if you want mail to not be delivered to you for a little while.<br> <tr><TD BGCOLOR="#dcdcdc"> <strong> Set Digest Mode</strong> <br> If you turn digest mode on, you'll get posts bundled together once a -day, instead singly when they're sent.<br> +day, instead singly when they're sent. If digest mode is changed from +on to off, the current digest will be sent to you.<br> <MM-Undigest-Radio-Button> Off -<MM-Digest-Radio-Button> On <p> +<MM-Digest-Radio-Button> On<br> </td></tr> <tr><TD BGCOLOR="#dcdcdc"> <strong> Get MIME or Plain Text Digests?</strong> <br> |
