aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2013-07-19 14:33:57 -0700
committerMark Sapiro <mark@msapiro.net>2013-07-19 14:33:57 -0700
commit1beb49523f59142b215d75343fd797b582db77b6 (patch)
treeb722772d36df86b78ed4e95482ec788d7ac6dac1 /NEWS
parentdaa26bbc43c82c1b91cfb927f5430b94d11bb068 (diff)
downloadmailman2-1beb49523f59142b215d75343fd797b582db77b6.tar.gz
mailman2-1beb49523f59142b215d75343fd797b582db77b6.tar.xz
mailman2-1beb49523f59142b215d75343fd797b582db77b6.zip
Enable setting a default grouping/sorting for the admindb held message
summary via a DISPLAY_HELD_SUMMARY_SORT_BUTTONS setting.
Diffstat (limited to 'NEWS')
-rwxr-xr-xNEWS7
1 files changed, 4 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index c2e93b73..8b80e6bb 100755
--- a/NEWS
+++ b/NEWS
@@ -18,9 +18,10 @@ Here is a history of user visible changes to Mailman.
enabled by setting ALLOW_AUTHOR_IS_LIST to Yes in mm_cfg.py.
- There is a new DISPLAY_HELD_SUMMARY_SORT_BUTTONS setting which if set
- to Yes in mm_cfg.py will display a set of radio buttons in the admindb
- held message summary to select how the held messages are sorted and
- grouped for display.
+ in mm_cfg.py will display a set of radio buttons in the admindb held
+ message summary to select how the held messages are sorted and grouped
+ for display. The exact setting determines the default grouping and
+ sorting. See the description in Defaults.py for details.
- Setting digest_size_threshhold to zero now means no digests will be
sent based on size instead of a digest being sent with every post.