diff options
| -rw-r--r-- | maildrop/mailbot.c | 8 | 
1 files changed, 0 insertions, 8 deletions
| diff --git a/maildrop/mailbot.c b/maildrop/mailbot.c index 2ae29d3..0c41cec 100644 --- a/maildrop/mailbot.c +++ b/maildrop/mailbot.c @@ -610,14 +610,6 @@ FILE *find_draft(const char *maildirfolder)  			if (MAILDIR_DELETED(filename))  				continue; -			/* -			** 1st maildir filename component should be creation -			** time_t, take advantage of that. -			*/ - -			if (draftfile && atol(draftfile) > atol(filename)) -				continue; -  			filenamebuf=malloc(strlen(dirbuf)+strlen(filename)+2);  			if (!filenamebuf)  			{ | 
