commit neomutt for openSUSE:Factory

2024-05-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package neomutt for openSUSE:Factory checked 
in at 2024-05-10 12:04:58

Comparing /work/SRC/openSUSE:Factory/neomutt (Old)
 and  /work/SRC/openSUSE:Factory/.neomutt.new.1880 (New)


Package is "neomutt"

Fri May 10 12:04:58 2024 rev:33 rq:1172917 version:20240425

Changes:

--- /work/SRC/openSUSE:Factory/neomutt/neomutt.changes  2024-04-29 
17:58:41.840137278 +0200
+++ /work/SRC/openSUSE:Factory/.neomutt.new.1880/neomutt.changes
2024-05-10 12:05:49.110967592 +0200
@@ -1,0 +2,6 @@
+Thu May  9 00:00:00 CEST 2024 - mkou...@suse.com
+
+- Recommend at least one SASL module to prevent "No authenticators avaliable"
+  error when sending mail via SMTP
+
+---



Other differences:
--
++ neomutt.spec ++
--- /var/tmp/diff_new_pack.rBwrB4/_old  2024-05-10 12:05:52.255082156 +0200
+++ /var/tmp/diff_new_pack.rBwrB4/_new  2024-05-10 12:05:52.259082302 +0200
@@ -50,6 +50,7 @@
 BuildRequires:  w3m
 BuildRequires:  xsltproc
 BuildRequires:  zlib-devel
+Recommends: cyrus-sasl-plain
 Recommends: neomutt-doc
 Recommends: neomutt-lang
 


commit neomutt for openSUSE:Factory

2024-04-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package neomutt for openSUSE:Factory checked 
in at 2024-04-18 22:13:35

Comparing /work/SRC/openSUSE:Factory/neomutt (Old)
 and  /work/SRC/openSUSE:Factory/.neomutt.new.26366 (New)


Package is "neomutt"

Thu Apr 18 22:13:35 2024 rev:31 rq:1168856 version:20240416

Changes:

--- /work/SRC/openSUSE:Factory/neomutt/neomutt.changes  2024-01-03 
12:31:22.289469455 +0100
+++ /work/SRC/openSUSE:Factory/.neomutt.new.26366/neomutt.changes   
2024-04-18 22:14:43.842167958 +0200
@@ -1,0 +2,134 @@
+Tue Apr 16 15:40:53 UTC 2024 - Filippo Bonazzi 
+
+- Remove MacOS-specific scripts
+- Add %python3_fix_shebang_path to fix Python script packaging
+- Update to version 20240416:
+  - Features
+#4216 Compose: Hide MixMaster chain if chain is empty
+Expando upgrade
+version: bold labels
+  - Contrib
+mutt_oauth2.py: Detect recipient for oauth automatically
+mutt_oauth2.py: imap_oauth_refresh_command does not need options
+  - Bug Fixes
+#4210 mbox: fix sorting for mbox_resync()
+#4241 only wrap after first address in header lines
+status: reset Buffer before reuse
+history: truncate file before writing over it
+notmuch: strip leading / from short path
+Fix smtp client $envelope_from_address possible dangling pointer
+Fix non-printable keyname printing to use  syntax
+Filter Arabic Letter Mark due to display corruption
+Loosen imap_open_mailbox() SELECT response data parsing
+Change mailto_allow to be exact match only
+Fix mutt_read_rfc822_line() to use is_email_wsp()
+Improve pattern compiler whitespace skipping
+Fix gpgme crash when listing keys in a public key block
+Add SigInt handler for pattern functions
+Fix some mailbox prompts to use mailbox history ring
+Improve GPGME inline processing
+Reset SIGPIPE signal handler in child process before exec()
+Filter headers passed via the command line
+Remove trailing slashes when opening maildir/mh mailboxes
+Fix mutt_paddstr() to properly filter unprintable chars
+Minor fixes to match_body_patterns()
+Fix mutt_ts_capability() fallback list loop
+Ensure SIGALRM interrupts connect() in batch mode
+Tighten $query_command parsing to allow empty name field
+  - Changed Config
+#4224 config: add L10N support
+New: set compose_confirm_detach_first = yes
+Prevent the accidental deletion of the composed message
+Changed: set reply_regex = "^((re)(\\[[0-9]+\\])*:[ \t]*)*"
+Regex to match message reply subjects like 're: '
+Changed: set pager = ""
+External command for viewing messages, or empty to use NeoMutt's
+  - Translations
+100% Czech
+100% German
+100% Lithuanian
+100% Serbian
+100% Slovak
+99% Turkish
+l10n: document functions
+config: add L10N support
+  - Docs
+Clarify the manual section on POP3 support
+Document the <1234> key syntax for bind
+Document $sendmail invocation behavior
+Clarify -H usage in batch mode is not a "pass through" option
+  - Build
+test: remove unnecessary setting of TZ var
+build: make conn/getdomain.c dependent on DOMAIN
+Improve w3m invocation for manual.txt generation
+Include  before invoking tigetstr() and tigetflag()
+Enable CodeQL for python
+  - Code
+factor out buf_make()
+drop dupe signal_init() on startup
+Convert mutt_create_alias() and helpers to use buffer pool
+Factor out match_body_patterns() to make resolve_types() simpler
+Rewrite mutt_apply_replace() to use buffers
+- Update to version 20240329:
+  - Bug Fixes
+#4185 c441f59 Fix memory leak in trash_append()
+#4189 Fix off-by-one error in %b with notmuch
+#4190 Zero-out mailbox counters on delete
+#4204 colour: honour the normal colour
+#4205 match folder-hook also against mailbox name (fixes #4201)
+wrap colour in
+history: fix saving file
+history: improve error message format
+  - Docs
+#4182 docs: -C: Fix some accidents
+#4188 Update oauth2 README
+#4193 Update oauth2 README
+fix typos, lots of tidying
+tidy license info
+  - Build
+#4196 use FreeBSD 14.0 in Cirrus CI
+actions: update cpu count
+actions: use codeql v3
+  - Code
+#4186 Buffer refactoring: make_entry()
+address: tidy config handling
+coverage: buf, slist
+graphviz: link labels
+tidy buf_strcpy() calls
+tidy char buffers
+test: default timezone to UTC
+- Update to version 20240201:
+  - Features
+#4134 Command-line Crypto (neomutt -C)
+  - Bug Fixes
+#4065 track new-mail check time per mailbox
+#4141 fix(change-folder): don't exclude notmuch
+#4147 envelope: manage subject/real_subj together
+#4155 fix parsing of $REPLYTO
+

commit neomutt for openSUSE:Factory

2024-01-03 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package neomutt for openSUSE:Factory checked 
in at 2024-01-03 12:30:42

Comparing /work/SRC/openSUSE:Factory/neomutt (Old)
 and  /work/SRC/openSUSE:Factory/.neomutt.new.28375 (New)


Package is "neomutt"

Wed Jan  3 12:30:42 2024 rev:30 rq:1136256 version:20231221

Changes:

--- /work/SRC/openSUSE:Factory/neomutt/neomutt.changes  2023-11-13 
22:25:26.541601736 +0100
+++ /work/SRC/openSUSE:Factory/.neomutt.new.28375/neomutt.changes   
2024-01-03 12:31:22.289469455 +0100
@@ -1,0 +2,23 @@
+Thu Dec 28 18:26:12 UTC 2023 - Dirk Müller 
+
+- update to 20231221:
+  * A smallish release, this month.
+  * Plenty of bug-fixes, but the majority of the changes happened
+behind the scenes.
+  * #4126 - add alias 'tags:'
+  * #4115 - create HelpBar after colours
+  * #4116 - Fix Batch Sending of Emails
+  * #4119 - Fix Header Cache Key Handling
+  * #4121 - mutt_oauth2.py: error out if ENCRYPTION_PIPE was not
+supplied
+  * #4124 - config: fix flag overlaps
+  * #4125 - compose: restore view-text/pager/mailcap
+  * color: fix attr_color_copy()
+  * fix :color dump
+  * fix leak in completion
+  * force mail check on current mailbox after ``
+  * Allow sending an empty mail
+  * mutt_oauth2.py: Use readline to overcome macOS input()
+restrictions
+
+---

Old:

  20231103.tar.gz
  20231103.tar.gz.sig

New:

  20231221.tar.gz
  20231221.tar.gz.sig



Other differences:
--
++ neomutt.spec ++
--- /var/tmp/diff_new_pack.MprhoL/_old  2024-01-03 12:31:23.581516708 +0100
+++ /var/tmp/diff_new_pack.MprhoL/_new  2024-01-03 12:31:23.585516854 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   neomutt
-Version:20231103
+Version:20231221
 Release:0
 Summary:A command line mail reader (or MUA), a fork of Mutt with added 
features
 License:GPL-2.0-or-later

++ 20231103.tar.gz -> 20231221.tar.gz ++
 199728 lines of diff (skipped)


commit neomutt for openSUSE:Factory

2023-11-13 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package neomutt for openSUSE:Factory checked 
in at 2023-11-13 22:21:49

Comparing /work/SRC/openSUSE:Factory/neomutt (Old)
 and  /work/SRC/openSUSE:Factory/.neomutt.new.17445 (New)


Package is "neomutt"

Mon Nov 13 22:21:49 2023 rev:29 rq:1125476 version:20231103

Changes:

--- /work/SRC/openSUSE:Factory/neomutt/neomutt.changes  2023-10-12 
11:47:06.847885080 +0200
+++ /work/SRC/openSUSE:Factory/.neomutt.new.17445/neomutt.changes   
2023-11-13 22:25:26.541601736 +0100
@@ -1,0 +2,46 @@
+Mon Nov 13 10:46:52 UTC 2023 - Filippo Bonazzi 
+
+- Update to version 20231103:
+  - Features
+* info screen: enable 
+* add :color command
+* color: add ANSI RGB support
+* color: Support ANSI 2x clear sequences
+  - Bug Fixes
+* color: fix palette conversion
+* fix logging on error
+* log: vim-style
+* fix file auto-completion
+* improve logic for growing mailbox memory
+  - Translations
+100% Czech
+100% German
+100% Lithuanian
+100% Serbian
+100% Slovak
+100% Turkish
+  - Build
+* fix CFLAGS/LDFLAGS for ncurses
+* configure --with-iconv
+  - Code
+* remove unused count of new mails from index private data
+* smtp: Simplify the API of smtp_code()
+* simplify CLAMP by expressing it with MIN/MAX
+* color: introduce ColorElement
+* color: log gui info on startup
+* color: move business logic out of parsers
+* color: tidy OptNoCurses cases
+* log: add log_multiline()
+* test: increase coverage
+- Update to version 20231023:
+  - Bug Fixes
+* fix crash on exit
+* fix header colour
+* fix 32-bit date overflow
+* fix new mail in limited view
+* nntp: fix use-after-free
+* color: fix ansi colours
+* color: add +truecolor to version string
+- Update neomutt.keyring
+
+---

Old:

  20231006.tar.gz
  20231006.tar.gz.sig

New:

  20231103.tar.gz
  20231103.tar.gz.sig



Other differences:
--
++ neomutt.spec ++
--- /var/tmp/diff_new_pack.HC9m9x/_old  2023-11-13 22:25:27.081621619 +0100
+++ /var/tmp/diff_new_pack.HC9m9x/_new  2023-11-13 22:25:27.081621619 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   neomutt
-Version:20231006
+Version:20231103
 Release:0
 Summary:A command line mail reader (or MUA), a fork of Mutt with added 
features
 License:GPL-2.0-or-later

++ 20231006.tar.gz -> 20231103.tar.gz ++
 52987 lines of diff (skipped)

++ neomutt.keyring ++
--- /var/tmp/diff_new_pack.HC9m9x/_old  2023-11-13 22:25:27.649642533 +0100
+++ /var/tmp/diff_new_pack.HC9m9x/_new  2023-11-13 22:25:27.653642680 +0100
@@ -13,18 +13,18 @@
 KVMlS4ayHt9iG9iZ4c2rjTsxbLDYB5Mw17WNxwfGhMhiy15GRizFHJxLhQARAQAB
 tCtSaWNoYXJkIFJ1c3NvbiAoTmVvTXV0dCkgPHJpY2hAZmxhdGNhcC5vcmc+iQJU
 BBMBCAA+AhsDBQsJCAcCBhUICQoLAgQWAgMBAh4BAheAFiEEhsI5cnDdelYSY8pO
-X68Kbuc3GAUFAmDPRRgFCQ2J9D4ACgkQX68Kbuc3GAXMsw//UcV5RfVKRZrHTEQf
-GPNDfZEXf+k0t12Vf1C9uW0GVrjD4IUupIBDGPcY8H4y/Xhi113rcMsQ0B1ZSLJd
-2h71Mic17xmk4gIr3RXICVNxGDESDemZdVDRCtDqHNRHxFSbQMOO1fC9kF3T7+GA
-alXbd416md5C6uLFd1ETnosjVJfAxmJjyM+5V7cakYiKjX45r3TR0byJZyJsirfV
-z6kfIJHdLEtyl/dEAbVSdympmresBMcDvMrTvcIiob3RO1kySkAT9K6zJRXtBATk
-OjXVdgoaZDQOCaO23nu/wVawdx7cNs2nHckHf1w6hGtaZu4bdhMStTDCdIWoKMQT
-WOnvQwcrLDM2yYO7AcuKVZN0+MH5ZI700ekJtlEseL9QEeIetkLyUF+uDdLqVT2i
-kx3xNOjKq/UrXtFVo1ehDHzOEmfpHrDPjR8uz662Y2w0TY3rMvvRZ0wVPUq3wSlb
-Q7cW/WcNBxzLBCGHc1OD8q7oEohuhyYJZHtS/PUOj1ObKNyR9gPE196C9cM62dZg
-ICxWZMP1P/Co0f6NyLG9vHD11QkUanwqvH26b2D21vfK3qXLWt/fUbwwoYdi+p91
-flUoB2R2drTDfGghZsDjDiK5THGGZEL2+MXgMMyQrCoT0+/rxMrBmJ5Mp/bdn7Ha
-Sx71N4dC/Nrkr+HpjkdfQMFd93qJAlQEEwEIAD4CGwMFCwkIBwIGFQgJCgsCBBYC
+X68Kbuc3GAUFAmSr4ycFCRFmkk0ACgkQX68Kbuc3GAXDbw/9E5xfQZae+LUKex8e
+JO8F9BwmZOtWITv0OtF81YIC5mVx0AtJEgI/frDR4HW+0YwZ1k3T1CQQO0e3muJi
+ZmTtPuk7hPVSwMV2fksLVw0N9ZB8ionuL4UWtSoGmf3jaNe/OkC54uJiHOYIBYZd
+p3n4NjHRIEwHzjSoH/DmNBUAJCPjBUEuxb4M6hQHTu3rnu02MSR7y6kIcCT3tniV
+MkCqXUrAqwRN5PZZP8Ty/Y1Iv5GHtQ69/11o+ILZULtZUcTNK1Yu4wm3UYQQGpCO
+sPY0D92gMMAwoNlOaXBTZitTj+ptDsRVtGqUUkF4522SW9jiYqg9trd16pMclE4Y
+3w+yXKQVanYVTbiE0Tt1JnoUPO+KuSnZo3C1ePAU/m2RFr/lKzqzcyGLlhUTId+J
+K9l9ovpi+uDEzkIBRnMTnMDnOxZYd0a4+Heu34sm9f45uHnQVjk1Jj/RBWe2VDKu
+aExzuXy9P0GqB0dEVV4R5rQy92wQO63e5rfQSwCLMXs329HUNzMmf15X2FjyBVuS
++B9KjHof5pQEIeKor8FOdyVWRSJdmHjREkgLcfrYpjPQxUZmsplAcCeguNwPROhA
+ILDmx7r8l9/Kkx7q4MWKBs+Fc5Hcifqbb3rn/z3pk9fyChekbTgQyHeO367c9cAy
+hv1v2LZGuydC/HWQZHF45nc0J+CJAlQEEwEIAD4CGwMFCwkIBwIGFQgJCgsCBBYC
 AwECHgECF4AWIQSGwjlycN16VhJjyk5frwpu5zcYBQUCXK5H/AUJCWj3IgAKCRBf
 rwpu5zcYBbHoEACDXSGVfpZByOXrSXySIJTEfjtYY5h/6gJ1nqbFGjNYuABUqjs9
 

