diff options
author | Kyle Meyer <kyle@kyleam.com> | 2020-06-11 23:53:58 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2020-06-11 23:53:58 -0400 |
commit | 54ea4ed7d1bc64222cf837ecc046f7aa4f42c769 (patch) | |
tree | 37ead72accc5bbfc606a918230b958dfb343444e | |
parent | ba606bd09f499a6b621b0344454cf5ec9931b421 (diff) | |
download | piem-54ea4ed7d1bc64222cf837ecc046f7aa4f42c769.tar.gz |
Use appropriate message-narrow-* variant (again)
This should have been done as part of 9faded3 (Use appropriate
message-narrow-* variant, 2020-06-06).
-rw-r--r-- | piem.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -244,7 +244,7 @@ intended to be used by libraries implementing a function for `piem-get-mid-functions'." (pcase-let ((`(,listid ,to ,cc) (save-restriction - (message-narrow-to-headers) + (message-narrow-to-head) (list (message-fetch-field "list-id") (message-fetch-field "to") (message-fetch-field "cc"))))) |