| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | run_main(): Application of Richard Barrett's patch # 668685 which | bwarsaw | 2003-04-19 | 1 | -6/+7 | |
| | | | | | | closes bug # 716754. Must output any accumulated output to stdout when a SystemExit is raised. | |||||
| * | Polish language support by Bartosz Sawicki and the rest of the | bwarsaw | 2003-04-19 | 51 | -13/+10522 | |
| | | | | | translation team. | |||||
| * | Don't keep two lists of supported languages. Point to i18n.html | bwarsaw | 2003-04-19 | 1 | -27/+1 | |
| | | ||||||
| * | HTML repair in templates, by Richard Barrett. Closes bug #716755 and | bwarsaw | 2003-04-19 | 18 | -48/+43 | |
| | | | | | patch #661138 | |||||
| * | Rewrite the Connection class to (hopefully) fix known problems with | bwarsaw | 2003-04-19 | 1 | -9/+13 | |
| | | | | | | | | | SMTP_MAX_SESSIONS_PER_CONNECTION not being honored and connection problems in the middle of a session not being properly recovered. Closing SF bug #707624, although I implemented this in a different way. | |||||
| * | Make options in this file (and mm_cfg.py) slightly more human | bwarsaw | 2003-04-19 | 1 | -92/+105 | |
| | | | | | | | | | | | | | | | friendly. True/False is used (with b/c with Pythons older than 2.2.1). Also add the following constant aliases for convenience: Yes = yes = On = on = True No = no = Off = off = False and uses these everywhere its appropriate. Updated comments. This /will/ require you to re-run configure or config.status. | |||||
| * | _Switchboard.__init__(): Fixed slice end-point off-by-one calculation error. | bwarsaw | 2003-04-19 | 1 | -3/+3 | |
| | | ||||||
| * | Updated the Catalan champion | bwarsaw | 2003-04-19 | 2 | -3/+3 | |
| | | ||||||
| * | *** empty log message *** | pheinlein | 2003-04-18 | 2 | -4/+4 | |
| | | ||||||
| * | Some changes to help users unsubscribing and to make some things more clear. | pheinlein | 2003-04-18 | 2 | -4/+8 | |
| | | ||||||
| * | Some changes in the structure of the webpage to help stupid users | pheinlein | 2003-04-18 | 1 | -1/+6 | |
| | | | | | | to find the way how to unsubscribe. Maybe useful for other languages too? | |||||
| * | A lot of different fixes. | pheinlein | 2003-04-18 | 2 | -47/+74 | |
| | | ||||||
| * | Missing <mm-digest-question-start>-Tag added. | pheinlein | 2003-04-18 | 1 | -0/+2 | |
| | | ||||||
| * | Finnish updates from Pekka Haavisto | bwarsaw | 2003-04-17 | 2 | -1439/+1585 | |
| | | ||||||
| * | Another French template fix by Sylvain Langlade. | bwarsaw | 2003-04-17 | 1 | -2/+2 | |
| | | ||||||
| * | Fixed broken French template, reported and fixed by Sylvain Langlade. | bwarsaw | 2003-04-17 | 1 | -1/+1 | |
| | | ||||||
| * | main(): Add a fix for an mbox bug reported by Eric D. Christensen. If | bwarsaw | 2003-04-17 | 1 | -10/+16 | |
| | | | | | the line before the From_ line wasn't blank, add a blank line. | |||||
| * | Actually the last checkin was spurred by a bug report from Eric | bwarsaw | 2003-04-17 | 1 | -1/+1 | |
| | | | | | D. Christensen, not Paul Reilly. | |||||
| * | AppendMessage(): Fixes for mbox bugs reported by Paul Reilly, namely | bwarsaw | 2003-04-17 | 1 | -7/+17 | |
| | | | | | | | | | that there was no separating newline between the previous message and the next. I believe this got consumed when we updated the email package. No worries, we now explicitly add a separating newline. Also, update some coding to new style and non-deprecated api. | |||||
| * | Fixed exception name typo in docstring example. | bwarsaw | 2003-04-17 | 1 | -6/+6 | |
| | | ||||||
| * | Update some information based on reports by Chris Kolar. | bwarsaw | 2003-04-11 | 1 | -2/+9 | |
| | | ||||||
| * | process(): Fix given by Anton Antonov to make sure that CC headers are | bwarsaw | 2003-04-11 | 1 | -12/+19 | |
| | | | | | | | RFC 2822 compliant. Only zero or one CC header is allowed. Also, True/False where appropriate. Whitespace normalization. | |||||
| * | send_i18n_digests(): Patch # 694912 by Tokio Kikuchi to fix the | bwarsaw | 2003-04-11 | 1 | -2/+4 | |
| | | | | | scrubbing of attachments in MIME digest messages. | |||||
| * | LANGUAGES: Add pt | bwarsaw | 2003-04-11 | 2 | -2/+3 | |
| | | ||||||
| * | Updated. | bwarsaw | 2003-04-09 | 2 | -3/+11 | |
| | | ||||||
| * | Portuguese (pt) translations by Jose Paulo Moitinho de Almeida. | bwarsaw | 2003-04-09 | 45 | -0/+12078 | |
| | | ||||||
| * | ApprovedChangeMemberAddress(): When changing an address globally, | bwarsaw | 2003-04-08 | 1 | -0/+2 | |
| | | | | | | | check to make sure the old address is a member of the list before calling changeMemberAddress(). Bug report # 717096 and fix by Joe Peterson. | |||||
| * | When --without-permcheck is given and the groupname doesn't exist on | bwarsaw | 2003-04-08 | 2 | -43/+49 | |
| | | | | | | the system, one of the build tests would fail with an exception, but configure would carry on. This patch avoids the traceback. | |||||
| * | List2Dict(): Typo | bwarsaw | 2003-04-07 | 1 | -1/+1 | |
| | | ||||||
| * | Spanish fixes | bwarsaw | 2003-04-07 | 2 | -4/+4 | |
| | | ||||||
| * | True/False where appropriate. | bwarsaw | 2003-04-06 | 1 | -7/+18 | |
| | | | | | | Results.__init__(): Also do RFC 2047 decoding on Subject headers before processing. | |||||
| * | True/False where appropriate. | bwarsaw | 2003-04-06 | 1 | -15/+24 | |
| | | ||||||
| * | Typo. Requires new i18n translations. | bwarsaw | 2003-04-06 | 1 | -1/+1 | |
| | | ||||||
| * | cosmetic | bwarsaw | 2003-04-06 | 1 | -2/+0 | |
| | | ||||||
| * | Use True/False where appropriate. Also update some code to new coding | bwarsaw | 2003-04-06 | 1 | -40/+48 | |
| | | | | | styles (augmented assignment). | |||||
| * | Updates, including Simone Piunno's recipe. | bwarsaw | 2003-04-06 | 1 | -7/+79 | |
| | | ||||||
| * | main(): Long options --start and --end both take arguments. Fixes SF bug | bwarsaw | 2003-04-06 | 1 | -1/+1 | |
| | | | | | #671303. | |||||
| * | Small clarification. | bwarsaw | 2003-04-04 | 1 | -1/+2 | |
| | | ||||||
| * | Copyright years | bwarsaw | 2003-04-02 | 1 | -1/+1 | |
| | | ||||||
| * | dequeue(): If we can't read a .db file, initialize data to the empty | bwarsaw | 2003-04-02 | 1 | -0/+1 | |
| | | | | | | | | dictionary, since the following test expects to do a has_key() on the value. Closes SF bug #707608. Backport candidate. | |||||
| * | scanlists(): Fix -w option by repairing a typo. Closes SF bug #710678 | bwarsaw | 2003-04-02 | 1 | -6/+6 | |
| | | | | | | | by Richard Barrett, who also provided the patch. Backport candidate. | |||||
| * | __init__(): Jon Parise caught a typo in the conversion to booleans. | bwarsaw | 2003-04-01 | 1 | -1/+1 | |
| | | ||||||
| * | Update a bunch of tests. | bwarsaw | 2003-03-31 | 1 | -8/+6 | |
| | | ||||||
| * | Add ndiff hack for better error reporting of long text. | bwarsaw | 2003-03-31 | 1 | -0/+19 | |
| | | ||||||
| * | Typo | bwarsaw | 2003-03-31 | 1 | -1/+1 | |
| | | ||||||
| * | Update comment | bwarsaw | 2003-03-31 | 1 | -2/+2 | |
| | | ||||||
| * | Another boolean | bwarsaw | 2003-03-31 | 1 | -1/+1 | |
| | | ||||||
| * | Use True/False where appropriate. | bwarsaw | 2003-03-31 | 1 | -26/+31 | |
| | | ||||||
| * | Typo | bwarsaw | 2003-03-31 | 1 | -1/+1 | |
| | | ||||||
| * | Copyright years | bwarsaw | 2003-03-31 | 1 | -1/+1 | |
| | | ||||||
