~ubuntu-branches/ubuntu/hardy/mailman/hardy-updates

« back to all changes in this revision

Viewing changes to Mailman/Gui/NonDigest.py

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-07-03 16:59:25 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060703165925-175ubna955u796c0
Tags: 0:2.1.8-1ubuntu1
* Merge to Debian; remaining Ubuntu changes:
  - debian/mailman.init: Create /var/{run,lock}/mailman.
  - debian/control: exim4 -> postfix.
* debian/control: Dependency fix: apache -> apache2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
#
13
13
# You should have received a copy of the GNU General Public License
14
14
# along with this program; if not, write to the Free Software
15
 
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
15
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
16
16
 
17
17
"""GUI component for managing the non-digest delivery options.
18
18
"""
134
134
             _('''Text appended to the bottom of every immediately-delivery
135
135
             message. ''') + headfoot + extra),
136
136
            ])
 
137
 
 
138
        info.extend([
 
139
            ('scrub_nondigest', mm_cfg.Toggle, (_('No'), _('Yes')), 0,
 
140
             _('Scrub attachments of regular delivery message?'),
 
141
             _('''When you scrub attachments, they are stored in archive
 
142
             area and links are made in the message so that the member can
 
143
             access via web browser. If you want the attachments totally
 
144
             disappear, you can use content filter options.''')),
 
145
            ])
137
146
        return info
138
147
 
139
148
    def _setValue(self, mlist, property, val, doc):