------------------------------------------------------------
revno: 1569
fixes bug: https://launchpad.net/bugs/1476298
committer: Mark Sapiro <m...@msapiro.net>
branch nick: 2.1
timestamp: Mon 2015-07-20 19:56:40 -0700
message:
  Don't show digest options on user's options page for non-digestable lists.
modified:
  Mailman/Cgi/options.py
  NEWS
  templates/ar/options.html
  templates/ast/options.html
  templates/ca/options.html
  templates/cs/options.html
  templates/da/options.html
  templates/de/options.html
  templates/el/options.html
  templates/en/options.html
  templates/es/options.html
  templates/et/options.html
  templates/eu/options.html
  templates/fa/options.html
  templates/fi/options.html
  templates/fr/options.html
  templates/gl/options.html
  templates/he/options.html
  templates/hr/options.html
  templates/hu/options.html
  templates/ia/options.html
  templates/it/options.html
  templates/ja/options.html
  templates/ko/options.html
  templates/lt/options.html
  templates/nl/options.html
  templates/no/options.html
  templates/pl/options.html
  templates/pt/options.html
  templates/pt_BR/options.html
  templates/ro/options.html
  templates/ru/options.html
  templates/sk/options.html
  templates/sl/options.html
  templates/sr/options.html
  templates/sv/options.html
  templates/tr/options.html
  templates/uk/options.html
  templates/vi/options.html
  templates/zh_CN/options.html
  templates/zh_TW/options.html


--
lp:mailman/2.1
https://code.launchpad.net/~mailman-coders/mailman/2.1

Your team Mailman Checkins is subscribed to branch lp:mailman/2.1.
To unsubscribe from this branch go to 
https://code.launchpad.net/~mailman-coders/mailman/2.1/+edit-subscription
=== modified file 'Mailman/Cgi/options.py'
--- Mailman/Cgi/options.py	2015-06-23 13:40:09 +0000
+++ Mailman/Cgi/options.py	2015-07-21 02:56:40 +0000
@@ -17,6 +17,7 @@
 
 """Produce and handle the member options."""
 
+import re
 import sys
 import os
 import cgi
@@ -873,8 +874,14 @@
     else:
         replacements['<mm-case-preserved-user>'] = ''
 
-    doc.AddItem(mlist.ParseTags('options.html', replacements, userlang))
-
+    page_text = mlist.ParseTags('options.html', replacements, userlang)
+    if not (mlist.digestable or mlist.getMemberOption(user, mm_cfg.Digests)):
+        page_text = re.sub(
+            '<!--Start-Digests-Delete-->.*<!--End-Digests-Delete-->',
+            '',
+            page_text,
+            flags=re.MULTILINE|re.DOTALL)
+    doc.AddItem(page_text)
 
 
 def loginpage(mlist, doc, user, lang):

=== modified file 'NEWS'
--- NEWS	2015-06-23 19:53:50 +0000
+++ NEWS	2015-07-21 02:56:40 +0000
@@ -14,6 +14,10 @@
 
   Bug fixes and other patches
 
