* mu4e-mark: fix ambiguous shortcuts in `mu4e~mark-get-markpair'

This commit is contained in:
djcb 2012-10-06 22:21:16 +03:00
parent a9f555fc90
commit 0eada7c9ba
1 changed files with 2 additions and 2 deletions

View File

@ -204,8 +204,8 @@ is non-nil, allow the 'something' pseudo mark as well."
("move" . move)
("dtrash" . trash)
("Delete" . delete)
("ounread" . unread)
("read" . read)
("?unread" . unread)
("!read" . read)
("+flag" . flag)
("-unflag" . unflag)
("unmark" . unmark)))