Conversation view #839
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Some email clients, allow to view message exchanges as conversations. Example would be gmail website or android app. Some email clients, for example aquamail for android, allow to switch between the two. Bitmessage should also allow this. However, it may require a new message type which contains references to previous messages, like Message-ID, References, In-Reply-To email headers.
Example of threading code by including explanation here: https://www.jwz.org/doc/threading.html
Requires #840
While you are at it, this one should be implemented later:
Try not to inherit mistakes (or better: lack of features, poor design decisions) from email. Applications like mu or notmuch add basic functionalities like database search, tagging, etc.