From: SourceForge.net <no...@so...> - 2012-10-30 06:26:34
|
Bugs item #3580652, was opened at 2012-10-26 15:39 Message generated for change (Comment added) made by You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=456910&aid=3580652&group_id=49630 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed >Resolution: Invalid Priority: 9 Private: No Submitted By: http://cheplyaka.myopenid.com () Assigned to: Nikolaus Schulz (nikosch) Summary: archivemail silently drops messages Initial Comment: sniper:~% ls -l arc/.haskell_archive.gz -rw------- 1 feuerbach feuerbach 116190664 Oct 27 01:06 arc/.haskell_archive.gz sniper:~% md5sum arc/.haskell_archive.gz 46b79fbd7a59012df6d3561b32a3e7ae arc/.haskell_archive.gz sniper:~% find Mail/.haskell | wc -l 5482 sniper:~% archivemail -d 178 -o ~/arc/ ~/Mail/.haskell /home/feuerbach/Mail/.haskell: archived 12 of 5473 message(s) (304.0kB of 38.5MB) in 2.6 seconds sniper:~% ls -l arc/.haskell_archive.gz -rw------- 1 feuerbach feuerbach 116190664 Oct 27 01:06 arc/.haskell_archive.gz sniper:~% md5sum arc/.haskell_archive.gz 46b79fbd7a59012df6d3561b32a3e7ae arc/.haskell_archive.gz sniper:~% find Mail/.haskell | wc -l 5470 sniper:~% archivemail -V archivemail v0.9.0 Copyright (C) 2002 Paul Rodger <pa...@pa...> (C) 2006 Peter Poeml <po...@su...>, (C) 2006-2011 Nikolaus Schulz <mic...@we...> This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. ---------------------------------------------------------------------- >Comment By: http://cheplyaka.myopenid.com () Date: 2012-10-29 23:26 Message: Ah, yes, indeed. Thank you. ---------------------------------------------------------------------- Comment By: Nikolaus Schulz (nikosch) Date: 2012-10-29 16:26 Message: Hmm. Starting with archivemail v0.8.0, archivemail refrains from creating hidden archives. In this case, this means there should be an archive haskell_archive.gz. Is there no such file? If not, what does running archivemail with the -v switch say? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=456910&aid=3580652&group_id=49630 |