[elpa] externals/minimail eb7626d72f 01/27: Initial commit

2025-10-11 Thread ELPA Syncer
branch: externals/minimail commit eb7626d72f7e26c987638ffefd0180c264f03a9c Author: Augusto Stoffel Commit: Augusto Stoffel Initial commit --- .gitignore|2 + README.org| 76 +++ minimail-tests.el | 120 + minimail.el | 1377 ++

[elpa] externals/minimail d246d8833b 14/27: Make mailbox buffer sorting customizable

2025-10-11 Thread ELPA Syncer
branch: externals/minimail commit d246d8833ba6a41ff83a96307f4665034b8994df Author: Augusto Stoffel Commit: Augusto Stoffel Make mailbox buffer sorting customizable --- minimail.el | 63 + 1 file changed, 47 insertions(+), 16 deleti

[elpa] externals/modus-themes 4798477791 2/5: Expand the manual to mention modus-themes-define-derivative-command

2025-10-11 Thread ELPA Syncer
branch: externals/modus-themes commit 4798477791ca7b040bea4303f2707d9f04319ab0 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Expand the manual to mention modus-themes-define-derivative-command --- doc/modus-themes.info | 398 +- doc/

[elpa] externals/spacious-padding b0948a5ef7 1/2: Reindent spacious-padding.el

2025-10-11 Thread ELPA Syncer
branch: externals/spacious-padding commit b0948a5ef75774ff647d953e4f3d46471969cc97 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Reindent spacious-padding.el --- spacious-padding.el | 24 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/spac

[elpa] externals/tempel 18836385fe: Insert trigger prefix only when invoking tempel-complete directly

2025-10-11 Thread ELPA Syncer
branch: externals/tempel commit 18836385fe0cc4b52f6c482f6b5d6d33b327cb6a Author: Daniel Mendler Commit: Daniel Mendler Insert trigger prefix only when invoking tempel-complete directly --- tempel.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tempel.el b/tempel.el in

[elpa] main 95b0fc13c5: elpa-packages (minimail): New package

2025-10-11 Thread Stefan Monnier via
branch: main commit 95b0fc13c5b21306efb70c45442f0883bc401d4f Author: Stefan Monnier Commit: Stefan Monnier elpa-packages (minimail): New package --- elpa-packages | 1 + 1 file changed, 1 insertion(+) diff --git a/elpa-packages b/elpa-packages index 1c0379a8f3..5aeed4b9d4 100644 --- a/elpa

[elpa] externals/minimail 670fd7049d 26/27: Default minimail-accounts with Yhetil

2025-10-11 Thread ELPA Syncer
branch: externals/minimail commit 670fd7049d58ffae646565b9ed79d46a92216bcd Author: Augusto Stoffel Commit: Augusto Stoffel Default minimail-accounts with Yhetil --- README.org | 22 ++ minimail.el | 3 ++- 2 files changed, 16 insertions(+), 9 deletions(-) diff --git a

[elpa] externals/minimail f16fbf90c5 08/27: Add sorting by thread

2025-10-11 Thread ELPA Syncer
branch: externals/minimail commit f16fbf90c5db0c4827244e30accca818df28dc0b Author: Augusto Stoffel Commit: Augusto Stoffel Add sorting by thread --- README.org| 15 +--- minimail-tests.el | 72 minimail.el | 108 ++

[elpa] externals/minimail 3ade240a35 02/27: Changes to memoization macros

2025-10-11 Thread ELPA Syncer
branch: externals/minimail commit 3ade240a352ba78d1e19b258e3619a6971f066d7 Author: Augusto Stoffel Commit: Augusto Stoffel Changes to memoization macros --- minimail-tests.el | 14 -- minimail.el | 35 --- 2 files changed, 24 insertions(+),

[elpa] externals/minimail ed45f6196e 21/27: Support X-GM-LABELS, treating them as normal flags

2025-10-11 Thread ELPA Syncer
branch: externals/minimail commit ed45f6196ea70a3ca9ab87fbe96cd70cf76e3f73 Author: Augusto Stoffel Commit: Augusto Stoffel Support X-GM-LABELS, treating them as normal flags --- minimail.el | 27 +++ 1 file changed, 19 insertions(+), 8 deletions(-) diff --git a/mini