commit neomutt for openSUSE:Factory

2023-10-13 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package neomutt for openSUSE:Factory checked 
in at 2023-10-11 23:56:09

Comparing /work/SRC/openSUSE:Factory/neomutt (Old)
 and  /work/SRC/openSUSE:Factory/.neomutt.new.1807 (New)


Package is "neomutt"

Wed Oct 11 23:56:09 2023 rev:28 rq:1116884 version:20231006

Changes:

--- /work/SRC/openSUSE:Factory/neomutt/neomutt.changes  2023-05-30 
22:03:19.467322202 +0200
+++ /work/SRC/openSUSE:Factory/.neomutt.new.1807/neomutt.changes
2023-10-12 11:47:06.847885080 +0200
@@ -1,0 +2,46 @@
+Tue Oct 10 16:42:29 UTC 2023 - Victorhck 
+
+- Update to version 20231006:
+  - Features
+* color: allow ‘alert’, ‘bright’, ‘light’ prefix for colorNNN
+* color: refactor parsing code
+* imap: truncate large UIDVALIDITYs to support non-conforming IMAP servers
+* hcache: shrink Email and Body caches
+* prompt: treat complete-query as complete where it makes sense
+* help: add message flags to help screen
+* help: add alternating colors
+* mailboxes: add -label, -notify and -poll options
+* add help to questions
+* color_directcolor: Also set the default/initial value on startup
+  - Bug Fixes
+* maildir: fix sync when a deleted file disappears
+* gnutls: fix “certificate saved” message
+* imap: truncate large UIDVALIDITYs to support non-conforming servers
+* maildir: fix fix error with  on mbsync
+* address: parse comments after address
+* bind: fix truncated binding strings
+* fix ‘from’ address when real name isn’t set
+* Fix crash on  when the ed view is empty
+* browser: fix autocompletion
+* pager: fix search crash
+* help: fix search highlight
+* force mail check on current mailbox after 
+* openssl: continue if a signal interrupts an SSL read/write
+ - Changed Config
+* Rename $imap_keepalive to $imap_keep_alive
+* Change defaults to use %<...> conditional syntax $attach_format, 
$index_format, $mailbox_folder_format, $status_format, $ts_icon_format, 
$ts_status_format
+* Add browser_sort_dirs_first to always list directories first
+ - Code
+* imap: factor out tagged emails
+* address: use struct Buffer instead of plain char pointers
+* drop notifications relay
+* move $delete_untag out of the backend
+* respect --[disable-]fmemopen in tests
+* hcache: optimize storage requirements, reduce config
+* logging: catch format string errors
+* colour: refactor colour parsing
+* refactoring, cleanup
+* fixed coverity defects
+* convert many functions to use a Buffer
+
+---

Old:

  20230517.tar.gz
  20230517.tar.gz.sig

New:

  20231006.tar.gz
  20231006.tar.gz.sig



Other differences:
--
++ neomutt.spec ++
--- /var/tmp/diff_new_pack.aAJ9mR/_old  2023-10-12 11:47:07.375904544 +0200
+++ /var/tmp/diff_new_pack.aAJ9mR/_new  2023-10-12 11:47:07.375904544 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   neomutt
-Version:20230517
+Version:20231006
 Release:0
 Summary:A command line mail reader (or MUA), a fork of Mutt with added 
features
 License:GPL-2.0-or-later

++ 20230517.tar.gz -> 20231006.tar.gz ++
 377131 lines of diff (skipped)


commit neomutt for openSUSE:Factory

2023-05-30 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package neomutt for openSUSE:Factory checked 
in at 2023-05-30 22:03:06

Comparing /work/SRC/openSUSE:Factory/neomutt (Old)
 and  /work/SRC/openSUSE:Factory/.neomutt.new.1533 (New)


Package is "neomutt"

Tue May 30 22:03:06 2023 rev:27 rq:1089795 version:20230517

Changes:

--- /work/SRC/openSUSE:Factory/neomutt/neomutt.changes  2023-04-13 
14:10:44.968297240 +0200
+++ /work/SRC/openSUSE:Factory/.neomutt.new.1533/neomutt.changes
2023-05-30 22:03:19.467322202 +0200
@@ -1,0 +2,21 @@
+Mon May 29 15:18:29 UTC 2023 - Filippo Bonazzi 
+
+- Update to version 20230517:
+  - Features
+* Support 24bit colors, aka truecolor
+* Show complete MIME structure in attachments
+* Allow percentages to be localized
+  - Bug Fixes
+* Fix crash in op_browser_subscribe
+* Select the first email when coming from an empty limit
+* Fix counting new mails in maildir
+* bind: fix incorrect conflict report
+* index: only refresh the menu on non-focus window changes
+* tunnel: fix reconnection with ssl_force=true
+* maildir: stop parsing headers at the end of the headers section
+* Fix handling of bright colours
+* Fix sorting of labels
+  - Build
+* Build with libidn2 by default, remove support for libidn1
+
+---

Old:

  20230407.tar.gz
  20230407.tar.gz.sig

New:

  20230517.tar.gz
  20230517.tar.gz.sig



Other differences:
--
++ neomutt.spec ++
--- /var/tmp/diff_new_pack.7iuUzK/_old  2023-05-30 22:03:20.035325550 +0200
+++ /var/tmp/diff_new_pack.7iuUzK/_new  2023-05-30 22:03:20.039325573 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   neomutt
-Version:20230407
+Version:20230517
 Release:0
 Summary:A command line mail reader (or MUA), a fork of Mutt with added 
features
 License:GPL-2.0-or-later
@@ -37,7 +37,7 @@
 BuildRequires:  libdb-4_8-devel
 BuildRequires:  libgnutls-devel
 BuildRequires:  libgpgme-devel
-BuildRequires:  libidn-devel
+BuildRequires:  libidn2-devel
 BuildRequires:  libkyotocabinet-devel
 BuildRequires:  libtool
 BuildRequires:  lmdb-devel
