T.F. Torrey <tftor...@tftorrey.com> wrote:

> ,..
> 
> The error occurs because org-rmail-store-link attempts to get the
> Message-ID header with mail-fetch-field, then remove the angle
> brackets with org-remove-angle-brackets. However, without showing full
> headers, Message-ID is hidden, and (mail-fetch-field "message-id)
> returns nil. When this is passed to org-remove-angle-brackets, the
> error is thrown.
> 
> The attached patch remedies this by toggling on the full header display
> before getting the Message-ID.
> 

Shouldn't it be toggled off afterwards?

Nick

Reply via email to