Parent Directory
|
Revision Log
|
Patch
| revision 351 by hertzog, Mon Aug 12 17:20:36 2002 UTC | revision 352 by hertzog, Sun Aug 25 21:48:43 2002 UTC | |
|---|---|---|
| # | Line 1 | Line 1 |
| 1 | # vim: expandtab | # vim: expandtab |
| 2 | ||
| 3 | # Copyright 2002 Raphaël Hertzog | |
| 4 | # This file is distributed under the terms of the General Public License | |
| 5 | # version 2 or (at your option) any later version. | |
| 6 | ||
| 7 | import os, os.path, re, rfc822, email.Utils | import os, os.path, re, rfc822, email.Utils |
| 8 | ||
| 9 | def save_msg_in_dir(msg, dir, nb=20): | def save_msg_in_dir(msg, dir, nb=20): |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |