Skip to content

Add in support for Gmail labels and message IDs

Benjamin Kuperman requested to merge kuperman/mutt:gmail-labels into master

This is a request to merge in a patch that supports retrieving Gmail labels and message IDs. I've been using this patch for a long time and updating it for subsequent versions occasionally.

https://github.com/kuperman/mutt-gmail-patches

Once applied, there will be two new headers:

  • X-Gm-Msgid with the Google message ID
  • X-Gm-Permalink which has a URL to go directly to that message in your browser

Gmail labels can be accessed from %y and ~y

Merge request reports