Commit Graph

  • 1c9e8c2d2b Accepting request 1277864 from server:mail factory Ana Guerrero 2025-05-20 07:33:19 +00:00
  • cd09c1ae82 - Update to version 20250510: - Contrib * Fix gpg-json output - Bug Fixes * main: don't stop if /var/spool/mail is missing * color: fix quoted maths * Don't consider "weed" when writing an email to file * help: fix leaks * imap: check for incomplete Mailboxes on sync * fix label completion crash - Translations * update Esperanto translation * Update lt_LT translations - Docs * docs: fix broken functions - Build * Check for DocBook XSL devel Filippo Bonazzi 2025-05-15 17:02:26 +00:00
  • 390a8a8b51 Accepting request 1268671 from server:mail Dominique Leuenberger 2025-04-11 21:22:50 +00:00
  • d5cd89dcfb - Update to version 20250404: - Features * config: don't quote enums * link config dump to docs * CLI: neomutt -DD -- Dump Different * browser: tag select rather than descend - Bug Fixes * source: fix variable interpretation * mutt_oauth2: refactor sasl_string computation * expand tabs to spaces in compose preview * fix dumping of initial values * move real_name init * Remove MUTT_NEWFOLDER, fix appending to mbox * Respect Ignore when modifying an email's headers * fix refresh on toggle hide_thread_subject * buffer: fix seek * add comma to single <complete-query> match * notmuch: check for parse failure * query: allow <>s around email addresses * pager: fix normal/stripe colour * fix colour leaks in pager * fix array leak in the verify certificate dialog - Translations * 100% German * 100% Turkish * 96% Lithuanian * 86% French * 49% Chinese (Traditional) - Build * Deprecate some configure options that aren't used anymore * build: workaround for unused-result warning - Code * colour refactoring * debug: Chain old SEGV Handler * Allow nested ARRAY_FOREACH() * config: API has_been_set() * config: drop ConfigSet from API functions * drop obsolete pgp/smime menus * array: foreach_reverse() * Change description of verify-key to be crypto-scheme agnostic * expando: move EnvList out of library * Simplify the management of NeoMutt Commands * libcli - parse the command line * Split CLI Usage into sections * pager: fix lost NT_PAGER notifications * pager: fix refresh on config/colour changes * array: upgrade get_elem_list() * Buffer refactoring * improve localise_config() * main: drop -B (batch mode) option * merge init.[ch] into main.c * refactor version code * neomutt: home_dir, username, env * query: unify NeoMutt -D and -Q * refactor main.c/init.c * sidebar: streamline expando callbacks * test: lots of parse coverage * window refactoring * window: force recalc|repaint on new windows - Update to version 20250113: - Bug Fixes * fix crash in folder-hook * fix memory leak in compose message preview (fixes #4478) * query: fix comma-separated names * lua: fix lua_mutt_call() * notmuch: refresh the Email if the filename changes * fix: no new mail message * fix display of certificate fingerprints * fix prompt colour - Translations * 100% Czech * 100% German * 100% Lithuanian * 100% Serbian * 100% Slovakian * 100% Turkish * 91% French * 41% Chinese (Traditional) - Build * Fix DT_NUMBER entries on 32-bit endian platforms - Code * Simplify mutt_file_fopen() * colour refactoring * standardise variable names for temporary files - Note about version 20250109: Neomutt version 20250109 was submitted and then retracted by upstream due to a data loss bug when moving mails to mbox folders. https://github.com/neomutt/neomutt/issues/4541 Filippo Bonazzi 2025-04-11 16:43:17 +00:00
  • 3760665e6b Accepting request 1244815 from server:mail Ana Guerrero 2025-02-10 17:19:19 +00:00
  • 8bb720b717 - enable autocrypt David Sterba 2025-02-10 16:54:48 +00:00
  • 372b9677f3 osc copypac from project:server:mail package:neomutt revision:76, using expand Ana Guerrero 2025-01-15 08:17:25 +00:00
  • c65a7cff38 https://lists.opensuse.org/archives/list/factory@lists.opensuse.org/thread/M6HOYDU6Q43QAP72NCEEWFV5UZ2HBUGP/ Ana Guerrero 2025-01-15 08:11:53 +00:00
  • bbd1211fc8 Accepting request 1237907 from home:fbonazzi:branches:server:mail Filippo Bonazzi 2025-01-14 18:17:08 +00:00
  • c0ce5e6caf Accepting request 1237318 from server:mail Ana Guerrero 2025-01-13 16:51:15 +00:00
  • c7215c0a3b - Update to version 20250109: - Bug Fixes * fix crash in folder-hook * fix memory leak in compose message preview (fixes #4478) * query: fix comma-separated names * lua: fix lua_mutt_call() * notmuch: refresh the Email if the filename changes * fix: no new mail message * fix display of certificate fingerprints * fix prompt colour - Translations * 100% Czech * 100% German * 100% Lithuanian * 100% Serbian * 100% Slovakian * 100% Turkish * 91% French * 41% Chinese (Traditional) - Build * Fix DT_NUMBER entries on 32-bit endian platforms - Code * Simplify mutt_file_fopen() * colour refactoring * standardise variable names for temporary files Filippo Bonazzi 2025-01-13 08:38:15 +00:00
  • 4ad121a686 Accepting request 1231921 from server:mail Ana Guerrero 2024-12-18 19:11:14 +00:00
  • 2a3c8dc188 - Update to version 20241212: - Features * show message preview in compose view * add trailing commas when editing addresses - Bug Fixes * expando: fix overflow * Spaces can be wide * Remove BOM from UTF-8 text * Bug with wrong fingerprints in certificate_file * fix postponed sorting assertion failure * fix: save_attachment_open() when overwriting * add text-wrapping to compose message preview pager * edit_headers: cleanup temporary file on error * expando: fix crash on empty %[] date * expando: fix container formatting * browser: fix 'tag-' display * query: fix memory leak * fix more arrow_cursor + search - Changed Config * Config Renames: $pgp_sort_keys -> $pgp_key_sort $sidebar_sort_method -> $sidebar_sort $sort_alias -> $alias_sort $sort_browser -> $browser_sort * Changed Defaults: set alias_format = "%3i %f%t %-15a %-56A | %C%> %Y" set query_format = "%3i %t %-25N %-25E | %C%> %Y" - Translations * 100% German * 100% Lithuanian * 100% Serbian * 100% Turkish * 89% French * 39% Chinese (Traditional) - Docs * alias tags - Build * only use struct tm.tm_gmtoff if available - Code * refactor memory allocation * remove unused fields from ComposeSharedData * refactor 'sort' constants * add mutt_window_swap() * unify Menu data * move config to libraries * unify Alias/Query * expando factor out callbacks * refactor simple_dialog_new() * test: add TEST_CHECK_NUM_EQ() * fopen: tidy read-only David Sterba 2024-12-18 16:01:19 +00:00
  • aaf2414fc7 Accepting request 1226319 from server:mail Ana Guerrero 2024-11-26 19:55:36 +00:00
  • 10c1593f67 - Update to version 20241114: - Security * Fixed: CVE-2024-49393 * Fixed: CVE-2024-49394 * Read the protected Message-ID - Features * Allow toggling numeric configs, e.g. :toggle pager_index_lines * alias: tag/untag pattern * query: tag with <space> - Contrib * mutt_oauth2.py: Fix reference to client_secret - Bug Fixes * fix duplicate save-hook * expando: fix escaping * browser: fix enter-quit-enter * pager: fix repaint * config: warn about deprecated variables * Refresh alias/query dialog on alias/query format change * compose: fix redraw on attachment * compose: fix search with arrow_cursor * autocrypt: fix copy_normalize_addr() * alias: fix cli crash * expando: fix relative dates * expando: padding default to space - Translations * 100% German * 100% Turkish * 99% Czech * 99% Slovak * 82% French - Docs * drop refs to always-enabled features * fix typo in unmacro * fix broken link * ncrypt: fix typo in config.c - Code * Create memory alloc wrappers * Don't return the result of realpath() on failure * Fix memory leak in hcache * Lots of expando refactoring * fix type of PatternFlags.tag * tidy: smime_get_key_by_str() - Update to version 20241002: - Security * security: kill unnecessary blank lines * more security improvements * improve NeoMutt bailout handling - Features * remove mixmaster * honour umask in attach save - Bug Fixes * do not force username in addition to client certificate * Fix '%z' and '%Z in '%{...}' expando * Allow longer maildir filename suffixes * Don't force mbox stats calculations on startup * Fix sorting INBOX and its subfolders * Let ~Y match each tag individually * ignore macro events during autocrypt initialization * Generate the Message-ID earlier * compose: fix $compose_confirm_detach_first - Changed Config * set crypt_encryption_info = yes * Add an informative block with details about the encryption * set crypt_protected_headers_weed = no * Controls wether NeoMutt will weed protected header fields * set devel_security = no * Devel feature: Security * $mixmaster is deprecated * $mix_entry_format is deprecated - Translations * 100% German * 100% Lithuanian * 100% Serbian * 100% Spanish * 81% French - Docs * Fix configure script name in INSTALL.md * fix para ordering - Build * Update autosetup * Update acutest to the latest upstream commit * don't treat stddef.h specially * Add -std to CFLAGS too * require C11 * Support BerkeleyDB 18.1 * Assume 'struct timespec' exists * fix idn2 typo - Code * Close the hcache handle on failure to open the store * upgrade assert() * mutt/list.c: Use STAILQ_FOREACH_SAFE() in stailq deallocators * Use wmem*() functions with wide-character strings * ncrypt/crypt.c: Fix allocation size calculation * remove mutt_expand_path() * fix -Wdouble-promotion warnings * scanf: initialise out-vars * Allow opening the header cache in non-O_CREAT mode * Fix function pointer types * Check mutt_date_parse_date()s return value * Fix up slashes in imap_fix_path() * Fix padding with an empty string * tidy expando library - Remove --mixmaster configure flag, dropped by upstream David Sterba 2024-11-25 16:32:12 +00:00
  • f3ab0374ce Accepting request 1172917 from server:mail leap-16.0 Dominique Leuenberger 2024-05-10 10:04:58 +00:00
  • d164369ef8 Accepting request 1172915 from home:dsterba:branches:server:mail David Sterba 2024-05-09 11:08:13 +00:00
  • 95a0d38db5 Accepting request 1172445 from home:mkoutny:branches:server:mail David Sterba 2024-05-07 13:37:42 +00:00
  • f500b29cd9 Accepting request 1170782 from server:mail Ana Guerrero 2024-04-29 15:58:36 +00:00
  • 115bc72760 Accepting request 1170265 from home:fbonazzi:branches:server:mail David Sterba 2024-04-29 13:05:16 +00:00
  • f6ad8c3c45 Accepting request 1168856 from server:mail Ana Guerrero 2024-04-18 20:13:35 +00:00
  • f3fd95fdf7 Accepting request 1168385 from home:fbonazzi:branches:server:mail David Sterba 2024-04-18 13:03:06 +00:00
  • c3d489cb53 Accepting request 1136256 from server:mail Dominique Leuenberger 2024-01-03 11:30:42 +00:00
  • e96db07b2e Accepting request 1135531 from home:dirkmueller:Factory Dirk Stoecker 2024-01-02 17:48:11 +00:00
  • b9ee1f3456 Accepting request 1125476 from server:mail Ana Guerrero 2023-11-13 21:21:49 +00:00
  • 5c38abad5a Accepting request 1125446 from home:fbonazzi:branches:server:mail David Sterba 2023-11-13 11:53:56 +00:00
  • 70cd157701 Accepting request 1116884 from server:mail Ana Guerrero 2023-10-11 21:56:09 +00:00
  • d8b5ad6bc8 Accepting request 1116711 from home:victorhck:branches:openSUSE:Factory David Sterba 2023-10-11 10:00:58 +00:00
  • 2116398366 Accepting request 1089795 from server:mail Dominique Leuenberger 2023-05-30 20:03:06 +00:00
  • 24660a0c34 Accepting request 1089602 from home:fbonazzi:branches:server:mail David Sterba 2023-05-30 11:22:17 +00:00
  • be07532840 Accepting request 1078774 from server:mail Dominique Leuenberger 2023-04-13 12:10:36 +00:00
  • 8959b2305f Accepting request 1078769 from home:fbonazzi:branches:server:mail David Sterba 2023-04-12 16:00:12 +00:00
  • e83c84902d Accepting request 1075580 from server:mail Dominique Leuenberger 2023-03-30 20:52:43 +00:00
  • cec762e573 Accepting request 1074988 from home:fbonazzi:branches:server:mail David Sterba 2023-03-30 15:32:56 +00:00
  • a1f662993a Accepting request 982657 from server:mail Dominique Leuenberger 2022-06-16 16:19:57 +00:00
  • a94712f271 Accepting request 982618 from home:dirkmueller:Factory David Sterba 2022-06-14 17:39:45 +00:00
  • b01ae828ca Accepting request 979165 from server:mail Dominique Leuenberger 2022-05-25 18:35:13 +00:00
  • 341b5aa442 Accepting request 979158 from home:LarsMB:branches:server:mail David Sterba 2022-05-25 11:15:08 +00:00
  • ecf67269b3 Accepting request 969212 from server:mail Dominique Leuenberger 2022-04-11 21:49:28 +00:00
  • 8dae0f78f1 Accepting request 968269 from home:dirkmueller:Factory David Sterba 2022-04-11 13:28:32 +00:00
  • b25849f7e3 Accepting request 944474 from server:mail Dominique Leuenberger 2022-01-07 11:45:47 +00:00
  • 73828de18e Accepting request 943948 from home:dirkmueller:Factory David Sterba 2022-01-06 14:14:49 +00:00
  • 03eb694c86 Accepting request 892512 from server:mail Dominique Leuenberger 2021-05-12 17:32:46 +00:00
  • aca3225920 Accepting request 888249 from home:dirkmueller:Factory David Sterba 2021-05-12 14:05:18 +00:00
  • c39911c184 Accepting request 881320 from server:mail Richard Brown 2021-03-28 09:54:30 +00:00
  • 5b50322411 Accepting request 881316 from home:LarsMB:branches:server:mail Dirk Mueller 2021-03-25 13:56:24 +00:00
  • 07ab7d4d6f Accepting request 881312 from home:LarsMB:branches:server:mail David Sterba 2021-03-25 13:07:31 +00:00
  • c726b6f84a Accepting request 877694 from server:mail Dominique Leuenberger 2021-03-08 14:20:02 +00:00
  • c79fdb781b Accepting request 877646 from home:dirkmueller:Factory David Sterba 2021-03-08 10:34:17 +00:00
  • 1869b22347 Accepting request 851847 from server:mail Dominique Leuenberger 2020-12-01 13:22:50 +00:00
  • 059b01b801 Accepting request 851408 from home:kailiu:branches:server:mail David Sterba 2020-11-30 13:23:37 +00:00
  • 21149a6414 Accepting request 850808 from server:mail Dominique Leuenberger 2020-11-26 22:12:13 +00:00
  • 2f03713f05 Accepting request 850304 from home:AndreasStieger:branches:server:mail David Sterba 2020-11-25 19:05:11 +00:00
  • 4520938f78 Accepting request 850231 from server:mail Dominique Leuenberger 2020-11-24 21:10:37 +00:00
  • 785a156788 Accepting request 849912 from home:kailiu:branches:server:mail David Sterba 2020-11-23 14:28:15 +00:00
  • 83defcf29a Accepting request 834007 from server:mail Dominique Leuenberger 2020-09-14 10:32:15 +00:00
  • e6197ec06d Accepting request 833817 from home:dirkmueller:branches:server:mail David Sterba 2020-09-12 16:35:27 +00:00
  • d6c4671712 Accepting request 828764 from home:kailiu:branches:server:mail David Sterba 2020-08-24 10:17:53 +00:00
  • 4174458f95 Accepting request 819213 from server:mail Dominique Leuenberger 2020-07-08 17:17:34 +00:00
  • 978f853547 Accepting request 818788 from home:kailiu:branches:server:mail David Sterba 2020-07-07 11:29:07 +00:00
  • d68c1d3e12 Accepting request 808166 from server:mail Yuchen Lin 2020-05-26 15:21:17 +00:00
  • 3c81f665d1 Accepting request 808152 from home:kailiu:branches:server:mail David Sterba 2020-05-22 09:58:09 +00:00
  • 41bbfd20e5 Accepting request 786974 from server:mail Dominique Leuenberger 2020-03-20 23:00:09 +00:00
  • 61cc11f972 Accepting request 786900 from home:mrey:branches:server:mail David Sterba 2020-03-20 18:07:18 +00:00
  • bb8b968a27 Accepting request 784725 from server:mail Dominique Leuenberger 2020-03-14 08:56:40 +00:00
  • 04271fde55 Accepting request 784710 from home:mrey:branches:server:mail David Sterba 2020-03-13 21:56:04 +00:00
  • e9775d67d6 Accepting request 769030 from server:mail Dominique Leuenberger 2020-01-31 22:57:56 +00:00
  • f247de054e Accepting request 769014 from home:mrey:branches:server:mail David Sterba 2020-01-31 10:50:14 +00:00
  • 9050277926 Accepting request 751556 from server:mail Dominique Leuenberger 2019-11-30 09:37:47 +00:00
  • d36a4019fc Accepting request 751481 from home:jubalh:branches:server:mail David Sterba 2019-11-28 10:15:34 +00:00
  • 716bd5255b Accepting request 623631 from server:mail Dominique Leuenberger 2018-07-18 20:57:14 +00:00
  • fdb3084c2a Accepting request 623626 from home:kbabioch:branches:server:mail David Sterba 2018-07-18 11:39:09 +00:00
  • 5faea06cdd update changelog with bsc David Sterba 2018-07-17 10:40:43 +00:00
  • fd6bcffaed Accepting request 623325 from home:kbabioch:branches:server:mail David Sterba 2018-07-17 10:29:44 +00:00
  • 7d074f8fbe Accepting request 618956 from server:mail Dominique Leuenberger 2018-06-27 08:21:25 +00:00
  • 7ada466efa Accepting request 618955 from home:dsterba:branches:server:mail David Sterba 2018-06-25 12:31:15 +00:00
  • 4ac8918dfb Accepting request 611048 from server:mail Dominique Leuenberger 2018-05-29 08:37:38 +00:00
  • c0f1114c1c fix description David Sterba 2018-05-21 17:49:14 +00:00
  • eab4a63366 Accepting request 607016 from home:dsterba:branches:server:mail David Sterba 2018-05-14 11:16:12 +00:00
  • 590f80b3b2 Accepting request 590747 from server:mail Dominique Leuenberger 2018-03-26 11:09:59 +00:00
  • 2dee77fbf8 Accepting request 590746 from home:dsterba:branches:server:mail David Sterba 2018-03-23 16:52:35 +00:00
  • c824ea7810 Accepting request 581015 from server:mail Dominique Leuenberger 2018-03-01 11:07:49 +00:00
  • a53c414a25 Accepting request 581014 from home:dsterba:branches:server:mail David Sterba 2018-02-28 16:07:54 +00:00
  • 28659cb917 Accepting request 579482 from server:mail Dominique Leuenberger 2018-02-26 22:24:32 +00:00
  • 2e2fcc0845 Accepting request 579481 from home:dsterba:branches:server:mail David Sterba 2018-02-23 11:25:50 +00:00
  • bc76984669 Accepting request 565772 from server:mail Dominique Leuenberger 2018-01-22 15:17:30 +00:00
  • 1f2662310b Accepting request 560661 from home:dsterba:branches:server:mail David Sterba 2017-12-30 00:01:20 +00:00
  • 77e0694a19 Accepting request 556512 from home:dsterba:staging Cristian Rodríguez 2017-12-21 01:46:03 +00:00