imap-send.c: remove unused field imap_store::trashnc
Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu> Reviewed-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
		 Michael Haggerty
					Michael Haggerty
				
			
				
					committed by
					
						 Junio C Hamano
						Junio C Hamano
					
				
			
			
				
	
			
			
			 Junio C Hamano
						Junio C Hamano
					
				
			
						parent
						
							3648b4d996
						
					
				
				
					commit
					c197454da6
				
			| @ -127,7 +127,6 @@ struct imap_store { | ||||
| 	int uidvalidity; | ||||
| 	struct imap *imap; | ||||
| 	const char *prefix; | ||||
| 	unsigned /*currentnc:1,*/ trashnc:1; | ||||
| }; | ||||
|  | ||||
| struct imap_cmd_cb { | ||||
| @ -1090,7 +1089,6 @@ static struct store *imap_open_store(struct imap_server_conf *srvc) | ||||
| 	} /* !preauth */ | ||||
|  | ||||
| 	ctx->prefix = ""; | ||||
| 	ctx->trashnc = 1; | ||||
| 	return (struct store *)ctx; | ||||
|  | ||||
| bail: | ||||
|  | ||||
		Reference in New Issue
	
	Block a user