@@ -98,7 +98,7 @@
--notmuch   \
--sasl  \
--gss   \
-   --idn   \
+   --idn2  \
--mixmaster \
--pcre2 \
--zlib

++ 20230407.tar.gz -> 20230517.tar.gz ++
 264718 lines of diff (skipped)


commit neomutt for openSUSE:Factory

2023-04-13 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package neomutt for openSUSE:Factory checked 
in at 2023-04-13 14:10:36

Comparing /work/SRC/openSUSE:Factory/neomutt (Old)
 and  /work/SRC/openSUSE:Factory/.neomutt.new.19717 (New)


Package is "neomutt"

Thu Apr 13 14:10:36 2023 rev:26 rq:1078774 version:20230407

Changes:

--- /work/SRC/openSUSE:Factory/neomutt/neomutt.changes  2023-03-30 
22:52:46.345058157 +0200
+++ /work/SRC/openSUSE:Factory/.neomutt.new.19717/neomutt.changes   
2023-04-13 14:10:44.968297240 +0200
@@ -1,0 +2,14 @@
+Wed Apr 12 15:32:03 UTC 2023 - Filippo Bonazzi 
+
+- Update to version 20230407:
+  - Features
+* imap : support IMAP4 ID extension (RFC2971)
+* parse: query all changed (set) / all (set all) config variables
+  - Bug Fixes
+* lua: fix command registration
+* postpone: use colours from the right mailbox
+* smtp: ignore oauth if it isn't configured and not requested
+  - Changed Config
+* New: imap_send_id - Send IMAP ID command when logging in
+
+---

Old:

  20230322.tar.gz
  20230322.tar.gz.sig

New:

  20230407.tar.gz
  20230407.tar.gz.sig



Other differences:
--
++ neomutt.spec ++
--- /var/tmp/diff_new_pack.gQGLYP/_old  2023-04-13 14:10:45.540300524 +0200
+++ /var/tmp/diff_new_pack.gQGLYP/_new  2023-04-13 14:10:45.548300570 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   neomutt
-Version:20230322
+Version:20230407
 Release:0
 Summary:A command line mail reader (or MUA), a fork of Mutt with added 
features
 License:GPL-2.0-or-later

++ 20230322.tar.gz -> 20230407.tar.gz ++
 163581 lines of diff (skipped)


commit neomutt for openSUSE:Factory

2023-03-30 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package neomutt for openSUSE:Factory checked 
in at 2023-03-30 22:52:43

Comparing /work/SRC/openSUSE:Factory/neomutt (Old)
 and  /work/SRC/openSUSE:Factory/.neomutt.new.31432 (New)


Package is "neomutt"

Thu Mar 30 22:52:43 2023 rev:25 rq:1075580 version:20230322

Changes:

--- /work/SRC/openSUSE:Factory/neomutt/neomutt.changes  2022-06-16 
18:20:15.072083296 +0200
+++ /work/SRC/openSUSE:Factory/.neomutt.new.31432/neomutt.changes   
2023-03-30 22:52:46.345058157 +0200
@@ -1,0 +2,99 @@
+Tue Mar 28 09:53:00 UTC 2023 - Filippo Bonazzi 
+
+- Update to version 20230322:
+  - Features
+* Use DT_SLIST for charset variables
+* Support viewing html with embedded images
+* Account command, see the feature page
+* Check that sendmail and inews don't contain shell meta characters
+* Browser: add mailbox_folder_format config variable
+* Enter: add function kill-whole-line
+* Account command: add macOS keychain sample provider
+* Account command: add GPG+JSON sample provider
+* Expose italics attribute for colour scheme
+* Allow source in hooks to point to relative paths
+* Resolve alternates when subscribing/unsubscribing
+* Notmuch: allow specifying configuration file
+* Notmuch: allow usage of notmuch profiles
+* Add GNU SASL support for authentication (--gsasl configure option)
+* Extend colour objects to support patterns
+* Detect and fixup maildirs with missing "new" and "tmp" directories
+* Generate standard MIME types as application/pkcs7-* instead of legacy 
application/x-pkcs7-*
+* Compose: add Smime: pseudo header
+* Handle more X-Mutt pseudo-headers with edit_headers
+* Use socket_timeout to time out read/write operations
+* Allow %[fmt] in $folder_format
+* Respect attribution_locale in indent_string and post_indent_string
+* Pattern: add ~K to search Bcc, include Bcc in ~C, %C, ~L, and ~p
+* Colour postponed emails list
+* Allow querying user-defined variables ($my_var) with -Q
+* Dump user-defined variables ($my_var) with -D
+* Generate purely random Message-ID headers
+* Allow an empty sidebar_divider_char
+* Fix handling and display of group addresses
+  - Bug Fixes
+* Fix status_on_top to work on complex windows, e.g., attach
+* Imap: fix off-by-one error causing bogus "Progress message 10/9" message
+* Attach: fix segfault when viewing HTML attachment in compose mode
+* Allow for longer expansions in e.g., index_format
+* Accept unpadded base64-encoded data, as some mailers produce
+* Fix hangup when trying to add email address from help screens
+* Handle corrupted header caches
+* Fix slowdown when changing folders
+* Improve error detection for invalid color regexes
+* Distinguish between old/new with mark_old unset
+* Parse mboxes with unconventional From lines
+* Fix hostname detection for hostname ending with a "."
+* Fix truncated SMTP lines in case of very long lines
+* Use smime_sign_as instead of pgp_sign_as when signing S/MIME messages
+* Set smime_sign_as instead of smime_default_key when signing
+* Fix wrong message being marked as read with $pager_read_delay = 1
+* Fix negative new-mail count on maildir
+* Skip zero width non-joiner character in the pager
+* Handle text/vcard as not being an attachment, same as for text/x-vcard
+* Fix hdr_order not sorting last header correctly
+* Make exiting via SIGINT more graceful
+* Fix unhook index-format-hook
+* Send: delete signature when sending fails
+* SMTP: try all available methods even if SASL is not compiled in
+* Fix decryption issue when postponing S/MIME encrypted mails
+* Avoid unnecessary refreshes
+* Fixed a number of memory leaks and crashes
+  - Changed Config
+* New
+  * $account_command - Shell command to retrieve account credentials
+  * $mailbox_folder_format - printf-like format string for the browser's 
display of mailbox folders
+  * $nm_config_file - Configuration file for notmuch. Use 'auto' to detect 
configuration.
+  * $nm_config_profile - Configuration profile for notmuch.
+* Renamed for consistency (old names still work)
+  * $ask_follow_up -> $ask_followup_to
+  * $attribution -> $attribution_intro
+  * $connect_timeout -> $socket_timeout
+  * $implicit_autoview -> $implicit_auto_view
+  * $message_cachedir -> $message_cache_dir
+  * $post_indent_string -> $attribution_trailer
+  * $tmpdir -> $tmp_dir
+  * sidebar_whitelist -> sidebar_pin
+  * unsidebar_whitelist -> sidebar_unpin
+* Changed default
+  * attach_format = "%u%D%I %t%4n %T%d %> [%.7m/%.10M, %.6e%?C?, %C?, %s] "
+  * 

commit neomutt for openSUSE:Factory

2022-06-16 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package neomutt for openSUSE:Factory checked 
in at 2022-06-16 18:19:57

Comparing /work/SRC/openSUSE:Factory/neomutt (Old)
 and  /work/SRC/openSUSE:Factory/.neomutt.new.1548 (New)


Package is "neomutt"

Thu Jun 16 18:19:57 2022 rev:24 rq:982657 version:20220429

Changes:

