@ -732,7 +732,7 @@ AssocPairs<SubCommand, CommandInfo, Options::SubCommandNum> SubCommandInfos= {{
|
|||||||
},
|
},
|
||||||
{ SubCommand::Extract,
|
{ SubCommand::Extract,
|
||||||
{Category::None,
|
{Category::None,
|
||||||
"extract", "Extract attachements and other MIME-parts", sub_extract}
|
"extract", "Extract attachments and other MIME-parts", sub_extract}
|
||||||
},
|
},
|
||||||
{ SubCommand::Fields,
|
{ SubCommand::Fields,
|
||||||
{Category::None,
|
{Category::None,
|
||||||
|
|||||||
@ -69,7 +69,7 @@ Needed by `mu4e-action-add-org-contact'.")
|
|||||||
(defvar org-capture-templates nil)))
|
(defvar org-capture-templates nil)))
|
||||||
|
|
||||||
(defun mu4e-action-add-org-contact (msg)
|
(defun mu4e-action-add-org-contact (msg)
|
||||||
"Add an org-contact based on the sender ddress of the current MSG.
|
"Add an org-contact based on the sender address of the current MSG.
|
||||||
You need to set `mu4e-org-contacts-file' to the full path to the
|
You need to set `mu4e-org-contacts-file' to the full path to the
|
||||||
file where you store your org-contacts."
|
file where you store your org-contacts."
|
||||||
(unless (require 'org-capture nil 'noerror)
|
(unless (require 'org-capture nil 'noerror)
|
||||||
|
|||||||
@ -111,7 +111,7 @@ In the format of `format-time-string'."
|
|||||||
By default, do it in a slightly inaccurate but faster way. To get
|
By default, do it in a slightly inaccurate but faster way. To get
|
||||||
an idea about the difference, In some tests, the rendering time
|
an idea about the difference, In some tests, the rendering time
|
||||||
was around 5.8 ms per messages for precise alignment, versus 3.3
|
was around 5.8 ms per messages for precise alignment, versus 3.3
|
||||||
for non-precise aligment (for 445 messages)."
|
for non-precise alignment (for 445 messages)."
|
||||||
:type 'boolean
|
:type 'boolean
|
||||||
:group 'mu4e-headers)
|
:group 'mu4e-headers)
|
||||||
|
|
||||||
|
|||||||
@ -193,7 +193,7 @@ DATA is either the bookmarks or maildirs (user-defined).
|
|||||||
|
|
||||||
LAST-RESULTS-DATA contains unread/counts we received from the
|
LAST-RESULTS-DATA contains unread/counts we received from the
|
||||||
server, while BASELINE-DATA contains the same but taken at some
|
server, while BASELINE-DATA contains the same but taken at some
|
||||||
earier time.
|
earlier time.
|
||||||
|
|
||||||
The TYPE denotes the category for the query item, a symbol
|
The TYPE denotes the category for the query item, a symbol
|
||||||
bookmark or maildir."
|
bookmark or maildir."
|
||||||
|
|||||||
Reference in New Issue
Block a user