| Age | Commit message (Collapse) | Author |
|
man: Escape Org heading-like lines in example
|
|
|
|
Update install instructions for icalendar
|
|
|
|
mu-index.1: fix typo
|
|
|
|
|
|
|
|
|
|
Document personal and calendar flags
|
|
|
|
|
|
We were using get_error_string, but that might be NULL,
which libfmt doesn't like much.
|
|
Turn off sanitize-address (which seems to hang atm)
Add libcld2-dev
|
|
For backward compat.
|
|
|
|
|
|
|
|
It's not available in older emacsen.
|
|
Flag message that merely have a List-Unsubscribe header with
Flags::MailingList too (some marketing message have this header, yet
miss "List-Id".
Add a test as well.
|
|
From CI.
|
|
keymap-set only appeared in Emacs 29, so add a stand-in for now.
Fix some flymake warnings.
|
|
We need copy the buffer-local value from _another_ buffer
HT: Martin R. Albrecht.
|
|
Was added with emacs 29.
|
|
|
|
Bring back from 1.10.
|
|
|
|
|
|
mu index does not decrypt.
Fixes #2660.
|
|
More man page fixes
|
|
The man-page sources use single quotes to quote text. However, this can be
problematic in man-pages because if a single quote appears at the beginning of a
line the following word is interpreted by troff as a macro. For example, this
paragraph in mu-easy.7:
What if we want to see some of the body of the message? You can get a 'summary'
of the first lines of the message using the \fI\-\-summary\-len\fP option, which will
'summarize' the first \fIn\fP lines of the message:
elicits this warning:
$ man --warnings obj-x86_64-linux-gnu/man/mu-easy.7 >/dev/null
troff:<standard input>:166: warning: macro 'summarize'' not defined
and gets truncated:
What if we want to see some of the body of the message? You can get a
'summary' of the first lines of the message using the --summary-len op‐
tion, which will
One could adjust the line-wrapping to move the quoted text away from the
beginning of the line, but that is fragile. Another possibility would be to use
the troff escape-sequences for open and close quotes (`\(oq` and `\(cq`
respectively), but ox-man is being used precisely to avoid having to handle
troff directly. Instead use back-ticks for left quotes. Thus:
What if we want to see some of the body of the message? You can get a `summary'
of the first lines of the message using the \fI\-\-summary\-len\fP option, which will
`summarize' the first \fIn\fP lines of the message:
which is rendered correctly:
What if we want to see some of the body of the message? You can get a
`summary' of the first lines of the message using the --summary-len op-
tion, which will `summarize' the first n lines of the message:
Signed-off-by: Jeremy Sowden <azazel@debian.org>
|
|
The command names are formatted inconsistently, e.g.:
* NAME
~mu add~ - add one or more messages to the database
versus:
* NAME
*mu cfind* is the *mu* command to find contacts in the *mu* database and export them
versus:
* NAME
mu server - the mu backend for the mu4e e-mail client
and the format, with a space between "mu" and the subcommand, is not compatible
with mandb(8). Use formatting which is consistent and replace the spaces with
hyphens.
Signed-off-by: Jeremy Sowden <azazel@debian.org>
|
|
The tables don't define any captions, and ox-man outputs a `.TB` macro that
groff does not support.
Signed-off-by: Jeremy Sowden <azazel@debian.org>
|
|
In org-mode, underscores are used to represent subscripts. Thus, `a_b`
will be transcoded to `a\d\s-2b\s+2\u`. Configure org-mode only to do
this for `a_{b}`.
Signed-off-by: Jeremy Sowden <azazel@debian.org>
|
|
There's a closing asterisk missing from a bold string.
Signed-off-by: Jeremy Sowden <azazel@debian.org>
|
|
1.12.0 includes a new mu-move.1 man-page but the list of man-pages in
man/meson.build was not updated, so it is not built.
Signed-off-by: Jeremy Sowden <azazel@debian.org>
|
|
This is the version from 1.10.x that does not change the draft folder.
|
|
It went missing after the compose refactoring.
Fixes #2654.
|
|
Respect `message-cite-reply-position` customization
|
|
Fix typo
|
|
|
|
|
|
|
|
I.e, and this applies to all mu4e-compose-* composition functions as
well.
Fixes #2653.
|
|
|
|
Add 'display-buffer as an option for mu4e-compose-switch, which lets you
use the display-buffer function for display.
Remove the mu4e-message-kill-buffer, simply use message-kill-buffer.
|
|
And refer to it in the RFE issue template.
|
|
Only <mouse-2>, to be consistent with eww.
|
|
just to check if it works at all; no need to check cld2 at all.
|
|
|