--- /work/SRC/openSUSE:Factory/neomutt/neomutt.changes  2022-05-25 
20:35:57.240344171 +0200
+++ /work/SRC/openSUSE:Factory/.neomutt.new.1548/neomutt.changes
2022-06-16 18:20:15.072083296 +0200
@@ -1,0 +2,5 @@
+Tue Jun 14 13:41:01 UTC 2022 - Dirk M??ller 
+
+- fix build for older dists 
+
+---



Other differences:
--
++ neomutt.spec ++
--- /var/tmp/diff_new_pack.qQ86Oc/_old  2022-06-16 18:20:15.856084411 +0200
+++ /var/tmp/diff_new_pack.qQ86Oc/_new  2022-06-16 18:20:15.860084416 +0200
@@ -104,6 +104,9 @@
 %{_bindir}/neomutt
 %{_mandir}/man1/neomutt.1%{?ext_man}
 %{_mandir}/man5/neomuttrc.5%{?ext_man}
+%if 0%{?suse_version} && 0%{?suse_version} < 1550
+%dir %{_prefix}/libexec
+%endif
 %dir %{_prefix}/libexec/neomutt
 %{_prefix}/libexec/neomutt/pgpewrap
 %{_prefix}/libexec/neomutt/smime_keys


commit neomutt for openSUSE:Factory

2022-05-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package neomutt for openSUSE:Factory checked 
in at 2022-05-25 20:35:13

Comparing /work/SRC/openSUSE:Factory/neomutt (Old)
 and  /work/SRC/openSUSE:Factory/.neomutt.new.2254 (New)


Package is "neomutt"

Wed May 25 20:35:13 2022 rev:23 rq:979165 version:20220429

Changes:

--- /work/SRC/openSUSE:Factory/neomutt/neomutt.changes  2022-04-11 
23:50:53.721939758 +0200
+++ /work/SRC/openSUSE:Factory/.neomutt.new.2254/neomutt.changes
2022-05-25 20:35:57.240344171 +0200
@@ -1,0 +2,61 @@
+Wed May 25 10:15:40 UTC 2022 - Lars Marowsky-Bree 
+
+- update to 20220429:
+  * Bug Fixes
+  * Do not crash on an invalid use_threads/sort combination
+  * Fix: stuck browser cursor
+  * Resolve (move) the cursor after 
+  * Index: fix menu size on new mail
+  * Don't overlimit LMDB mmap size
+  * OpenBSD y/n translation fix
+  * Generic: split out OP_EXIT binding
+  * Fix parsing of sendmail cmd
+  * Fix: crash with menu_move_off=no
+  * Newsrc: bugfix; nntp_user and nntp_pass ignored
+  * Menu: ensure config changes cause a repaint
+  * Mbox: fix sync duplicates
+  * Make sure the index redraws all that's needed
+  * Translations
+  * 100% Chinese (Simplified)
+  * 100% Czech
+  * 100% German
+  * 100% Hungarian
+  * 100% Lithuanian
+  * 100% Serbian
+  * 100% Turkish
+  * Docs
+  * add missing pattern modifier ~I for external_search_command
+  * Code
+  * menu: eliminate custom_redraw()
+  * modernise mixmaster
+  * Kill global and Propagate display attach status through State- 
+- update to 20220415:
+  * Security
+  * Fix uudecode buffer overflow (CVE-2022-1328)
+  * Features
+  * Colours, colours, colours
+  * Bug Fixes
+  * Pager: fix pager_stop
+  * Merge colours with normal
+  * Color: disable mono command
+  * Fix forwarding text attachments when honor_disposition is set
+  * Pager: drop the nntp change-group bindings
+  * Use mailbox_check flags coherently, add IMMEDIATE flag
+  * Fix: tagging in attachment list
+  * Fix: misalignment of mini-index
+  * Make sure to update the menu size after a resort
+  * Translations
+  * 100% Hungarian
+  * Build
+  * Update acutest
+  * Code
+  * Unify pipe functions
+  * Index: notify if navigation fails
+  * Gui: set colour to be merged with normal
+  * Fix: leak in tls_check_one_certificate()
+  * Upstream
+  * Flush iconv() in mutt_convert_string()
+  * Fix integer overflow in mutt_convert_string()
+  * Fix uudecode cleanup on unexpected eof
+
+---

Old:

  20220408.tar.gz
  20220408.tar.gz.sig

New:

  20220429.tar.gz
  20220429.tar.gz.sig



Other differences:
--
++ neomutt.spec ++
--- /var/tmp/diff_new_pack.S7cCzD/_old  2022-05-25 20:35:57.696344807 +0200
+++ /var/tmp/diff_new_pack.S7cCzD/_new  2022-05-25 20:35:57.700344812 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   neomutt
-Version:20220408
+Version:20220429
 Release:0
 Summary:A command line mail reader (or MUA), a fork of Mutt with added 
features
 License:GPL-2.0-or-later

++ 20220408.tar.gz -> 20220429.tar.gz ++
 226469 lines of diff (skipped)


commit neomutt for openSUSE:Factory

2022-04-11 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package neomutt for openSUSE:Factory checked 
in at 2022-04-11 23:49:28

Comparing /work/SRC/openSUSE:Factory/neomutt (Old)
 and  /work/SRC/openSUSE:Factory/.neomutt.new.1900 (New)


Package is "neomutt"

Mon Apr 11 23:49:28 2022 rev:22 rq:969212 version:20220408

Changes:

--- /work/SRC/openSUSE:Factory/neomutt/neomutt.changes  2022-01-07 
12:47:14.139881055 +0100
+++ /work/SRC/openSUSE:Factory/.neomutt.new.1900/neomutt.changes
2022-04-11 23:50:53.721939758 +0200
@@ -1,0 +2,69 @@
+Sun Apr 10 15:13:53 UTC 2022 - Dirk M??ller 
+
+- update to 20220408:
+  * Compose multipart emails
+  * Fix screen mode after attempting decryption
+  * imap: increase max size of oauth2 token
+  * Fix autocrypt
+  * Unify Alias/Query workflow
+  * Fix colours
+  * Say which file exists when saving attachments
+  * Force SMTP authentication if `smtp_user` is set
+  * Fix selecting the right email after limiting
+  * Make sure we have enough memory for a new email
+  * Don't overwrite with zeroes after unlinking the file
+  * Fix crash when forwarding attachments
+  * Fix help reformatting on window resize
+  * Fix poll to use PollFdsCount and not PollFdsLen
+  * regex: range check arrays strictly
+  * Fix Coverity defects
+  * Fix out of bounds write with long log lines
+  * Apply `fast_reply` to 'to', 'cc', or 'bcc'
+  * Prevent warning on empty emails
+  * New default: `set rfc2047_parameters = yes`
+  * 100% German
+  * 100% Lithuanian
+  * 100% Serbian
+  * 100% Czech
+  * 100% Turkish
+  * 72% Hungarian
+  * Improve header cache explanation
+  * Improve description of some notmuch variables
+  * Explain how timezones and `!`s work inside `%{}`, `%[]` and `%()`
+  * Document config synonyms and deprecations
+  * Create lots of GitHub Actions
+  * Drop TravisCI
+  * Add automated Fuzzing tests
+  * Add automated ASAN tests
+  * Create Dockers for building Centos/Fedora
+  * Build fixes for Solaris 10
+  * New libraries: browser, enter, envelope
+  * New configure options: `--fuzzing` `--debug-color` `--debug-queue`
+  * Split Index/Pager GUIs/functions
+  * Add lots of function dispatchers
+  * Eliminate `menu_loop()`
+  * Refactor function opcodes
+  * Refactor cursor setting
+  * Unify Alias/Query functions
+  * Refactor Compose/Envelope functions
+  * Modernise the Colour handling
+  * Refactor the Attachment View
+  * Eliminate the global `Context`
+  * Upgrade `mutt_get_field()`
+  * Refactor the `color quoted` code
+  * Fix lots of memory leaks
+  * Refactor Index resolve code
+  * Refactor PatternList parsing
+  * Refactor Mailbox freeing
+  * Improve key mapping
+  * Factor out charset hooks
+  * Expose mutt_file_seek API
+  * Improve API of `strto*` wrappers
+  * imap QRESYNC fixes
+  * Allow an empty To: address prompt
+  * Fix argc==0 handling
+  * Don't queue IMAP close commands
+  * Fix IMAP UTF-7 for code points >= U+1
+  * Don't include inactive messages in msgset generation
+
+---