+    - If a list is not digestable an the user is not currently set to
+      receive digests, the digest options will not be shown on the user's
+      options page.  (LP: #1476298)
+
     - Improved identification of remote clients for logging and subscribe
       form checking in cases where access is via a proxy server.  Thanks to
       Jim Popovitch.

=== modified file 'templates/ar/options.html'
--- templates/ar/options.html	2009-12-14 22:41:45 +0000
+++ templates/ar/options.html	2015-07-21 02:56:40 +0000
@@ -166,6 +166,7 @@
         <mm-global-deliver-button><i>حدد بشكل عام</i>
         </td></tr>
 
+<!--Start-Digests-Delete-->
     <tr><TD BGCOLOR="#cccccc">
         <strong>حدد نظام الدفعات</strong><p>
         إذا فعلت نظام الدفعات ستحصل على الإرسالات بشكل مجموعات 
@@ -187,6 +188,7 @@
         <MM-Plain-Digests-Button>نص عادي<p>
         <mm-global-mime-button><i>حدد بشكل عام</i>
         </td></tr>
+<!--End-Digests-Delete-->
         
     <tr><TD BGCOLOR="#cccccc">
         <strong>هل تريد الحصول على إستلام إرسالاتك الخاصة إلى القائمة؟</strong><p>

=== modified file 'templates/ast/options.html'
--- templates/ast/options.html	2013-09-15 04:10:27 +0000
+++ templates/ast/options.html	2015-07-21 02:56:40 +0000
@@ -153,6 +153,7 @@
         <mm-global-deliver-button><i>Aplicar globalmente</i>
     </td></tr>
 
+<!--Start-Digests-Delete-->
     <tr><td bgcolor="#cccccc">
         <strong>Activar mou Digest</strong><p>
         Si habilites el mou digest, recibir&aacute;s diariamente los mensaxes unviados a la llista recopilaos n&uacute;n &uacute;nicu mensax,
@@ -172,6 +173,7 @@
         <MM-Plain-Digests-Button>Texto plano<p>
         <mm-global-mime-button><i>Aplicar globalmente</i>
         </td></tr>
+<!--End-Digests-Delete-->
         
     <tr><td bgcolor="#cccccc">
         <strong>&iquest;Quies recibir los mensaxes que t&uacute; mesmu unv&iacute;es a esta llista?</strong><p>

=== modified file 'templates/ca/options.html'
--- templates/ca/options.html	2008-06-21 11:06:42 +0000
+++ templates/ca/options.html	2015-07-21 02:56:40 +0000
@@ -173,6 +173,7 @@
         <mm-global-deliver-button><i>Canvi global</i></p>
         </td></tr>
 
+<!--Start-Digests-Delete-->
     <tr><TD BGCOLOR="#cccccc">
         <strong>Activaci&oacute; del mode de compilaci&oacute;</strong><p> 
         Si activeu el mode de compilaci&oacute;, rebreu tots els
@@ -197,6 +198,7 @@
         <MM-Plain-Digests-Button>Text pla<p>
         <mm-global-mime-button><i>Canvi global</i>
         </td></tr>
+<!--End-Digests-Delete-->
         
     <tr><TD BGCOLOR="#cccccc">
         <strong>Voleu rebre els vostres propis missatges a la llista?</strong><p>

=== modified file 'templates/cs/options.html'
--- templates/cs/options.html	2007-03-23 11:24:28 +0000
+++ templates/cs/options.html	2015-07-21 02:56:40 +0000
@@ -161,6 +161,7 @@
         <mm-global-deliver-button><i>Nastavit globln</i>
         </td></tr>
 
+<!--Start-Digests-Delete-->
     <tr><TD BGCOLOR="#cccccc">
         <strong>Zapnut digest reimu</strong><p>
 Pokud je zapnut digest reim dostanete vechny pspvky v jednom dopise
@@ -181,6 +182,7 @@
         <MM-Plain-Digests-Button>ist text<p>
         <mm-global-mime-button><i>Nastavit globln</i>
         </td></tr>
+<!--End-Digests-Delete-->
         
     <tr><TD BGCOLOR="#cccccc">
         <strong>Pejete si dostvat pspvky, kter jste sami zaslali do

=== modified file 'templates/da/options.html'
--- templates/da/options.html	2004-11-12 00:09:48 +0000
+++ templates/da/options.html	2015-07-21 02:56:40 +0000
@@ -166,6 +166,7 @@
         <mm-global-deliver-button><i>Brug p&aring; alle</i>
         </td></tr>
 
+<!--Start-Digests-Delete-->
     <tr><TD BGCOLOR="#cccccc">
         <strong>Sammendrag-modus</strong><p>
 	V&aelig;lger du sammendrag-modus, vil du med j&aelig;vne mellemrum (normalt en gang om dagen,
@@ -189,6 +190,7 @@
         <MM-Plain-Digests-Button>Ren tekst<p>
         <mm-global-mime-button><i>Brug p&aring; alle</i>
         </td></tr>
+<!--End-Digests-Delete-->
 
     <tr><TD BGCOLOR="#cccccc">
         <strong>Modtag dine egne meddelelser til listen?</strong><p>

=== modified file 'templates/de/options.html'
--- templates/de/options.html	2012-06-20 23:32:30 +0000
+++ templates/de/options.html	2015-07-21 02:56:40 +0000
@@ -168,6 +168,7 @@
         <mm-global-deliver-button><i>Global &auml;ndern</i>
         </td></tr>
 
+<!--Start-Digests-Delete-->
     <tr><TD BGCOLOR="#cccccc">
         <strong>Zusammenfassungs Modus</strong><p>
         Wenn Sie den Zusammenfassungs Modus aktivieren, erhalten Sie die
@@ -190,6 +191,7 @@
         <MM-Plain-Digests-Button>Plain Text<p>
         <mm-global-mime-button><i>Global &auml;ndern</i>
         </td></tr>
+<!--End-Digests-Delete-->
         
     <tr><TD BGCOLOR="#cccccc">
         <strong>Wollen Sie Ihre eigenen Nachrichten &uuml;ber die Liste zur&uuml;ckerhalten?</strong><p>

=== modified file 'templates/el/options.html'
--- templates/el/options.html	2012-06-20 23:32:30 +0000
+++ templates/el/options.html	2015-07-21 02:56:40 +0000
@@ -173,6 +173,7 @@
         <mm-global-deliver-button><i> </i>
         </td></tr>
 
+<!--Start-Digests-Delete-->
     <tr><TD BGCOLOR="#cccccc">
         <strong> </strong><p>
            ,      
@@ -197,6 +198,7 @@
         <MM-Plain-Digests-Button> <p>
         <mm-global-mime-button><i> </i>
         </td></tr>
+<!--End-Digests-Delete-->
         
     <tr><TD BGCOLOR="#cccccc">
         <strong>      ;</strong><p>

=== modified file 'templates/en/options.html'
--- templates/en/options.html	2004-11-13 23:57:05 +0000
+++ templates/en/options.html	2015-07-21 02:56:40 +0000
@@ -174,6 +174,7 @@
         <mm-global-deliver-button><i>Set globally</i>
         </td></tr>
 
+<!--Start-Digests-Delete-->
     <tr><TD BGCOLOR="#cccccc">
         <strong>Set Digest Mode</strong><p>
         If you turn digest mode on, you'll get posts bundled together
@@ -195,6 +196,7 @@
         <MM-Plain-Digests-Button>Plain Text<p>
         <mm-global-mime-button><i>Set globally</i>
         </td></tr>
+<!--End-Digests-Delete-->
         
     <tr><TD BGCOLOR="#cccccc">
         <strong>Receive your own posts to the list?</strong><p>

=== modified file 'templates/es/options.html'
--- templates/es/options.html	2008-06-07 12:41:42 +0000
+++ templates/es/options.html	2015-07-21 02:56:40 +0000
@@ -179,6 +179,7 @@
         <mm-global-deliver-button><i>Aplicar globalmente</i>
         </td></tr>
 
+<!--Start-Digests-Delete-->
     <tr><TD BGCOLOR="#cccccc">
         <strong>Activar modo Digest</strong><p>
         Si habilita el modo digest, recibir&aacute; diariamente los mensajes
@@ -202,6 +203,7 @@
         <MM-Plain-Digests-Button>Texto plano<p>
         <mm-global-mime-button><i>Aplicar globalmente</i>
         </td></tr>
+<!--End-Digests-Delete-->
         
     <tr><TD BGCOLOR="#cccccc">
         <strong>&iquest;Quiere recibir los mensajes que usted mismo 

=== modified file 'templates/et/options.html'
--- templates/et/options.html	2004-11-03 21:46:58 +0000
+++ templates/et/options.html	2015-07-21 02:56:40 +0000
@@ -171,6 +171,7 @@
         <mm-global-deliver-button><i>rakenda kigile</i>
         </td></tr>
 
+<!--Start-Digests-Delete-->
     <tr><TD BGCOLOR="#cccccc">
         <strong>Kirjade kttetoimetusviis</strong><p>
 	Kui soovid listi kirju saada kokkuvtetena (tavaliselt
@@ -189,6 +190,7 @@
         <MM-Mime-Digests-Button>MIME<br>
         <MM-Plain-Digests-Button>Lihttekst
         </td></tr>
+<!--End-Digests-Delete-->
         
     <tr><TD BGCOLOR="#cccccc">
         <strong>Oma kirjad lbi listi?</strong><p>

=== modified file 'templates/eu/options.html'
--- templates/eu/options.html	2003-12-01 16:07:41 +0000
+++ templates/eu/options.html	2015-07-21 02:56:40 +0000
@@ -169,6 +169,7 @@
         <mm-global-deliver-button><i>Denak Batera</i>
         </td></tr>
 
+<!--Start-Digests-Delete-->
     <tr><TD BGCOLOR="#cccccc">
         <strong>Bildumen Aukera Gaitu</strong><p>
         Aukera hau gaitzen baduzu, mezuak banan banan jaso beharrean, 
@@ -191,6 +192,7 @@
         <MM-Plain-Digests-Button>Testu Hutsa<p>
         <mm-global-mime-button><i>Denak Batera</i>
         </td></tr>
+<!--End-Digests-Delete-->
         
     <tr><TD BGCOLOR="#cccccc">
         <strong>Norbere mezuak ere jaso?</strong><p>

=== modified file 'templates/fa/options.html'
--- templates/fa/options.html	2013-07-18 22:14:15 +0000
+++ templates/fa/options.html	2015-07-21 02:56:40 +0000
@@ -149,6 +149,7 @@
         <mm-global-deliver-button><i>تغییر سراسری </i>
         </td></tr>
 
+<!--Start-Digests-Delete-->
     <tr><TD BGCOLOR="#cccccc">
         <strong>تنظیم حالت یک‌جا </strong><p>
         اگر حالت یک‌جا را فعال کنید، پیام‌ها به صورت دسته جمعی در یک رایانامه به دست‌تان می رسد.(معمولاً یک بار در روز، ولی احتمالا در لیست های شلوغ، از این هم بیشتر), ولی دیگر رایانامه‌ها به صورت تک‌تک به محض فرستاده شدن هر پیام برایتان نمی‌آید. اگر حالت تحویل یک‌جا را از روشن به خاموش تغییر دهید، ممکن است یک رایانامه‌ی یک‌جای دیگر نیز به عنوان آخرین دریافت کنید.
@@ -165,6 +166,7 @@
         <MM-Plain-Digests-Button> متن ساده <p>
         <mm-global-mime-button><i>تغییر سراسری</i>
         </td></tr>
+<!--End-Digests-Delete-->
         
     <tr><TD BGCOLOR="#cccccc">
         <strong>دریافت پیام‌های خودتان به فهرست </strong><p>

=== modified file 'templates/fi/options.html'
--- templates/fi/options.html	2010-07-02 19:44:13 +0000
+++ templates/fi/options.html	2015-07-21 02:56:40 +0000
@@ -171,6 +171,7 @@
         <mm-global-deliver-button><i>Muuta kaikkiin</i>
         </td></tr>
 
+<!--Start-Digests-Delete-->
     <tr><TD BGCOLOR="#cccccc">
         <strong>Koontitilan asetus</strong><p>
         Jos asetat koontitilan plle,
@@ -191,6 +192,7 @@
         <MM-Mime-Digests-Button>MIME<br>
         <MM-Plain-Digests-Button>Teksti
         </td></tr>
+<!--End-Digests-Delete-->
         
     <tr><TD BGCOLOR="#cccccc">
         <strong>Haluatko saada listalle lhettmsi postit itse?</strong><p>

=== modified file 'templates/fr/options.html'
--- templates/fr/options.html	2003-09-26 03:36:56 +0000
+++ templates/fr/options.html	2015-07-21 02:56:40 +0000
@@ -199,6 +199,7 @@
 <mm-global-deliver-button><i>Param&egrave;tre global</i>      
 </td></tr>
 
+<!--Start-Digests-Delete-->
 <tr><td bgcolor="#cccccc">  
 <strong> Activer le mode Group&eacute; ?</strong><p>  
 Si vous activez le mode group&eacute;, vous recevrez les messages 
@@ -222,6 +223,7 @@
 <MM-Plain-Digests-Button>Texte brut <p> 
 <mm-global-mime-button><i>Param&egrave;tre global</i>
 </td></tr>
+<!--End-Digests-Delete-->
 
 <tr><td bgcolor="#cccccc">  
 <strong>Recevez les messages que vous envoyez &agrave; la liste ?</strong><p>  

=== modified file 'templates/gl/options.html'
--- templates/gl/options.html	2008-02-14 17:08:11 +0000
+++ templates/gl/options.html	2015-07-21 02:56:40 +0000
@@ -201,6 +201,7 @@
         <mm-global-deliver-button><i>Aplicar globalmente</i>
         </td></tr>
 
+<!--Start-Digests-Delete-->
     <tr><TD BGCOLOR="#cccccc">
         <strong>Activar o modo de compilaci&oacute;n</strong>
         <p>
@@ -227,6 +228,7 @@
         <MM-Plain-Digests-Button>Texto plano<p>
         <mm-global-mime-button><i>Aplicar globalmente</i>
         </td></tr>
+<!--End-Digests-Delete-->
         
     <tr>
     <TD BGCOLOR="#cccccc">

=== modified file 'templates/he/options.html'
--- templates/he/options.html	2007-11-18 21:25:16 +0000
+++ templates/he/options.html	2015-07-21 02:56:40 +0000
@@ -171,6 +171,7 @@
         <mm-global-deliver-button><i>שינוי גלובלי</i>
         </td></tr>
 
+<!--Start-Digests-Delete-->
     <tr><TD BGCOLOR="#cccccc">
         <strong>קבע מצב תקצירים</strong><p>
 		אם תדליק את מצב תקצירים, אתה תקבל את המסרים בחבילה
@@ -192,6 +193,7 @@
         <MM-Plain-Digests-Button>טקסט פשוט<p>
         <mm-global-mime-button><i>שינוי גלובלי</i>
         </td></tr>
+<!--End-Digests-Delete-->
         
     <tr><TD BGCOLOR="#cccccc">
         <strong>לקבל את המסרים של עצמך לרשימה?</strong><p>

=== modified file 'templates/hr/options.html'
--- templates/hr/options.html	2004-02-17 22:27:49 +0000
+++ templates/hr/options.html	2015-07-21 02:56:40 +0000
@@ -172,6 +172,7 @@
         <mm-global-deliver-button><i>Postavi globalno</i>
         </td></tr>
 
+<!--Start-Digests-Delete-->
     <tr><TD BGCOLOR="#cccccc">
         <strong>Postavi Digest Mod</strong><p>
         Ako ukljuite digest mod, dobijat ete skupljene poruke 
@@ -193,6 +194,7 @@
         <MM-Plain-Digests-Button>Obian Tekst<p>
         <mm-global-mime-button><i>Postavi globalno</i>
         </td></tr>
+<!--End-Digests-Delete-->
         
     <tr><TD BGCOLOR="#cccccc">
         <strong>Primaj vlastite poruke sa liste?</strong><p>

=== modified file 'templates/hu/options.html'
--- templates/hu/options.html	2003-01-02 05:25:50 +0000
+++ templates/hu/options.html	2015-07-21 02:56:40 +0000
@@ -167,6 +167,7 @@
         <mm-global-deliver-button><i>lltsd mindenhol</i>
         </td></tr>
 
+<!--Start-Digests-Delete-->
     <tr><TD BGCOLOR="#cccccc">
          <strong>Digest forma megadsa</strong><p>
          Digest formban a leveleket nem egyesvel kapod, hanem egybefzve
@@ -188,6 +189,7 @@
         <MM-Plain-Digests-Button>Sima szveg<p>
         <mm-global-mime-button><i>lltsd mindenhol</i>
         </td></tr>
+<!--End-Digests-Delete-->
         
     <tr><TD BGCOLOR="#cccccc">
         <strong>A listra kldtt leveleidrl krsz msolatot?</strong><p>

=== modified file 'templates/ia/options.html'
--- templates/ia/options.html	2015-02-18 21:30:11 +0000
+++ templates/ia/options.html	2015-07-21 02:56:40 +0000
@@ -174,6 +174,7 @@
         <mm-global-deliver-button><i>Cambiar globalmente</i>
         </td></tr>
 
+<!--Start-Digests-Delete-->
     <tr><TD BGCOLOR="#cccccc">
         <strong>Definir modo digesto</strong><p>
         Si tu activa le modo digesto, tu recipera le messages combinate in digestos
@@ -195,6 +196,7 @@
         <MM-Plain-Digests-Button>Texto pur<p>
         <mm-global-mime-button><i>Cambiar globalmente</i>
         </td></tr>
+<!--End-Digests-Delete-->
         
     <tr><TD BGCOLOR="#cccccc">
         <strong>Reciper tu proprie messages al lista?</strong><p>

=== modified file 'templates/it/options.html'
--- templates/it/options.html	2008-06-20 19:43:08 +0000
+++ templates/it/options.html	2015-07-21 02:56:40 +0000
@@ -176,6 +176,7 @@
 	<mm-global-deliver-button><i>Globalmente</i>
         </td></tr>
 
+<!--Start-Digests-Delete-->
     <tr><TD BGCOLOR="#cccccc">
 	<strong>Modo Digest</strong><p>
 	Se abiliti il modo digest, riceverai i messaggi in un unico
@@ -199,6 +200,7 @@
 	<MM-Plain-Digests-Button>Testo<p>
 	<mm-global-mime-button><i>Globalmente</i>
         </td></tr>
+<!--End-Digests-Delete-->
         
     <tr><TD BGCOLOR="#cccccc">
 	    <strong>Vuoi ricevere una copia dei messaggi che mandi

=== modified file 'templates/ja/options.html'
--- templates/ja/options.html	2004-01-23 00:58:03 +0000
+++ templates/ja/options.html	2015-07-21 02:56:40 +0000
@@ -166,6 +166,7 @@
         <mm-global-deliver-button><i></i>
         </td></tr>
 
+<!--Start-Digests-Delete-->
     <tr><TD BGCOLOR="#cccccc">
         <strong> ޤȤɤߥ⡼ɤ</strong> <br>
         ͭ ֤, ƤΤӤ˥᡼餺٤ƤΥ᡼
@@ -187,6 +188,7 @@
         <MM-Plain-Digests-Button> ʿʸ <p>
         <mm-global-mime-button><i></i>
         </td></tr>
+<!--End-Digests-Delete-->
 
     <tr><TD BGCOLOR="#cccccc">
         <strong> ʬƤ᡼ޤ? </strong><p>

=== modified file 'templates/ko/options.html'
--- templates/ko/options.html	2003-01-02 05:25:50 +0000
+++ templates/ko/options.html	2015-07-21 02:56:40 +0000
@@ -170,6 +170,7 @@
         <mm-global-deliver-button><i>ü </i>
         </td></tr>
 
+<!--Start-Digests-Delete-->
     <tr><TD BGCOLOR="#cccccc">
         <strong> </strong><p>
 	   "" ϽŴٸ  ûϴ Դϴ.
@@ -190,6 +191,7 @@
         <MM-Mime-Digests-Button>MIME<br>
         <MM-Plain-Digests-Button>
         </td></tr>
+<!--End-Digests-Delete-->
         
     <tr><TD BGCOLOR="#cccccc">
         <strong>ڽ    ǰ?</strong><p>

=== modified file 'templates/lt/options.html'
--- templates/lt/options.html	2003-01-02 05:25:50 +0000
+++ templates/lt/options.html	2015-07-21 02:56:40 +0000
@@ -156,6 +156,7 @@
         <mm-global-deliver-button><i>Bendri pakeitimai</i>
         </td></tr>
 
+<!--Start-Digests-Delete-->
     <tr><TD BGCOLOR="#cccccc">
         <strong>Rinkini siuntimas</strong><p>
         Jeigu jungsite rinkini siuntim, Jums bus siuntinjami
@@ -180,6 +181,7 @@
         <MM-Plain-Digests-Button>Vientisas tekstas<p>
         <mm-global-mime-button><i>Bendri pakeitimai</i>
         </td></tr>
+<!--End-Digests-Delete-->
         
     <tr><TD BGCOLOR="#cccccc">
         <strong>Ar norite gauti savo sistus  forum laikus??</strong>

=== modified file 'templates/nl/options.html'
--- templates/nl/options.html	2008-06-20 19:43:08 +0000
+++ templates/nl/options.html	2015-07-21 02:56:40 +0000
@@ -166,6 +166,7 @@
         <mm-global-deliver-button><i>Instellen voor alle lijsten</i>
         </td></tr>
 
+<!--Start-Digests-Delete-->
     <tr><TD BGCOLOR="#cccccc">
         <strong>Verzamelmail ontvangen</strong><p>
         Als u deze optie op <em>Aan</em> zet, ontvangt u geen losse berichten op
@@ -188,6 +189,7 @@
         <MM-Plain-Digests-Button>Gewone tekst<p>
         <mm-global-mime-button><i>Instellen voor alle lijsten</i>
         </td></tr>
+<!--End-Digests-Delete-->
         
     <tr><TD BGCOLOR="#cccccc">
         <strong>Door uzelf verstuurde berichten ontvangen?</strong><p>

=== modified file 'templates/no/options.html'
--- templates/no/options.html	2008-06-20 19:43:08 +0000
+++ templates/no/options.html	2015-07-21 02:56:40 +0000
@@ -167,6 +167,7 @@
         <mm-global-deliver-button><i>Bruk p&aring; alle</i>
         </td></tr>
 
+<!--Start-Digests-Delete-->
     <tr><TD BGCOLOR="#cccccc">
         <strong>Sammendrag-modus</strong><p>
 	Setter du p&aring; sammendrag-modus, vil du med jevne mellomrom (vanligvis en gang om dagen,
@@ -191,6 +192,7 @@
         <MM-Plain-Digests-Button>Ren tekst<p>
         <mm-global-mime-button><i>Bruk p&aring; alle</i>
         </td></tr>
+<!--End-Digests-Delete-->
         
     <tr><TD BGCOLOR="#cccccc">
         <strong>Motta dine egne meldinger til listen?</strong><p>

=== modified file 'templates/pl/options.html'
--- templates/pl/options.html	2008-04-28 18:10:45 +0000
+++ templates/pl/options.html	2015-07-21 02:56:40 +0000
@@ -172,6 +172,7 @@
         <mm-global-deliver-button><i>Zmiana&nbsp;globalna</i>
         </td></tr>
 
+<!--Start-Digests-Delete-->
     <tr><TD BGCOLOR="#cccccc">
         <strong>Tryb Paczek</strong><p>
 
@@ -196,6 +197,7 @@
         <MM-Plain-Digests-Button>Czysty Tekst<p>
         <mm-global-mime-button><i>Zmiana&nbsp;globalna</i>
         </td></tr>
+<!--End-Digests-Delete-->
         
     <tr><TD BGCOLOR="#cccccc">
         <strong>Czy chcesz otrzymywa wysane przez siebie wiadomoci?</strong><p>

=== modified file 'templates/pt/options.html'
--- templates/pt/options.html	2003-04-09 05:09:57 +0000
+++ templates/pt/options.html	2015-07-21 02:56:40 +0000
@@ -170,6 +170,7 @@
         <mm-global-deliver-button><i>Alterar globalmente</i>
         </td></tr>
 
+<!--Start-Digests-Delete-->
     <tr><TD BGCOLOR="#cccccc">
         <strong>Escolher modo digest</strong><p>
         Se activar o modo digest receber as mensagens agrupadas 
@@ -191,6 +192,7 @@
         <MM-Plain-Digests-Button>Texto simples<p>
         <mm-global-mime-button><i>Alterar globalmente</i>
         </td></tr>
+<!--End-Digests-Delete-->
         
     <tr><TD BGCOLOR="#cccccc">
         <strong>Receber as suas mensagens para a lista?</strong><p>

=== modified file 'templates/pt_BR/options.html'
--- templates/pt_BR/options.html	2008-06-29 20:43:06 +0000
+++ templates/pt_BR/options.html	2015-07-21 02:56:40 +0000
@@ -175,6 +175,7 @@
         <mm-global-deliver-button><i>Ajustar Globalmente</i>
         </td></tr>
 
+<!--Start-Digests-Delete-->
     <tr><TD BGCOLOR="#cccccc">
         <strong>Ajustar o Modo Digest</strong><p>
 	Se ativar o modo digest, voc&ecirc; receber&aacute; postagens concatenadas 
@@ -198,6 +199,7 @@
         <MM-Plain-Digests-Button>Texto Plano<p>
         <mm-global-mime-button><i>Ajustar Globalmente</i>
         </td></tr>
+<!--End-Digests-Delete-->
         
     <tr><TD BGCOLOR="#cccccc">
         <strong>Receber suas pr&oacute;prias postagens a esta lista?</strong><p>

=== modified file 'templates/ro/options.html'
--- templates/ro/options.html	2015-02-06 19:51:40 +0000
+++ templates/ro/options.html	2015-07-21 02:56:40 +0000
@@ -162,6 +162,7 @@
         <mm-global-deliver-button><i>Setează global</i>
         </td></tr>
 
+<!--Start-Digests-Delete-->
     <tr><TD BGCOLOR="#cccccc">
         <strong>Modul de livrare rezumat</strong><p>
         Dacă activaţi modul rezumat (digest), veţi primi mesajele adunate
@@ -184,6 +185,7 @@
         <MM-Plain-Digests-Button>Text simplu<p>
         <mm-global-mime-button><i>Setează global</i>
         </td></tr>
+<!--End-Digests-Delete-->
         
     <tr><TD BGCOLOR="#cccccc">
         <strong>Doriţi să primiţi duplicate ale mesajelor trimise listei?</strong><p>

=== modified file 'templates/ru/options.html'
--- templates/ru/options.html	2015-02-05 21:15:37 +0000
+++ templates/ru/options.html	2015-07-21 02:56:40 +0000
@@ -162,6 +162,7 @@
         <mm-global-deliver-button><i>Изменить во всех подписках</i>
         </td></tr>
 
+<!--Start-Digests-Delete-->
     <tr><TD BGCOLOR="#cccccc">
         <strong>Режим дайджеста</strong><p>
         Если Вы включите этот режим, то будете получать сообщения в виде дайджеста
@@ -183,6 +184,7 @@
         <MM-Plain-Digests-Button>Plain Text<p>
         <mm-global-mime-button><i>Изменить во всех подписках</i>
         </td></tr>
+<!--End-Digests-Delete-->
         
     <tr><TD BGCOLOR="#cccccc">
         <strong>Получать свои собственные сообщения в список рассылки?</strong><p>

=== modified file 'templates/sk/options.html'
--- templates/sk/options.html	2007-11-27 04:05:42 +0000
+++ templates/sk/options.html	2015-07-21 02:56:40 +0000
@@ -174,6 +174,7 @@
         <mm-global-deliver-button><i>nastaviť globálne</i>
         </td></tr>
 
+<!--Start-Digests-Delete-->
     <tr><TD BGCOLOR="#cccccc">
         <strong>Dávkové doručovanie pošty (digest)</strong><p>
         Ak zapnete dávkové doručovanie pošty, budete dostávať príspevky
@@ -196,6 +197,7 @@
         <MM-Plain-Digests-Button>čistý text<p>
         <mm-global-mime-button><i>nastaviť globálne</i>
         </td></tr>
+<!--End-Digests-Delete-->
         
     <tr><TD BGCOLOR="#cccccc">
         <strong>Odoberať vlastné príspevky do konferencie?</strong><p>

=== modified file 'templates/sl/options.html'
--- templates/sl/options.html	2003-10-04 02:57:36 +0000
+++ templates/sl/options.html	2015-07-21 02:56:40 +0000
@@ -170,6 +170,7 @@
         <mm-global-deliver-button><i>Nastavi globalno</i>
         </td></tr>
 
+<!--Start-Digests-Delete-->
     <tr><TD BGCOLOR="#cccccc">
         <strong>Prejemanje izvlekov</strong><p>
         e vkljuite nain prejemanja izvlekov, boste prejemali vsa
@@ -191,6 +192,7 @@
         <MM-Plain-Digests-Button>Navadno besedilo<p>
         <mm-global-mime-button><i>Nastavi globalno</i>
         </td></tr>
+<!--End-Digests-Delete-->
 
     <tr><TD BGCOLOR="#cccccc">
         <strong>Ali elite prejemati lastna sporoila?</strong><p>

=== modified file 'templates/sr/options.html'
--- templates/sr/options.html	2003-09-22 03:52:35 +0000
+++ templates/sr/options.html	2015-07-21 02:56:40 +0000
@@ -158,6 +158,7 @@
       <mm-delivery-disable-button>Искључено 
       <p> <mm-global-deliver-button><i>Глобално</i></td></tr>
 
+<!--Start-Digests-Delete-->
     <tr>
     <TD BGCOLOR="#cccccc"> <strong>Преглед порука</strong> 
       <p>Ако ову опцију укључите, добићете све поруке спојене у једно писмо (обично 
@@ -175,6 +176,7 @@
         <MM-Mime-Digests-Button>MIME<br>
       <MM-Plain-Digests-Button>Обичан тест 
       <p> <mm-global-mime-button><i>Глобално</i></td></tr>
+<!--End-Digests-Delete-->
         
     <tr>
     <TD BGCOLOR="#cccccc"> <strong>Сопствене поруке</strong> 

=== modified file 'templates/sv/options.html'
--- templates/sv/options.html	2008-06-20 19:43:08 +0000
+++ templates/sv/options.html	2015-07-21 02:56:40 +0000
@@ -162,6 +162,7 @@
 							 <i>Anv&auml;nd p&aring; alla</i>
         </td></tr>
 
+<!--Start-Digests-Delete-->
     <tr><TD BGCOLOR="#cccccc">
         <strong>Sammandragsversion</strong><p>S&auml;tter du p&aring; alternativet sammandragsversion, kommer du att med j&auml;mna mellanrum (till exempel en g&aring;ng om dagen - det beror p&aring; hur mycket som skickas till listan) f&aring; en samlingsepost som inneh&aring;ller alla meddelanden som skickas till 
         listan, ist&auml;llet f&ouml;r att f&aring; varje enskilt meddelande. Om du byter fr&aring;n sammandragsversion 
@@ -178,6 +179,7 @@
 							<mm-global-mime-button>
 							<i> Anv&auml;nd p&aring; alla</i>
         </td></tr>
+<!--End-Digests-Delete-->
         
     <tr><TD BGCOLOR="#cccccc"><strong>Ta emot dina egna meddelanden till listan?</strong>
 						<p>Vanligtvis kommer du att f&aring; ta emot e-postbrev som du sj&auml;lv skickar till listan.&nbsp;Om du inte vill ta emot dessa, b&ouml;r du v&auml;lja   <em>Nej</em> h&auml;r.

=== modified file 'templates/tr/options.html'
--- templates/tr/options.html	2004-04-25 02:30:04 +0000
+++ templates/tr/options.html	2015-07-21 02:56:40 +0000
@@ -172,6 +172,7 @@
         <mm-global-deliver-button><i>Global olarak ayarla</i>
         </td></tr>
 
+<!--Start-Digests-Delete-->
     <tr><TD BGCOLOR="#cccccc">
         <strong>Toplu Mesaj Modunu Ayarla</strong><p>
         Toplu mesaj modunu aarsanz mesajlar gnderildikleri anda tek tek
@@ -194,6 +195,7 @@
         <MM-Plain-Digests-Button>Dz Yaz<p>
         <mm-global-mime-button><i>Global olarak ayarla</i>
         </td></tr>
+<!--End-Digests-Delete-->
         
     <tr><TD BGCOLOR="#cccccc">
         <strong>Mesaja kendi gnderdiiniz mesajlar istiyor musunuz?</strong><p>

=== modified file 'templates/uk/options.html'
--- templates/uk/options.html	2005-03-02 00:27:09 +0000
+++ templates/uk/options.html	2015-07-21 02:56:40 +0000
@@ -168,6 +168,7 @@
         <mm-global-deliver-button><i>Встановити глобально</i>
         </td></tr>
 
+<!--Start-Digests-Delete-->
     <tr><TD BGCOLOR="#cccccc">
         <strong>Встановлення режиму збірок</strong><p>
         Якщо ви ввімкнули режим збірок, ви отримуватимете 
@@ -191,6 +192,7 @@
         <MM-Plain-Digests-Button>Звичайний текст<p>
         <mm-global-mime-button><i>Встановити глобально</i>
         </td></tr>
+<!--End-Digests-Delete-->
         
     <tr><TD BGCOLOR="#cccccc">
         <strong>Отримувати власні повідомлення надіслані у список?</strong><p>

=== modified file 'templates/vi/options.html'
--- templates/vi/options.html	2006-04-23 04:58:11 +0000
+++ templates/vi/options.html	2015-07-21 02:56:40 +0000
@@ -150,6 +150,7 @@
         <mm-global-deliver-button><i>Đặt toàn cục</i>
         </td></tr>
 
+<!--Start-Digests-Delete-->
     <tr><TD BGCOLOR="#cccccc">
         <strong>Đặt chế độ nhận bó thư</strong><p>
        Nếu bạn bật chế độ nhận bó thư, bạn sẽ nhận nhiều bài thư trong một lá thư (thường nhận một thư trên mỗi ngày, nhưng có thể nhận thư nhiều hơn từ hộp thư chung rất bận), thay vào nhận mỗi thư riêng một khi nó được gởi. Nếu bạn tắt chế độ nhận bó thư, có lẽ bạn sẽ nhận một bó thư cuối cùng trước khi bắt đầu nhận lại bài thư riêng.
@@ -166,6 +167,7 @@
         <MM-Plain-Digests-Button>Thô<p>
         <mm-global-mime-button><i>Đặt toàn cục</i>
         </td></tr>
+<!--End-Digests-Delete-->
         
     <tr><TD BGCOLOR="#cccccc">
         <strong>Nhận bài thư mình đã gởi cho hộp thư không?</strong><p>

=== modified file 'templates/zh_CN/options.html'
--- templates/zh_CN/options.html	2005-05-14 04:13:41 +0000
+++ templates/zh_CN/options.html	2015-07-21 02:56:40 +0000
@@ -165,6 +165,7 @@
         <mm-global-deliver-button><i>设为全局</i>
         </td></tr>
 
+<!--Start-Digests-Delete-->
     <tr><TD BGCOLOR="#cccccc">
         <strong>设置摘要模式</strong><p>
         如果您将摘要模式打开, 将会把所有信件聚合在一起发送给您,
@@ -185,6 +186,7 @@
         <MM-Plain-Digests-Button>普通文本<p>
         <mm-global-mime-button><i>设为全局</i>
         </td></tr>
+<!--End-Digests-Delete-->
         
     <tr><TD BGCOLOR="#cccccc">
         <strong>接收您自己的信件?</strong><p>

=== modified file 'templates/zh_TW/options.html'
--- templates/zh_TW/options.html	2005-03-23 02:04:15 +0000
+++ templates/zh_TW/options.html	2015-07-21 02:56:40 +0000
@@ -106,6 +106,7 @@
 <mm-delivery-disable-button> On <p>
 </a>
 </td></tr>
+<!--Start-Digests-Delete-->
 <tr><TD BGCOLOR="#dcdcdc">
 <strong> 設定摘要模式</strong> <br>
 若您選擇摘要模式,您會收到每天集成一封的摘要,而不是每次發言一封。
@@ -119,6 +120,7 @@
 <MM-Mime-Digests-Button> MIME
 <MM-Plain-Digests-Button> 純文字 <p>
 </td></tr>
+<!--End-Digests-Delete-->
 <tr><TD BGCOLOR="#dcdcdc">
 <strong> 您想收到自己寄到論壇的信嗎? </strong><br>
 <mm-receive-own-mail-button> Yes

_______________________________________________
Mailman-checkins mailing list
Mailman-checkins@python.org
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org

Reply via email to