Cheat Sheet fc

https://cheatography.com/ddoherty03/cheat-sheets/mu4e-with-gmail-hints/

  • Most useful ones

    • Movement

      1. q Leave view
      2. M-RET Open attachment or URL at point
      3. y Move between header and message view
    • Searching

      1. / Narrow search with in current list
      2. S Edit current search string
      3. s Enter new search string
      4. O Change sort order of headers
      5. z t Toggle threading of message headers
      6. z r Toggle related
      7. b Run a bookmark search
      8. B Edit a new search based on a bookmark
    • Message View

      1. h toggle HTML and text view
      2. c copy email address
      3. a, A custom action
      4. g Visit numbered URL
      5. C-+, C– to increase and decrease the size of header-message view
  • Queries fc

    https://www.djcbsoftware.nl/code/mu/mu4e/Queries.html

    1. date

      1. today date:today..now
      2. this week and contains emacs date:1w.. and emacs
      3. last 3 days date:3d..now
      4. last 2 weeks date:2w..now
      5. yesterday date:2d..1d
      6. between specific dates in June 2017 subject:wombat and date:20170601..201706302
    2. Not Not flag:unread

    3. Attachments

      1. All file name that start with “pic” *
      2. All images mime:image/*
      3. Regular expression, ends with “.ppt” </.ppt$/>
      4. PDF attachment mime:application/pdf
      5. Has attachment and query from:john and flag:attach and bananas
    4. Subject subject:soc*

    5. Contact

      1. Alice in contacts-fields (to, from, cc, bcc): contact:alice
      2. From from:alice
    6. Mail dir 1.From a mail dir “maildir:/Sent Items” and rupert

  • Flags

    ref (‘draft ?D) (‘flagged ?F) (‘new ?N) (‘passed ?P) (‘replied ?R) (‘seen ?S) (‘trashed ?T) (‘attach ?a) (‘encrypted ?x) (‘signed ?s) (‘unread ?u)