Old:

  20211029.tar.gz
  20211029.tar.gz.sig

New:

  20220408.tar.gz
  20220408.tar.gz.sig



Other differences:
--
++ neomutt.spec ++
--- /var/tmp/diff_new_pack.jb9QAf/_old  2022-04-11 23:50:54.417931818 +0200
+++ /var/tmp/diff_new_pack.jb9QAf/_new  2022-04-11 23:50:54.425931727 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   neomutt
-Version:20211029
+Version:20220408
 Release:0
 Summary:A command line mail reader (or MUA), a fork of Mutt with added 
features
 License:GPL-2.0-or-later

++ 20211029.tar.gz -> 20220408.tar.gz ++
 349356 lines of diff (skipped)

++ neomutt.keyring ++
--- /var/tmp/diff_new_pack.jb9QAf/_old  2022-04-11 23:50:55.329921414 +0200
+++ /var/tmp/diff_new_pack.jb9QAf/_new  2022-04-11 23:50:55.337921323 +0200
@@ -24,7 +24,19 @@
 Q7cW/WcNBxzLBCGHc1OD8q7oEohuhyYJZHtS/PUOj1ObKNyR9gPE196C9cM62dZg
 ICxWZMP1P/Co0f6NyLG9vHD11QkUanwqvH26b2D21vfK3qXLWt/fUbwwoYdi+p91
 flUoB2R2drTDfGghZsDjDiK5THGGZEL2+MXgMMyQrCoT0+/rxMrBmJ5Mp/bdn7Ha
-Sx71N4dC/Nrkr+HpjkdfQMFd93o=
-=1lrw
+Sx71N4dC/Nrkr+HpjkdfQMFd93qJAlQEEwEIAD4CGwMFCwkIBwIGFQgJCgsCBBYC
+AwECHgECF4AWIQSGwjlycN16VhJjyk5frwpu5zcYBQUCXK5H/AUJCWj3IgAKCRBf
+rwpu5zcYBbHoEACDXSGVfpZByOXrSXySIJTEfjtYY5h/6gJ1nqbFGjNYuABUqjs9
+FuU+/XKOzDJoeH5gc5k7bAjogm/nJlvdCTWlDNO7qXjMfKWeL+QAmmpqafbtd4Di
+Qv+pRAWemt9Ydv+nKMEQcnYbwVGpXAuH0bnORmi5A/8fatSRIqdzlHEltv4P2pDE
+KqSFUkFhns0UCj4W1HRBOrlQQy9an9SQc6F4/AdghEGVG/pRguCmob/Hq4icM9PH
+QqQYDWumgXK5lB5a1TQcB4msrt8TE+xixXwK/HgsSZf0mWZdvUiX0cpS6+nByPcC
+rbG2htCB0nLgatKNrx0P+v7GGa8/lHwyNMgsud7T8gxZMUOTyPpP/KWb9Lv77E3z

commit neomutt for openSUSE:Factory

2022-01-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package neomutt for openSUSE:Factory checked 
in at 2022-01-07 12:45:47

Comparing /work/SRC/openSUSE:Factory/neomutt (Old)
 and  /work/SRC/openSUSE:Factory/.neomutt.new.1896 (New)


Package is "neomutt"

Fri Jan  7 12:45:47 2022 rev:21 rq:944474 version:20211029

Changes:

--- /work/SRC/openSUSE:Factory/neomutt/neomutt.changes  2021-05-12 
19:33:23.930757991 +0200
+++ /work/SRC/openSUSE:Factory/.neomutt.new.1896/neomutt.changes
2022-01-07 12:47:14.139881055 +0100
@@ -1,0 +2,72 @@
+Wed Jan  5 10:06:24 UTC 2022 - Dirk M??ller 
+
+- update to 20211029 (bsc#1185705, CVE-2021-32055):
+  * Notmuch: support separate database and mail roots without .notmuch
+  * fix notmuch crash on open failure
+  * fix crypto crash handling pgp keys
+  * fix ncrypt/pgp file_get_size return check
+  * fix restore case-insensitive header sort
+  * fix pager redrawing of long lines
+  * fix notmuch: check database dir for xapian dir
+  * fix notmuch: update index count after 
+  * fix protect hash table against empty keys
+  * fix prevent real_subj being set but empty
+  * fix leak when saving fcc
+  * fix leak after 
+  * fix leak after trash to hidden mailbox
+  * fix leak restoring postponed emails
+  * fix new mail notifications
+  * fix pattern compilation error for ( !>(~P) )
+  * fix menu display on window resize
+  * Stop batch mode emails with no argument or recipients
+  * Add sanitize call in print mailcap function
+  * fix hdr_order to use the longest match
+  * fix (un)setenv to not return an error with unset env vars
+  * fix Imap sync when closing a mailbox
+  * fix segfault on OpenBSD current
+  * sidebar: restore sidebar_spoolfile colour
+  * fix assert when displaying a file from the browser
+  * fix exec command in compose
+  * fix check_stats for Notmuch mailboxes
+  * Fallback: Open Notmuch database without config
+  * fix gui hook commands on startup
+  * threads: implement the $use_threads feature
+  * https://neomutt.org/feature/use-threads
+  * hooks: allow a -noregex param to folder and mbox hooks
+  * mailing lists: implement list-(un)subscribe using RFC2369 headers
+  * mailcap: implement x-neomutt-nowrap flag
+  * pager: add $local_date_header option
+  * imap, smtp: add support for authenticating using XOAUTH2
+  * Allow  to fail quietly
+  * imap: speed up server-side searches
+  * pager: improve skip-quoted and skip-headers
+  * notmuch: open database with user's configuration
+  * notmuch: implement 
+  * config: allow += modification of my_ variables
+  * notmuch: tolerate file renames behind neomutt's back
+  * pager: implement $pager_read_delay
+  * notmuch: validate nm_query_window_timebase
+  * notmuch: make $nm_record work in non-notmuch mailboxes
+  * compose: add $greeting - a welcome message on top of emails
+  * notmuch: show additional mail in query windows
+  * imap: fix crash on external IMAP events
+  * notmuch: handle missing libnotmuch version bumps
+  * imap: add sanity check for qresync
+  * notmuch: allow windows with 0 duration
+  * index: fix index selection on 
+  * imap: fix crash when sync'ing labels
+  * search: fix searching by Message-Id in 
+  * threads: fix double sorting of threads
+  * stats: don't check mailbox stats unless told
+  * alias: fix crash on empty query
+  * pager: honor mid-message config changes
+  * mailbox: don't propagate read-only state across reopens
+  * hcache: fix caching new labels in the header cache
+  * crypto: set invalidity flags for gpgme/smime keys
+  * notmuch: fix parsing of multiple type=
+  * notmuch: validate $nm_default_url
+  * messages: avoid unnecessary opening of messages
+  * imap: fix seqset iterator when it ends in a comma
+  * build: refuse to build without pcre2 when pcre2 is linked in ncurses
+
+---

Old:

  20210205.tar.gz
  20210205.tar.gz.sig

New:

  20211029.tar.gz
  20211029.tar.gz.sig



Other differences:
--
++ neomutt.spec ++
--- /var/tmp/diff_new_pack.sYkNIk/_old  2022-01-07 12:47:15.183881780 +0100
+++ /var/tmp/diff_new_pack.sYkNIk/_new  2022-01-07 12:47:15.187881783 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package neomutt
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   neomutt
-Version:20210205
+Version:20211029
 Release:0
 Summary:A command line mail reader (or MUA), a fork of Mutt with added 
features
 License:GPL-2.0-or-later
@@ -116,37 +116,39 

commit neomutt for openSUSE:Factory

2021-05-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package neomutt for openSUSE:Factory checked 
in at 2021-05-12 19:32:46

Comparing /work/SRC/openSUSE:Factory/neomutt (Old)
 and  /work/SRC/openSUSE:Factory/.neomutt.new.2988 (New)


Package is "neomutt"

Wed May 12 19:32:46 2021 rev:20 rq:892512 version:20210205

Changes:

--- /work/SRC/openSUSE:Factory/neomutt/neomutt.changes  2021-03-28 
11:56:30.144231398 +0200
+++ /work/SRC/openSUSE:Factory/.neomutt.new.2988/neomutt.changes
2021-05-12 19:33:23.930757991 +0200
@@ -1,0 +2,5 @@
+Sat Apr 24 18:01:40 UTC 2021 - Dirk M??ller 
+
+- stop owning directories provided by filesystem (bsc#1184787) 
+
+---



Other differences:
--
++ neomutt.spec ++
--- /var/tmp/diff_new_pack.zoPIJC/_old  2021-05-12 19:33:24.402756106 +0200
+++ /var/tmp/diff_new_pack.zoPIJC/_new  2021-05-12 19:33:24.402756106 +0200
@@ -104,7 +104,6 @@
 %{_bindir}/neomutt
 %{_mandir}/man1/neomutt.1%{?ext_man}
 %{_mandir}/man5/neomuttrc.5%{?ext_man}
-%dir %{_prefix}/libexec
 %dir %{_prefix}/libexec/neomutt
 %{_prefix}/libexec/neomutt/pgpewrap
 %{_prefix}/libexec/neomutt/smime_keys
@@ -117,7 +116,6 @@
 %doc %{_docdir}/%{name}/manual.txt
 
 %files doc
-%dir %{_docdir}/%{name}
 %doc %{_docdir}/%{name}/README*
 %doc %{_docdir}/%{name}/AUTHORS.md
 %doc %{_docdir}/%{name}/ChangeLog.md


commit neomutt for openSUSE:Factory

2021-03-28 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package neomutt for openSUSE:Factory checked 
in at 2021-03-28 11:54:30

Comparing /work/SRC/openSUSE:Factory/neomutt (Old)
 and  /work/SRC/openSUSE:Factory/.neomutt.new.2401 (New)


Package is "neomutt"

Sun Mar 28 11:54:30 2021 rev:19 rq:881320 version:20210205

Changes:

--- /work/SRC/openSUSE:Factory/neomutt/neomutt.changes  2021-03-08 
15:21:17.638116046 +0100
+++ /work/SRC/openSUSE:Factory/.neomutt.new.2401/neomutt.changes
2021-03-28 11:56:30.144231398 +0200
@@ -1,0 +2,6 @@
+Thu Mar 25 12:53:16 UTC 2021 - lmb 
+
+- build: Enable pcre2 for regex matching (bsc#1183989)
+- Add libprce2-devel as build dependency
+
+---



Other differences:
--
++ neomutt.spec ++
--- /var/tmp/diff_new_pack.u1Hgu7/_old  2021-03-28 11:56:30.640231837 +0200
+++ /var/tmp/diff_new_pack.u1Hgu7/_new  2021-03-28 11:56:30.640231837 +0200
@@ -45,6 +45,7 @@
 BuildRequires:  ncurses-devel
 BuildRequires:  notmuch-devel
 BuildRequires:  openssl-devel
+BuildRequires:  pcre2-devel
 BuildRequires:  pkgconfig
 BuildRequires:  w3m
 BuildRequires:  xsltproc
@@ -87,6 +88,7 @@
--gss   \
--idn   \
--mixmaster \
+   --pcre2 \
--zlib
 
 make %{?_smp_mflags}


commit neomutt for openSUSE:Factory

2021-03-08 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package neomutt for openSUSE:Factory checked 
in at 2021-03-08 15:20:02

Comparing /work/SRC/openSUSE:Factory/neomutt (Old)
 and  /work/SRC/openSUSE:Factory/.neomutt.new.2378 (New)


Package is "neomutt"

Mon Mar  8 15:20:02 2021 rev:18 rq:877694 version:20210205

Changes:

--- /work/SRC/openSUSE:Factory/neomutt/neomutt.changes  2020-12-01 
14:23:04.341611865 +0100
+++ /work/SRC/openSUSE:Factory/.neomutt.new.2378/neomutt.changes
2021-03-08 15:21:17.638116046 +0100
@@ -1,0 +2,31 @@
+Mon Mar  8 09:16:00 UTC 2021 - Dirk M??ller 
+
+- update to 20210205:
+  * Features
+- Add  to skip past message headers in pager
+- Add  function to attachment menu
+  * Bug Fixes
+- Fix detection of mbox files with new mail
+- Fix crash on collapsed thread
+- Fix group-chat-reply
+- Clear the message window on resize
+- Do not crash on return from shell-exec if there's no open mailbox
+- Abort IMAP open if condstore/qresync updates fetch fails
+- Fix smtp crash on invalid $smtp_authenticators list
+- Fix pager dropped input on screen resize
+- Fix mime forwarding
+- Check config after hooks
+- Always recreate a mailbox after folder-hook
+  * Translations
+- 88% Slovakian
+  * Docs
+- Adjust doc to explicitly mention $count_alternative
+- Restore correct "$sort_re" documentation
+- Clarify pattern completion
+- Man pages: Clear up "-H" and "-O"
+  * Build
+- Update to latest acutest
+- Update to latest autosetup
+- Make the location of /tmp configurable
+   
+---

Old:

  20201127.tar.gz
  20201127.tar.gz.sig

New:

  20210205.tar.gz
  20210205.tar.gz.sig



Other differences:
--
++ neomutt.spec ++
--- /var/tmp/diff_new_pack.jtjA5B/_old  2021-03-08 15:21:18.314116541 +0100
+++ /var/tmp/diff_new_pack.jtjA5B/_new  2021-03-08 15:21:18.318116544 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package neomutt
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   neomutt
-Version:20201127
+Version:20210205
 Release:0
 Summary:A command line mail reader (or MUA), a fork of Mutt with added 
features
 License:GPL-2.0-or-later

++ 20201127.tar.gz -> 20210205.tar.gz ++
 186290 lines of diff (skipped)

++ neomutt.keyring ++
--- /var/tmp/diff_new_pack.jtjA5B/_old  2021-03-08 15:21:19.134117142 +0100
+++ /var/tmp/diff_new_pack.jtjA5B/_new  2021-03-08 15:21:19.134117142 +0100
@@ -11,72 +11,19 @@
 4G32hXybxvPu0VwxgcORv9KuGfuJp46ttKST8I07F/FpgXG/421CfQq8+s7BvDV9
 /ouY8TilhKajz66l7h1Ki+jJVhDYN9tNxEvdU64aRATye4lAfG4QuKoex5phSo7L
 KVMlS4ayHt9iG9iZ4c2rjTsxbLDYB5Mw17WNxwfGhMhiy15GRizFHJxLhQARAQAB
-tCtSaWNoYXJkIFJ1c3NvbiAoTmVvTXV0dCkgPHJpY2hAZmxhdGNhcC5vcmc+iQEc
-BBABCAAGBQJZg0j4AAoJECNFGxB6oDlB224H/0CRX35297QhtAIsyVvKOT8kr6Lj
-EkpdK8cSA0lMHLHMzHn9DaWXgvLwr636vYCEfx0lxHXvSpnhQ+fmTfKw5KLXk78E
-2aMkkHWNRRtjVDVEf7EgtRynbbdoDzBqzZVLhQO62umGnyPbizo6G7ibT9MEZYI7
-zAy1xVkFEQGuEMvrPEEJ+BPT3SRJSU0xTxdWa98mW1EstlIxQ84F5mSHElL5TT70
-Sq0UvctZLFg6NX+lyIMV3M+RamFhReF5AVffn2qXiJmoAxGinwEsXrKocuZAMk0E
-t44glCxjC1abYkzCb0UNtYgzBuxlm/emprnFYoL1MJw3UdMtb64eiKp6IS6JAhwE
-EAEIAAYFAlcIGBUACgkQJOAef+nw4odgCA/+OXxTh/nu/BBNigXcNvLdv2I/ZZLv
-gzd7iHJBjTacGuCaQvpL8hPhYmHKlQvhom9LN85vVSxlInYTw/YQWi9h4VABQVmP
-+GBue9TZpfzmQBzwqUsZWhLLD5QYjwUdUXJDbOe+Fl8krwY6llwc7AgtHavj5I0L
-SBWjcPpn7iG4adTyzE1+JcOb8mxX42z565EkTCPqJYQo9iEhK1JdjmEopopnaudh
-LFx7VH5GKLesNfmAxd0knaOo9NpbpwRnxiQyPoLjcIh0llZcjaSG7p5dMKB/x468
-uZ/A/niQ+UO02v1dJDTq7sHaHaiNk/f6MjTNuu+6UJda++MyWxJ5/qkzs/dpLJvO
-U1sN7pEGx3dAwZ3NRM/YXP5FQMSgYLee2Vw/V2Gy20Vl35iBB/GbXYkJt111ezIf
-XcJRHOhuOJEiaFp/KdzK0+u7K0dMULoWBREtjxc38ALsZegK3pWE91e72ZScqCN9
-6vHsbn8yPc3B1i+zbpkxc5vbAumi4u8IPMDafUiijK+yo5fISPLjFocjpiPY8iNQ
-SwXzUVEncC4ZpeQTX+90fhYwLswvBzDl+SOHRpX8TzC0brr0pnbwnKls3wPgazfi
-jcKN5k2zpHtusb5nh404G3vP6jx8QFIDW4qJ+h1VqeABrGV1ifQ7bsazbyWOX9iX
-uA8nEp+rMpmrohaJAhwEEAEIAAYFAleyQ0wACgkQ68FQ5LXaY9+7Vw/+JrzhGblz
-0Py4Tjgrc4cIqyfPM4j8ZP2mIvwvuFM8PanQ3i3//O1CgKB2NXo0Xnqgtnbuf+ne
-uOD8/O5RixkJVDzbI7HCuyvu/T7snQdCkh28/tl+XUPuNLaLXfa1pCZyeaHs73mO
-4ua1I07TIc5cqhM6s+ZMuFkHuZFPedN/iZOoFg0nTaIHzJ3hNN2eRQjXGQkBxEgs
-7vzfBQD7gRAvboj/YfO0w3CgKXeh+bD7jbFXDAMEkq+i7XLxtfemIRDD1A2b0Ahl
-W7LjMmo+gpfvK2xyB5nZGAkjckJPHtqNfZchltJoKgUr8+ehDNJ2NKZOatXEfO9P
-+d36LrPYuhNZSnQ5K+hEzhvDoONzfd53lnna7DEY/+svjYnCR6uMjrKte29OmDXE
-PCVP6LX/OujQ3ZXbjbJop+cc7PuSw2a+CyeI+yWMkBK2bIE0WV36KvuwPxOez1cY

commit neomutt for openSUSE:Factory

2020-12-01 Thread User for buildservice source handling
Hello community,

here is the log from the commit of package neomutt for openSUSE:Factory checked 
in at 2020-12-01 14:22:50

Comparing /work/SRC/openSUSE:Factory/neomutt (Old)
 and  /work/SRC/openSUSE:Factory/.neomutt.new.5913 (New)


Package is "neomutt"

Tue Dec  1 14:22:50 2020 rev:17 rq:851847 version:20201127

Changes:

--- /work/SRC/openSUSE:Factory/neomutt/neomutt.changes  2020-11-26 
23:13:08.388965988 +0100
+++ /work/SRC/openSUSE:Factory/.neomutt.new.5913/neomutt.changes
2020-12-01 14:23:04.341611865 +0100
@@ -1,0 +2,11 @@
+Fri Nov 27 15:50:29 UTC 2020 - Kai Liu 
+
+- Update to version 20201127:
+  * Bug Fixes
+- Fix crash when saving an alias
+  * Translations
+- 70% Russian
+  * Code
+- Remove redundant function call
+
+---

Old:

  20201120.tar.gz
  20201120.tar.gz.sig

New:

  20201127.tar.gz
  20201127.tar.gz.sig



Other differences:
--
++ neomutt.spec ++
--- /var/tmp/diff_new_pack.P4e1QA/_old  2020-12-01 14:23:04.997612574 +0100
+++ /var/tmp/diff_new_pack.P4e1QA/_new  2020-12-01 14:23:05.001612579 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   neomutt
-Version:20201120
+Version:20201127
 Release:0
 Summary:A command line mail reader (or MUA), a fork of Mutt with added 
features
 License:GPL-2.0-or-later

++ 20201120.tar.gz -> 20201127.tar.gz ++
 1759 lines of diff (skipped)
___
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org


[opensuse-commit] commit neomutt for openSUSE:Factory

2020-11-26 Thread User for buildservice source handling
Hello community,

here is the log from the commit of package neomutt for openSUSE:Factory checked 
in at 2020-11-26 23:12:13

Comparing /work/SRC/openSUSE:Factory/neomutt (Old)
 and  /work/SRC/openSUSE:Factory/.neomutt.new.5913 (New)


Package is "neomutt"

Thu Nov 26 23:12:13 2020 rev:16 rq:850808 version:20201120

Changes:

--- /work/SRC/openSUSE:Factory/neomutt/neomutt.changes  2020-11-24 
22:10:56.971410474 +0100
+++ /work/SRC/openSUSE:Factory/.neomutt.new.5913/neomutt.changes
2020-11-26 23:13:08.388965988 +0100
@@ -136,0 +137 @@
+  boo#1179113
@@ -215,0 +217 @@
+  CVE-2020-14154 bsc#1172906
@@ -216,0 +219 @@
+  CVE-2020-14954 bsc#1173197
@@ -217,0 +221 @@
+  CVE-2020-14093 bsc#1172935



Other differences:
--
___
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org