aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Only use the default archive name suffix when the user specified no affixNikolaus Schulz2010-07-312-12/+41
* New option --archive-prefix, alias -pNikolaus Schulz2010-07-314-13/+70
* Detect and never archive IMAP server pseudo mbox messagesNikolaus Schulz2010-07-303-0/+31
* Give the changelog some more loveNikolaus Schulz2010-07-301-14/+24
* test suite: test unlocking an mbox after dotlocking failed with EACCESNikolaus Schulz2010-07-301-0/+1
* Fix crash when unlocking an mbox after dotlocking failed with EACCESNikolaus Schulz2010-07-301-1/+4
* index.html: reword pointer to the Suse Build Service to be more genericNikolaus Schulz2010-07-301-2/+2
* Regenerate manpage from the sgml sourceNikolaus Schulz2010-07-301-8/+2
* Updated the manpage dateNikolaus Schulz2010-07-301-1/+1
* Document in the manpage that archivemail locks the archive mboxNikolaus Schulz2010-07-301-0/+1
* Remove the notes about setuid support from the manpageNikolaus Schulz2010-07-291-13/+0
* Replace distutils MANIFEST with MANIFEST.in templateNikolaus Schulz2010-07-292-12/+9
* Rename archivemail.py to archivemailNikolaus Schulz2010-07-295-17/+8
* README: drop warning that the test suite is slowNikolaus Schulz2010-07-291-1/+0
* Drop .py extension from the unittest scriptNikolaus Schulz2010-07-295-4/+4
* Bump version to 0.8.0Nikolaus Schulz2010-07-293-3/+3
* Updated changelog, which was very outdatedNikolaus Schulz2010-07-291-17/+41
* Updated copyright yearNikolaus Schulz2010-07-292-3/+3
* Updated TODO, dropping a lot of obsolete itemsNikolaus Schulz2010-07-292-23/+0
* test suite: add more maildir test casesNikolaus Schulz2010-07-291-18/+187
* test suite: remove unused remove() methods from maildir classesNikolaus Schulz2010-07-291-17/+0
* test suite: remove incomplete MH testing codeNikolaus Schulz2010-07-291-32/+1
* test suite: first shot at implementing maildir test casesNikolaus Schulz2010-07-291-3/+387
* test suite: remove obsolete $Id$ subversion keywordNikolaus Schulz2010-07-291-1/+0
* test suite: cleanup of the mbox testing codeNikolaus Schulz2010-07-291-52/+56
* test suite: remove obsolete test that we preserve mbox file modesNikolaus Schulz2010-07-291-38/+0
* Fix TempMbox.saveas() to unregister the right file from _staleNikolaus Schulz2010-07-281-1/+1
* Python language fix: replace C-style boolean values "1" and "0" with True/FalseNikolaus Schulz2010-07-192-100/+100
* Remove unused variableNikolaus Schulz2010-07-191-1/+0
* Python language fix: remove parentheses around asserted expressionsNikolaus Schulz2010-07-192-95/+95
* Add a note about the race window when resetting an mbox file timestampNikolaus Schulz2010-07-191-1/+1
* TODO: new items: make IMAP test suite with no network I/O; drop .py extensionNikolaus Schulz2010-07-191-1/+5
* Warn if the temporary directory is not empty on cleanupNikolaus Schulz2010-07-191-2/+7
* When creating a dotlock, register it slightly earlier for cleanupNikolaus Schulz2010-07-191-1/+1
* In verbose mode, say that we're about to dotlock an mbox before trying to do soNikolaus Schulz2010-07-191-1/+2
* Minor docstring/whitespace fixesNikolaus Schulz2010-07-191-3/+4
* At critical points, flush mbox files and sync them to diskNikolaus Schulz2010-07-191-3/+30
* Further refactoring of the mbox classes, adding archive locking supportNikolaus Schulz2010-07-191-46/+58
* Fail as gracefully as possible if writing out the new mailboxes failsNikolaus Schulz2010-07-191-5/+35
* Refactoring of the mbox classesNikolaus Schulz2010-07-191-133/+82
* Use safe methods to open the archive mbox and an existing mbox fileNikolaus Schulz2010-07-191-8/+57
* mbox locking: omit dotlock if we don't have the permissions to create itNikolaus Schulz2010-07-192-2/+21
* mbox locking: combine locking functions into one and swap lock orderNikolaus Schulz2010-07-192-39/+69
* Switch mbox locking from flock(2) to posix lockf(2)Nikolaus Schulz2010-07-195-35/+24
* Rename procmail_lock->dotlock_lockNikolaus Schulz2010-07-192-23/+23
* test suite: use common base class with helper methods for mbox testingNikolaus Schulz2010-07-191-216/+168
* test suite: cut down the test of the --all optionNikolaus Schulz2010-07-191-19/+9
* test suite: cut down the test of the --preserve-unread optionNikolaus Schulz2010-07-191-21/+8
* test suite: change misleading test case nameNikolaus Schulz2010-07-191-3/+3
* test suite: cut down the test of the --size optionNikolaus Schulz2010-07-191-22/+9