Opened 2 years ago

Closed 20 months ago

#1487752 closed Bugs (fixed)

After delete message rows can be added to the list of another folder

Reported by: alec Owned by:
Priority: 5 Milestone: 0.7-beta
Component: Core functionality Version: git-master
Severity: normal Keywords:
Cc:

Description

Steps to reproduce:

  • Disable threading (for simplicity)
  • Go to folder with more than one page of messages listing (Folder1)
  • Delete some messages
  • While deleting select another folder (Folder2)
  • When deleting finishes new messages (from Folder1) are added on the list of current folder (Folder2).

Change History (2)

comment:1 Changed 22 months ago by giovans

Hello,

this is my first post here, so please correct me if I'm doing wrong.

I think this issue can be solved in the file app.js, on the procedure: this.add_message_row
by adding these rows just after the first "return false".

    if(this.env.mailbox != flags.mbox){
      return false;
    }

Greetings,
Giovans

comment:2 Changed 20 months ago by alec

  • Resolution set to fixed
  • Status changed from new to closed

Fixed in [bba25299].

Note: See TracTickets for help on using tickets.