[haiku-commits] Re: haiku: hrev43645 - src/apps/mail

  • From: Siarzhuk Zharski <zharik@xxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Tue, 10 Jan 2012 06:25:43 +0100

Am 09.01.2012 23:23, schrieb Clemens Zeidler:
         case M_UNREAD:
             MarkMessageRead(fRef, B_SEEN);
             _UpdateReadButton();
+            PostMessage(M_NEXTMSG);
             break;
         case M_READ:
@@ -1478,6 +1478,7 @@ TMailWindow::MessageReceived(BMessage *msg)

I don't see why this is a good idea. For the read case it is obvious that I'm done with the message and want to see the next one. For unread the user may still continue reading. My workflow would be that I search a important message, mark it as unread first and then possible take a another look at that mail.

Thank you for the explanation, Clemens. I'll have no objections if you, as maintainer of this app discard any change that you find inconsistent. The task was concentrated on fixing tickets so, please, invalidize in such case the #4774 - just to prevent anybody from the next attempt to fix it or dropping the same issue. Thank you!

---
Kind Regards,
  S.Zharski


Other related posts: