| 
						
						
							
								
							
						
						
					 | 
					 | 
					@ -1593,6 +1593,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                                hasJunk = true;
 | 
					 | 
					 | 
					 | 
					                                hasJunk = true;
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					
 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                    boolean inArchive = EntityFolder.ARCHIVE.equals(message.folderType);
 | 
					 | 
					 | 
					 | 
					                    boolean inArchive = EntityFolder.ARCHIVE.equals(message.folderType);
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					                    boolean inSent = EntityFolder.SENT.equals(message.folderType);
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                    boolean inTrash = EntityFolder.TRASH.equals(message.folderType);
 | 
					 | 
					 | 
					 | 
					                    boolean inTrash = EntityFolder.TRASH.equals(message.folderType);
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                    boolean inJunk = EntityFolder.JUNK.equals(message.folderType);
 | 
					 | 
					 | 
					 | 
					                    boolean inJunk = EntityFolder.JUNK.equals(message.folderType);
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                    boolean outbox = EntityFolder.OUTBOX.equals(message.folderType);
 | 
					 | 
					 | 
					 | 
					                    boolean outbox = EntityFolder.OUTBOX.equals(message.folderType);
 | 
				
			
			
		
	
	
		
		
			
				
					| 
						
						
						
							
								
							
						
					 | 
					 | 
					@ -1600,7 +1601,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                    boolean move = !(message.folderReadOnly || message.uid == null) ||
 | 
					 | 
					 | 
					 | 
					                    boolean move = !(message.folderReadOnly || message.uid == null) ||
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                            (message.accountProtocol == EntityAccount.TYPE_POP &&
 | 
					 | 
					 | 
					 | 
					                            (message.accountProtocol == EntityAccount.TYPE_POP &&
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                                    EntityFolder.TRASH.equals(message.folderType));
 | 
					 | 
					 | 
					 | 
					                                    EntityFolder.TRASH.equals(message.folderType));
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                    boolean archive = (move && (hasArchive && !inArchive));
 | 
					 | 
					 | 
					 | 
					                    boolean archive = (move && (hasArchive && !inArchive && !inSent && !inTrash && !inJunk));
 | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                    boolean trash = (move || outbox || debug ||
 | 
					 | 
					 | 
					 | 
					                    boolean trash = (move || outbox || debug ||
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                            message.accountProtocol == EntityAccount.TYPE_POP);
 | 
					 | 
					 | 
					 | 
					                            message.accountProtocol == EntityAccount.TYPE_POP);
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                    boolean junk = (move && (hasJunk && !inJunk));
 | 
					 | 
					 | 
					 | 
					                    boolean junk = (move && (hasJunk && !inJunk));
 | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					 | 
					
 
 |