maildir-utils.git
9 months agofix some single-quoted strings in man-page
Jeremy Sowden [Mon, 10 Mar 2025 22:07:50 +0000 (22:07 +0000)]
fix some single-quoted strings in man-page

Last-Update: 2025-03-10
Forwarded: https://github.com/djcb/mu/pull/2828

The upstream commit 721aadc140f2 ("man: change quoting style") replaced
single-quoted strings of the form:

  'lorem ipsum'

with:

  `lorem ipsum'

to prevent the possibility of single quotes appearing at the beginning of
lines, because these will be misinterpreted by troff.  However, changes to the
man-page sources in 1.12.9 reintroduced some of these, including one which does
appear at the beginning of a line in mu-query(7):

  '"', '*', '(' and ')'. The details are shell-specific. In case of doubt, the

which results in the following warning:

  troff:<standard input>:25: warning: macro '"',' not defined

and the omission of that line from the rendered paragraph:

  NOTE:  if  you  use  queries on the command-line (say, for mu find), you
  need to quote any characters that would otherwise be interpreted by  the
  shell, such as *--analyze option can be useful.

Use back-ticks for the opening quotes.

Gbp-Pq: Name fix-single-quotes-in-man-pages.patch

9 months agofix RISC-V test failure
Aurelien Jarno [Mon, 10 Mar 2025 22:07:50 +0000 (22:07 +0000)]
fix RISC-V test failure

Last-Update: 2024-05-15
Forwarded: not-needed
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1071192

Increase time-out to fix test failure on RISC-V.

Gbp-Pq: Name increase-mu-store-test-time-out.patch

9 months agoin Debian, the package is called "maildir-utils", not "mu",
Norbert Preining [Mon, 10 Mar 2025 22:07:50 +0000 (22:07 +0000)]
in Debian, the package is called "maildir-utils", not "mu",

Last-Update: 2023-11-03
Forwarded: not-needed

and so the doc's are installed into ${datadir}/doc/maildir-utils.

Gbp-Pq: Name adjust-mu-docdir

9 months agoprevent byte-compilation of mu4e at build-time
Norbert Preining [Mon, 10 Mar 2025 22:07:50 +0000 (22:07 +0000)]
prevent byte-compilation of mu4e at build-time

Last-Update: 2024-05-03
Forwarded: not-needed

Gbp-Pq: Name mu4e-dont-bytecompile

9 months agomaildir-utils (1.12.9-1) unstable; urgency=medium
Jeremy Sowden [Mon, 10 Mar 2025 22:07:50 +0000 (22:07 +0000)]
maildir-utils (1.12.9-1) unstable; urgency=medium

  * New upstream version 1.12.9
    - mu
      + the cleanup phase after indexing is significantly faster now
    - mu4e
      + new command `mu4e-analyze-last-query` which shows information about
        how the server interpreted the last query.
      + When you ask for bookmarks or maildirs through `mu4e-search-bookmark`
        or `mu4e-search-maildir`, unread counts are displayed in the (default)
        completions UI next to the maildir or bookmark.
      + A (experimental) "transient" menu has been added.
      + Various Gnus' mailing list commands are now available in the mu4e
        message view as well.
      + The mu server uses PCRE-compatible regexps (for addresses), which are
        not necessarily compatible with Emacs regular expressions. However,
        mu4e can now automatically translate; this depends on the `pcre2el`
        package which the user should install when using regular
        expression-addresses.
  * d/patches
    - refresh patches
    - add patch to fix single-quoted strings in man-page
    - add patch to escape back-slashes in man-page
  * d/control
    - bump Standards-Version to 4.7.2

[dgit import unpatched maildir-utils 1.12.9-1]

9 months agoImport maildir-utils_1.12.9.orig.tar.gz
Jeremy Sowden [Mon, 10 Mar 2025 22:07:50 +0000 (22:07 +0000)]
Import maildir-utils_1.12.9.orig.tar.gz

[dgit import orig maildir-utils_1.12.9.orig.tar.gz]

9 months agoImport maildir-utils_1.12.9-1.debian.tar.xz
Jeremy Sowden [Mon, 10 Mar 2025 22:07:50 +0000 (22:07 +0000)]
Import maildir-utils_1.12.9-1.debian.tar.xz

[dgit import tarball maildir-utils 1.12.9-1 maildir-utils_1.12.9-1.debian.tar.xz]