Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting mark in message buffer #26

Closed
chrneumann opened this issue Jun 10, 2012 · 3 comments
Closed

Setting mark in message buffer #26

chrneumann opened this issue Jun 10, 2012 · 3 comments

Comments

@chrneumann
Copy link

Functions like mu4e-view-mark-for-trash set the mark for the message at point in the headers buffer, not for the message currently viewed in the message buffer. This behavior is a bit confusing and can lead to unwanted and unnoticeable marking of messages, e.g. if you (accidentaly) scrolled the headers buffer while reading the message (happened to me.. ;) ). Maybe mu4e-mark-at-point could be given a docid argument. Then, either a (optional) warning could pop up if the docid does not match the docid at point, or the docid argument is preferred over the docid at point (I would prefer the latter. Can't think of a reason why anyone would prefer the current behavior).

@djcb
Copy link
Owner

djcb commented Jun 11, 2012

Good point. I've added this to the TODO list.

@djcb djcb closed this as completed Jun 12, 2012
@djcb
Copy link
Owner

djcb commented Jun 13, 2012

(note: the latest git version should make sure actions are always applied to the message your viewing, while in the message view)

@chrneumann
Copy link
Author

thanks :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants