Subversion Repositories Kolibri OS

Rev

Rev 4169 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4169 Rev 4180
Line 126... Line 126...
126
					mailsize += 4096;
126
					mailsize += 4096;
127
					mailstart = realloc(mailstart, mailsize);
127
					mailstart = realloc(mailstart, mailsize);
128
					if (!mailstart) { StopConnect("Realloc error!"); break;}
128
					if (!mailstart) { StopConnect("Realloc error!"); break;}
129
				}
129
				}
Line 130... Line 130...
130
 
130
 
131
				//if (mailsize>9000)
131
				if (mailsize>9000)
132
				{
132
				{
133
					load_persent = mailend - mailstart * 100 ;
133
					load_persent = mailend - mailstart * 100 ;
134
					load_persent /= mailsize - 1024;
134
					load_persent /= mailsize - 1024;
135
					if (load_persent != cur_st_percent) SetMailBoxStatus( load_persent , NULL);
135
					if (load_persent != cur_st_percent) SetMailBoxStatus( load_persent , NULL);