8.8 Adding a new kind of mark

It is possible to configure new marks, by adding elements to the list mu4e-marks. Such an element must have the following form:

(SYMBOL
  :char STRING
  :prompt STRING
  :ask-target (lambda () TARGET)
  :dyn-target (lambda (TARGET MSG) DYN-TARGET)
  :show-target (lambda (DYN-TARGET) STRING)
  :action (lambda (DOCID MSG DYN-TARGET) nil))

The symbol can be any symbol, except for the symbols unmark and something, which are reserved. The rest is a plist with the following elements: