mirror of
				https://bitbucket.org/jsuto/piler.git
				synced 2025-11-04 02:52:27 +01:00 
			
		
		
		
	added a progress counter for reindex
This commit is contained in:
		@@ -131,7 +131,7 @@ uint64 retrieve_email_by_metadata_id(struct session_data *sdata, struct __data *
 | 
			
		||||
 | 
			
		||||
            unlink(filename);
 | 
			
		||||
 | 
			
		||||
            if(progressbar && reindexed % 100 == 0) printf(".");
 | 
			
		||||
            if(progressbar) printf("processed: %8llu\r", reindexed); fflush(stdout);
 | 
			
		||||
         }
 | 
			
		||||
         else printf("cannot open: %s\n", filename);
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user