Replace "the the " with "the "

This commit is contained in:
Anton Mosich
2025-08-26 16:13:19 +02:00
committed by Seth Ladygo
parent 65816093c4
commit 543c43f078
16 changed files with 18 additions and 18 deletions

View File

@ -495,7 +495,7 @@ while our display may be different)."
(defun mu4e~headers-from-or-to (msg)
"Get the From: address from MSG if not one of user's; otherwise get To:.
When the from address for message MSG is one of the the user's
When the from address for message MSG is one of the user's
addresses, (as per `mu4e-personal-address-p'), show the To
address. Otherwise, show the From address, prefixed with the
appropriate `mu4e-headers-from-or-to-prefix'."

View File

@ -318,7 +318,7 @@ removed."
(defun mu4e--server-plist-get (plist key)
"Like `plist-get' but load data from file if it is a string.
PLIST is a property-list, and KEY is the the key to search for.
PLIST is a property-list, and KEY is the key to search for.
E.g., (mu4e--server-plist-get (:foo bar) :foo)

View File

@ -619,7 +619,7 @@ This must be called while in the raw message buffer."
(defun mu4e-view (msg)
"Display the message MSG in a new buffer, and keep in sync with HDRSBUF.
\"In sync\" here means that moving to the next/previous message
in the the message view affects HDRSBUF, as does marking etc.
in the message view affects HDRSBUF, as does marking etc.
As a side-effect, a message that is being viewed loses its
`unread' marking if it still had that."

View File

@ -2055,7 +2055,7 @@ understands@footnote{with the caveat that command-line queries are subject to
the shell's interpretation before @t{mu} sees them}. You can consult the
@code{mu-query} man-page for the details. In addition, @t{mu4e} provides a
command @code{mu4e-analyze-last-query}, which shows how the @t{mu} server has
interpreted the query, similar to what the the @t{--analyze} option does for
interpreted the query, similar to what the @t{--analyze} option does for
@t{mu find}.
Additionally, @t{mu4e} supports @kbd{TAB}-completion for queries. There
@ -3100,7 +3100,7 @@ Finally, let's define a MIME-part action.
The following example action counts the number of lines in an attachment, and
defines @key{n} as its shortcut key (the @key{n} is prefixed to the
description). See the the @code{mu4e-view-mime-part-actions} for the details of
description). See the @code{mu4e-view-mime-part-actions} for the details of
the format.
@lisp