From 543c43f0783e00001a87d665500ea8128650dba0 Mon Sep 17 00:00:00 2001 From: Anton Mosich Date: Tue, 26 Aug 2025 16:13:19 +0200 Subject: [PATCH] Replace "the the " with "the " --- NEWS.org | 4 ++-- guile/mu/stats.scm | 2 +- lib/message/mu-fields.hh | 2 +- lib/mu-query-processor.cc | 2 +- lib/mu-store-labels.hh | 2 +- lib/mu-xapian-db.hh | 2 +- lib/utils/mu-command-handler.hh | 2 +- lib/utils/mu-regex.hh | 2 +- man/mu-index.1.org | 2 +- man/mu-query.7.org | 2 +- man/mu-server.1.org | 2 +- mu4e/mu4e-headers.el | 2 +- mu4e/mu4e-server.el | 2 +- mu4e/mu4e-view.el | 2 +- mu4e/mu4e.texi | 4 ++-- scm/mu-scm.texi | 2 +- 16 files changed, 18 insertions(+), 18 deletions(-) diff --git a/NEWS.org b/NEWS.org index 8aebc4f6..668412d8 100644 --- a/NEWS.org +++ b/NEWS.org @@ -260,7 +260,7 @@ details. - 1.12.8: a new variable ~mu4e-trash-without-flag~, which, when set to non-nil - makes trashing _not_ add the the Maildir ~T~ flag. See its docstring for + makes trashing _not_ add the Maildir ~T~ flag. See its docstring for details. - 1.12.9: A (experimental) "transient" menu has been added for mu4e. You can @@ -1562,7 +1562,7 @@ End of search results - allow for shell commands with arguments in `mu4e-get-mail-command'. - support marking messages as 'read' and 'unread' - - show the current query in the the mode-line (`global-mode-string'). + - show the current query in the mode-line (`global-mode-string'). - don't repeat 'Re:' / 'Fwd:' - colorize cited message parts - better handling of text-based, embedded message attachments diff --git a/guile/mu/stats.scm b/guile/mu/stats.scm index 1e73605f..80ca3059 100644 --- a/guile/mu/stats.scm +++ b/guile/mu/stats.scm @@ -100,7 +100,7 @@ EXPR (or #t for all). Returns #f if undefined." (average (map func (mu:message-list expr)))) (define* (mu:stddev func #:optional (expr #t)) - "Get the standard deviation the the values of FUNC applied to all + "Get the standard deviation the values of FUNC applied to all messages matching EXPR (or #t for all). This is the 'population' stddev, not the 'sample' stddev. Returns #f if undefined." (stddev (map func (mu:message-list expr)))) diff --git a/lib/message/mu-fields.hh b/lib/message/mu-fields.hh index e17f2711..698f0920 100644 --- a/lib/message/mu-fields.hh +++ b/lib/message/mu-fields.hh @@ -524,7 +524,7 @@ constexpr Option field_find_if(Pred&& pred) { } /** - * Get the the message-field for the given name or shortcut + * Get the message-field for the given name or shortcut * * @param name_or_shortcut * diff --git a/lib/mu-query-processor.cc b/lib/mu-query-processor.cc index 592beb41..ef576ad3 100644 --- a/lib/mu-query-processor.cc +++ b/lib/mu-query-processor.cc @@ -208,7 +208,7 @@ unread_char(std::string& str, size_t& pos, char kar) /** - * Remove the the next element from the string and return it + * Remove the next element from the string and return it * * @param[in,out] str a string * @param[in,out] pos position in _original_ string * diff --git a/lib/mu-store-labels.hh b/lib/mu-store-labels.hh index f9daae30..61363f89 100644 --- a/lib/mu-store-labels.hh +++ b/lib/mu-store-labels.hh @@ -75,7 +75,7 @@ public: } /** - * Update the cache with the the label changes + * Update the cache with the label changes * * @param updates a vector of delta-labels */ diff --git a/lib/mu-xapian-db.hh b/lib/mu-xapian-db.hh index 24dbf593..e6f65579 100644 --- a/lib/mu-xapian-db.hh +++ b/lib/mu-xapian-db.hh @@ -270,7 +270,7 @@ public: } /** - * Is the the base empty? + * Is the base empty? * * @return true or false */ diff --git a/lib/utils/mu-command-handler.hh b/lib/utils/mu-command-handler.hh index 755af539..778ad8b3 100644 --- a/lib/utils/mu-command-handler.hh +++ b/lib/utils/mu-command-handler.hh @@ -157,7 +157,7 @@ struct Command: public Sexp { * * @param name name of the argument * - * @return false if the the argument is absent or the symbol false; + * @return false if the argument is absent or the symbol false; * otherwise true. */ bool boolean_arg(const std::string& name) const { diff --git a/lib/utils/mu-regex.hh b/lib/utils/mu-regex.hh index c5fd4a00..45ad20db 100644 --- a/lib/utils/mu-regex.hh +++ b/lib/utils/mu-regex.hh @@ -80,7 +80,7 @@ struct Regex { ~Regex() noexcept { g_clear_pointer(&rx_, g_regex_unref); } /** - * Cast to the the underlying GRegex* + * Cast to the underlying GRegex* * * @return a GRegex* */ diff --git a/man/mu-index.1.org b/man/mu-index.1.org index 57209220..6b089d43 100644 --- a/man/mu-index.1.org +++ b/man/mu-index.1.org @@ -196,7 +196,7 @@ too! ** recent releases -Indexing the the same 93000-message mail corpus with the last few releases: +Indexing the same 93000-message mail corpus with the last few releases: #+ATTR_MAN: :disable-caption t | release | time (sec) | notes | diff --git a/man/mu-query.7.org b/man/mu-query.7.org index 86be5be8..094f7384 100644 --- a/man/mu-query.7.org +++ b/man/mu-query.7.org @@ -479,7 +479,7 @@ For that, you can ask *mu* to analyze the query -- that is, show how *mu* interprets the query. We already saw an example of this. -This uses the the *--analyze* option to *mu find*. +This uses the *--analyze* option to *mu find*. #+begin_example $ mu find subject:wombat AND date:3m.. size:..2000 --analyze ,*query: diff --git a/man/mu-server.1.org b/man/mu-server.1.org index 3d90b8f4..0c3d6dd9 100644 --- a/man/mu-server.1.org +++ b/man/mu-server.1.org @@ -58,7 +58,7 @@ Evaluate a mu4e server s-expression. ** --allow-temp-file If set, allow for the output of some commands to use temp-files rather than directly through the emacs process input/output. This is noticeably faster for -commands with a lot of output, esp. when the the temp-file uses a in-memory +commands with a lot of output, esp. when the temp-file uses a in-memory file-system. ** --listen diff --git a/mu4e/mu4e-headers.el b/mu4e/mu4e-headers.el index 1d1cf0e2..0f90be01 100644 --- a/mu4e/mu4e-headers.el +++ b/mu4e/mu4e-headers.el @@ -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'." diff --git a/mu4e/mu4e-server.el b/mu4e/mu4e-server.el index db684e0e..b28f6f73 100644 --- a/mu4e/mu4e-server.el +++ b/mu4e/mu4e-server.el @@ -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) diff --git a/mu4e/mu4e-view.el b/mu4e/mu4e-view.el index 4fd6db04..48974864 100644 --- a/mu4e/mu4e-view.el +++ b/mu4e/mu4e-view.el @@ -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." diff --git a/mu4e/mu4e.texi b/mu4e/mu4e.texi index 7dd44ce3..271d2d40 100644 --- a/mu4e/mu4e.texi +++ b/mu4e/mu4e.texi @@ -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 diff --git a/scm/mu-scm.texi b/scm/mu-scm.texi index 1b259e0b..6e475dc3 100644 --- a/scm/mu-scm.texi +++ b/scm/mu-scm.texi @@ -533,7 +533,7 @@ For example: @deffn {Scheme Procedure} path message @end deffn -Get the file-system path for the the message. +Get the file-system path for the message. For example: @lisp