[opensuse-factory] [TW] mutt-1.6.1 unusable when built with --enable-sidebar
Hi there, something in advance: I'm a long time mutt user. Therefore I'm used to shuffle through the list of folders containing new/unread messages using the 'c' followed by 'space' key sequence. This doesn't work anymore in current Tumbleweed snapshots. I narrowed it down to the configure option "--enable-sidebar", which enables some pseudo graphical functionality for - I guess - mutt newbies. Rebuilding the otherwise unchanged package with "--disable-sidebar" produces a normally working mutt again. I strongly recommend to disable this code until it gets fixed. <https://bugzilla.opensuse.org/show_bug.cgi?id=982129> Hope this helps some otherwise potentially frustrated mutt users ;) Thx, cheers. l8er manfred
On Sat, May 28, 2016 at 06:21:22PM +0200, Manfred Hollstein wrote:
Hi there,
something in advance: I'm a long time mutt user. Therefore I'm used to shuffle through the list of folders containing new/unread messages using the 'c' followed by 'space' key sequence. This doesn't work anymore in current Tumbleweed snapshots. I narrowed it down to the configure option "--enable-sidebar", which enables some pseudo graphical functionality for - I guess - mutt newbies. Rebuilding the otherwise unchanged package with "--disable-sidebar" produces a normally working mutt again. I strongly recommend to disable this code until it gets fixed.
<https://bugzilla.opensuse.org/show_bug.cgi?id=982129>
Hope this helps some otherwise potentially frustrated mutt users ;)
Thanks Manfred! I thought it was a peculiarly quiet mail day.... Daniel -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On Wed, Jun 01, 2016 at 08:21:14AM +0100, Daniel Morris wrote:
On Sat, May 28, 2016 at 06:21:22PM +0200, Manfred Hollstein wrote:
Hi there,
something in advance: I'm a long time mutt user. Therefore I'm used to shuffle through the list of folders containing new/unread messages using the 'c' followed by 'space' key sequence. This doesn't work anymore in current Tumbleweed snapshots. I narrowed it down to the configure option "--enable-sidebar", which enables some pseudo graphical functionality for - I guess - mutt newbies. Rebuilding the otherwise unchanged package with "--disable-sidebar" produces a normally working mutt again. I strongly recommend to disable this code until it gets fixed.
<https://bugzilla.opensuse.org/show_bug.cgi?id=982129>
Hope this helps some otherwise potentially frustrated mutt users ;)
Thanks Manfred! I thought it was a peculiarly quiet mail day....
Hmmm ... all mutt user might test the latest mutt I've submitted for Tumbleweed. Here I had add a workaround to avoid that the sidebar[1] patch from neomutt.org interferes with normal usage. Feedback welcome Werner [1] We had now over years the old sidebar patch included which had never caused this trouble. Nevertheless, the patches from neomutt.org are maintained whereas the original patch hadn't changed sinces years, that is that I had always port those patches to newer mutt versions. -- "Having a smoking section in a restaurant is like having a peeing section in a swimming pool." -- Edward Burr
Hi Werner, On Wed, 01 Jun 2016, 10:45:28 +0200, Dr. Werner Fink wrote: [...]
Hmmm ... all mutt user might test the latest mutt I've submitted for Tumbleweed. Here I had add a workaround to avoid that the sidebar[1] patch from neomutt.org interferes with normal usage.
Feedback welcome
if you mean the following: <http://download.opensuse.org/repositories/server:/mail/openSUSE_Tumbleweed/x86_64/mutt-1.6.1-136.1.x86_64.rpm> then I have bad news: $ mutt Segmentation fault (core dumped)
Werner
Cheers. l8er manfred
On Wed, Jun 01, 2016 at 11:01:40AM +0200, Manfred Hollstein wrote:
Hi Werner,
On Wed, 01 Jun 2016, 10:45:28 +0200, Dr. Werner Fink wrote: [...]
Hmmm ... all mutt user might test the latest mutt I've submitted for Tumbleweed. Here I had add a workaround to avoid that the sidebar[1] patch from neomutt.org interferes with normal usage.
Feedback welcome
if you mean the following:
then I have bad news:
$ mutt Segmentation fault (core dumped)
Hmmm ... this is strange as I'm writting this mail with exactly this version: rpm -q mutt mutt-1.6.1-136.1.x86_64 Please provide your ~/.muttrc (without passwords or similar) together with a core dump, thanks. Werner -- "Having a smoking section in a restaurant is like having a peeing section in a swimming pool." -- Edward Burr
On Wed, Jun 01, 2016 at 11:01:40AM +0200, Manfred Hollstein wrote:
Hi Werner,
On Wed, 01 Jun 2016, 10:45:28 +0200, Dr. Werner Fink wrote: [...]
Hmmm ... all mutt user might test the latest mutt I've submitted for Tumbleweed. Here I had add a workaround to avoid that the sidebar[1] patch from neomutt.org interferes with normal usage.
Feedback welcome
if you mean the following:
then I have bad news:
$ mutt Segmentation fault (core dumped)
This version has worked for me for the last couple of hours too, including GPG decrypt. I haven't made any config changes recently (not since 1.6 update and fixage for GPG last month). Switching/cycling to mailboxes with new mail, and their flagging, works as expected. Does it still segfault if you '\mutt' to escape any shell aliases or '\mutt -F /dev/null' to avoid any configurations? Daniel -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On Wed, Jun 01, 2016 at 12:44:22PM +0100, Daniel Morris wrote:
On Wed, Jun 01, 2016 at 11:01:40AM +0200, Manfred Hollstein wrote:
Hi Werner,
On Wed, 01 Jun 2016, 10:45:28 +0200, Dr. Werner Fink wrote: [...]
Hmmm ... all mutt user might test the latest mutt I've submitted for Tumbleweed. Here I had add a workaround to avoid that the sidebar[1] patch from neomutt.org interferes with normal usage.
Feedback welcome
if you mean the following:
then I have bad news:
$ mutt Segmentation fault (core dumped)
This version has worked for me for the last couple of hours too, including GPG decrypt. I haven't made any config changes recently (not since 1.6 update and fixage for GPG last month).
Switching/cycling to mailboxes with new mail, and their flagging, works as expected. Does it still segfault if you '\mutt' to escape any shell aliases or '\mutt -F /dev/null' to avoid any configurations?
I've debugged the crash as I've found that if the standard user mailbox does not exist there is a NULL pointer which cause the crash. There is now a fixed version in server:mail as well it is reported upstream with this fix. Werner -- "Having a smoking section in a restaurant is like having a peeing section in a swimming pool." -- Edward Burr
On Wed, Jun 01, 2016 at 02:05:15PM +0200, Dr. Werner Fink wrote:
On Wed, Jun 01, 2016 at 12:44:22PM +0100, Daniel Morris wrote:
On Wed, Jun 01, 2016 at 11:01:40AM +0200, Manfred Hollstein wrote:
Hi Werner,
On Wed, 01 Jun 2016, 10:45:28 +0200, Dr. Werner Fink wrote: [...]
Hmmm ... all mutt user might test the latest mutt I've submitted for Tumbleweed. Here I had add a workaround to avoid that the sidebar[1] patch from neomutt.org interferes with normal usage.
Feedback welcome
if you mean the following:
then I have bad news:
$ mutt Segmentation fault (core dumped)
This version has worked for me for the last couple of hours too, including GPG decrypt. I haven't made any config changes recently (not since 1.6 update and fixage for GPG last month).
Switching/cycling to mailboxes with new mail, and their flagging, works as expected. Does it still segfault if you '\mutt' to escape any shell aliases or '\mutt -F /dev/null' to avoid any configurations?
I've debugged the crash as I've found that if the standard user mailbox does not exist there is a NULL pointer which cause the crash.
There is now a fixed version in server:mail as well it is reported upstream with this fix.
Thanks for yet another fast fix! There are days I dream of an empty mailbox :) Daniel -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Moin, On Wed, 01 Jun 2016, 14:37:50 +0200, Daniel Morris wrote:
On Wed, Jun 01, 2016 at 02:05:15PM +0200, Dr. Werner Fink wrote:
On Wed, Jun 01, 2016 at 12:44:22PM +0100, Daniel Morris wrote:
On Wed, Jun 01, 2016 at 11:01:40AM +0200, Manfred Hollstein wrote:
Hi Werner,
On Wed, 01 Jun 2016, 10:45:28 +0200, Dr. Werner Fink wrote: [...]
Hmmm ... all mutt user might test the latest mutt I've submitted for Tumbleweed. Here I had add a workaround to avoid that the sidebar[1] patch from neomutt.org interferes with normal usage.
Feedback welcome
if you mean the following:
then I have bad news:
$ mutt Segmentation fault (core dumped)
This version has worked for me for the last couple of hours too, including GPG decrypt. I haven't made any config changes recently (not since 1.6 update and fixage for GPG last month).
Switching/cycling to mailboxes with new mail, and their flagging, works as expected. Does it still segfault if you '\mutt' to escape any shell aliases or '\mutt -F /dev/null' to avoid any configurations?
I've debugged the crash as I've found that if the standard user mailbox does not exist there is a NULL pointer which cause the crash.
There is now a fixed version in server:mail as well it is reported upstream with this fix.
Thanks for yet another fast fix! There are days I dream of an empty mailbox :)
yep, thanks to Werner for the very fast throughput! I didn't have a chance (yet) to test the fixed version again, but I have added my edited ~/.muttrc and the resulting core dump as a .tar.xz file to the initial bug report at <https://bugzilla.opensuse.org/show_bug.cgi?id=982129> Cheers. l8er manfred
Moin again, On Wed, 01 Jun 2016, 14:50:29 +0200, Manfred Hollstein wrote: [...]
yep, thanks to Werner for the very fast throughput! I didn't have a chance (yet) to test the fixed version again, but I have added my edited ~/.muttrc and the resulting core dump as a .tar.xz file to the initial bug report at
hmm, the latest version unfortunately still crashes for me. I have added another core dump and a stack backtrace to the report. HTH, cheers. l8er manfred
On Wed, Jun 01, 2016 at 04:58:59PM +0200, Manfred Hollstein wrote:
Moin again,
On Wed, 01 Jun 2016, 14:50:29 +0200, Manfred Hollstein wrote: [...]
yep, thanks to Werner for the very fast throughput! I didn't have a chance (yet) to test the fixed version again, but I have added my edited ~/.muttrc and the resulting core dump as a .tar.xz file to the initial bug report at
hmm, the latest version unfortunately still crashes for me. I have added another core dump and a stack backtrace to the report.
Yet an other fixed version has build mutt-1.6.1-138.1.x86_64.rpm Werner -- "Having a smoking section in a restaurant is like having a peeing section in a swimming pool." -- Edward Burr
Moin Werner, On Thu, 02 Jun 2016, 09:39:29 +0200, Dr. Werner Fink wrote:
On Wed, Jun 01, 2016 at 04:58:59PM +0200, Manfred Hollstein wrote:
Moin again,
On Wed, 01 Jun 2016, 14:50:29 +0200, Manfred Hollstein wrote: [...]
yep, thanks to Werner for the very fast throughput! I didn't have a chance (yet) to test the fixed version again, but I have added my edited ~/.muttrc and the resulting core dump as a .tar.xz file to the initial bug report at
hmm, the latest version unfortunately still crashes for me. I have added another core dump and a stack backtrace to the report.
Yet an other fixed version has build mutt-1.6.1-138.1.x86_64.rpm
Thanks for this release, I just successfully tested. Actually this e-mail is sent using this version ;)
Werner
Cheers. l8er manfred
On 01 Jun 10:45, Dr. Werner Fink wrote:
On Wed, Jun 01, 2016 at 08:21:14AM +0100, Daniel Morris wrote:
On Sat, May 28, 2016 at 06:21:22PM +0200, Manfred Hollstein wrote:
Hi there,
something in advance: I'm a long time mutt user. Therefore I'm used to shuffle through the list of folders containing new/unread messages using the 'c' followed by 'space' key sequence. This doesn't work anymore in current Tumbleweed snapshots. I narrowed it down to the configure option "--enable-sidebar", which enables some pseudo graphical functionality for - I guess - mutt newbies. Rebuilding the otherwise unchanged package with "--disable-sidebar" produces a normally working mutt again. I strongly recommend to disable this code until it gets fixed.
<https://bugzilla.opensuse.org/show_bug.cgi?id=982129>
Hope this helps some otherwise potentially frustrated mutt users ;)
Thanks Manfred! I thought it was a peculiarly quiet mail day....
Hmmm ... all mutt user might test the latest mutt I've submitted for Tumbleweed. Here I had add a workaround to avoid that the sidebar[1] patch from neomutt.org interferes with normal usage.
Feedback welcome
Can we get a vanilla mutt package and an enhanced one named mutt-patched maybe? Thanks, ismail
On Wed, Jun 01, 2016 at 12:07:31PM +0300, İsmail Dönmez wrote:
On 01 Jun 10:45, Dr. Werner Fink wrote:
On Wed, Jun 01, 2016 at 08:21:14AM +0100, Daniel Morris wrote:
On Sat, May 28, 2016 at 06:21:22PM +0200, Manfred Hollstein wrote:
Hi there,
something in advance: I'm a long time mutt user. Therefore I'm used to shuffle through the list of folders containing new/unread messages using the 'c' followed by 'space' key sequence. This doesn't work anymore in current Tumbleweed snapshots. I narrowed it down to the configure option "--enable-sidebar", which enables some pseudo graphical functionality for - I guess - mutt newbies. Rebuilding the otherwise unchanged package with "--disable-sidebar" produces a normally working mutt again. I strongly recommend to disable this code until it gets fixed.
<https://bugzilla.opensuse.org/show_bug.cgi?id=982129>
Hope this helps some otherwise potentially frustrated mutt users ;)
Thanks Manfred! I thought it was a peculiarly quiet mail day....
Hmmm ... all mutt user might test the latest mutt I've submitted for Tumbleweed. Here I had add a workaround to avoid that the sidebar[1] patch from neomutt.org interferes with normal usage.
Feedback welcome
Can we get a vanilla mutt package and an enhanced one named mutt-patched maybe?
Why this ... you are aware that there are more than the sidebar patch. Beside werner/mutt> ll *.dif* *.patch -rw-r--r-- 1 werner suse 2334 May 31 14:35 COLS-workaround.dif -rw-r--r-- 1 werner suse 2411 May 31 13:08 aw.listreply.diff -rw-r--r-- 1 werner suse 868 May 12 15:45 bsc907453-CVE-2014-9116-jessie.patch -rw-r--r-- 1 werner suse 1700 May 31 13:14 bug-676388-largefile.patch -rw-r--r-- 1 werner suse 637 May 31 13:13 mutt-1.5.15-wrapcolumn.diff -rw-r--r-- 1 werner suse 1359 May 31 13:12 mutt-1.5.20-sendgroupreplyto.diff -rw-r--r-- 1 werner suse 997 May 31 13:15 mutt-1.5.21-mailcap.diff -rw-r--r-- 1 werner suse 724 May 31 13:14 mutt-1.5.21-tinfo.dif -rw-r--r-- 1 werner suse 388 May 12 13:49 mutt-1.5.9i-pgpewrap.diff -rw-r--r-- 1 werner suse 8007 May 31 13:13 mutt-1.6.1-opennfs.dif -rw-r--r-- 1 werner suse 9116 May 31 13:11 mutt-1.6.1.dif -rw-r--r-- 1 werner suse 1461 May 12 15:40 widechar.sidebar.dif there are neomutt-patches-20160530/ neomutt-patches-20160530/README.md neomutt-patches-20160530/bug-fixes.patch neomutt-patches-20160530/compress.patch neomutt-patches-20160530/cond-date.patch neomutt-patches-20160530/fmemopen.patch neomutt-patches-20160530/ifdef.patch neomutt-patches-20160530/index-color.patch neomutt-patches-20160530/initials.patch neomutt-patches-20160530/keywords.patch neomutt-patches-20160530/limit-current-thread.patch neomutt-patches-20160530/neomutt-20160530.patch neomutt-patches-20160530/nested-if.patch neomutt-patches-20160530/nntp.patch neomutt-patches-20160530/notmuch.patch neomutt-patches-20160530/progress.patch neomutt-patches-20160530/quasi-delete.patch neomutt-patches-20160530/sidebar.patch neomutt-patches-20160530/skip-quoted.patch neomutt-patches-20160530/status-color.patch neomutt-patches-20160530/tls-sni.patch neomutt-patches-20160530/trash.patch where neomutt-20160530.patch is the combination of the other patches. Werner -- "Having a smoking section in a restaurant is like having a peeing section in a swimming pool." -- Edward Burr
On 01 Jun 12:27, Dr. Werner Fink wrote:
On Wed, Jun 01, 2016 at 12:07:31PM +0300, İsmail Dönmez wrote:
On 01 Jun 10:45, Dr. Werner Fink wrote:
On Wed, Jun 01, 2016 at 08:21:14AM +0100, Daniel Morris wrote:
On Sat, May 28, 2016 at 06:21:22PM +0200, Manfred Hollstein wrote:
Hi there,
something in advance: I'm a long time mutt user. Therefore I'm used to shuffle through the list of folders containing new/unread messages using the 'c' followed by 'space' key sequence. This doesn't work anymore in current Tumbleweed snapshots. I narrowed it down to the configure option "--enable-sidebar", which enables some pseudo graphical functionality for - I guess - mutt newbies. Rebuilding the otherwise unchanged package with "--disable-sidebar" produces a normally working mutt again. I strongly recommend to disable this code until it gets fixed.
<https://bugzilla.opensuse.org/show_bug.cgi?id=982129>
Hope this helps some otherwise potentially frustrated mutt users ;)
Thanks Manfred! I thought it was a peculiarly quiet mail day....
Hmmm ... all mutt user might test the latest mutt I've submitted for Tumbleweed. Here I had add a workaround to avoid that the sidebar[1] patch from neomutt.org interferes with normal usage.
Feedback welcome
Can we get a vanilla mutt package and an enhanced one named mutt-patched maybe?
Why this ... you are aware that there are more than the sidebar patch. Beside
werner/mutt> ll *.dif* *.patch -rw-r--r-- 1 werner suse 2334 May 31 14:35 COLS-workaround.dif -rw-r--r-- 1 werner suse 2411 May 31 13:08 aw.listreply.diff -rw-r--r-- 1 werner suse 868 May 12 15:45 bsc907453-CVE-2014-9116-jessie.patch -rw-r--r-- 1 werner suse 1700 May 31 13:14 bug-676388-largefile.patch -rw-r--r-- 1 werner suse 637 May 31 13:13 mutt-1.5.15-wrapcolumn.diff -rw-r--r-- 1 werner suse 1359 May 31 13:12 mutt-1.5.20-sendgroupreplyto.diff -rw-r--r-- 1 werner suse 997 May 31 13:15 mutt-1.5.21-mailcap.diff -rw-r--r-- 1 werner suse 724 May 31 13:14 mutt-1.5.21-tinfo.dif -rw-r--r-- 1 werner suse 388 May 12 13:49 mutt-1.5.9i-pgpewrap.diff -rw-r--r-- 1 werner suse 8007 May 31 13:13 mutt-1.6.1-opennfs.dif -rw-r--r-- 1 werner suse 9116 May 31 13:11 mutt-1.6.1.dif -rw-r--r-- 1 werner suse 1461 May 12 15:40 widechar.sidebar.dif
there are
neomutt-patches-20160530/ neomutt-patches-20160530/README.md neomutt-patches-20160530/bug-fixes.patch neomutt-patches-20160530/compress.patch neomutt-patches-20160530/cond-date.patch neomutt-patches-20160530/fmemopen.patch neomutt-patches-20160530/ifdef.patch neomutt-patches-20160530/index-color.patch neomutt-patches-20160530/initials.patch neomutt-patches-20160530/keywords.patch neomutt-patches-20160530/limit-current-thread.patch neomutt-patches-20160530/neomutt-20160530.patch neomutt-patches-20160530/nested-if.patch neomutt-patches-20160530/nntp.patch neomutt-patches-20160530/notmuch.patch neomutt-patches-20160530/progress.patch neomutt-patches-20160530/quasi-delete.patch neomutt-patches-20160530/sidebar.patch neomutt-patches-20160530/skip-quoted.patch neomutt-patches-20160530/status-color.patch neomutt-patches-20160530/tls-sni.patch neomutt-patches-20160530/trash.patch
where neomutt-20160530.patch is the combination of the other patches.
That's my point actually, those are a lot of patches, not everyone needs/wants them. Regards, ismail
On Wed, Jun 01, 2016 at 01:28:37PM +0300, İsmail Dönmez wrote:
On 01 Jun 12:27, Dr. Werner Fink wrote:
werner/mutt> ll *.dif* *.patch -rw-r--r-- 1 werner suse 2334 May 31 14:35 COLS-workaround.dif -rw-r--r-- 1 werner suse 2411 May 31 13:08 aw.listreply.diff -rw-r--r-- 1 werner suse 868 May 12 15:45 bsc907453-CVE-2014-9116-jessie.patch -rw-r--r-- 1 werner suse 1700 May 31 13:14 bug-676388-largefile.patch -rw-r--r-- 1 werner suse 637 May 31 13:13 mutt-1.5.15-wrapcolumn.diff -rw-r--r-- 1 werner suse 1359 May 31 13:12 mutt-1.5.20-sendgroupreplyto.diff -rw-r--r-- 1 werner suse 997 May 31 13:15 mutt-1.5.21-mailcap.diff -rw-r--r-- 1 werner suse 724 May 31 13:14 mutt-1.5.21-tinfo.dif -rw-r--r-- 1 werner suse 388 May 12 13:49 mutt-1.5.9i-pgpewrap.diff -rw-r--r-- 1 werner suse 8007 May 31 13:13 mutt-1.6.1-opennfs.dif -rw-r--r-- 1 werner suse 9116 May 31 13:11 mutt-1.6.1.dif -rw-r--r-- 1 werner suse 1461 May 12 15:40 widechar.sidebar.dif
there are
neomutt-patches-20160530/ neomutt-patches-20160530/README.md neomutt-patches-20160530/bug-fixes.patch neomutt-patches-20160530/compress.patch neomutt-patches-20160530/cond-date.patch neomutt-patches-20160530/fmemopen.patch neomutt-patches-20160530/ifdef.patch neomutt-patches-20160530/index-color.patch neomutt-patches-20160530/initials.patch neomutt-patches-20160530/keywords.patch neomutt-patches-20160530/limit-current-thread.patch neomutt-patches-20160530/neomutt-20160530.patch neomutt-patches-20160530/nested-if.patch neomutt-patches-20160530/nntp.patch neomutt-patches-20160530/notmuch.patch neomutt-patches-20160530/progress.patch neomutt-patches-20160530/quasi-delete.patch neomutt-patches-20160530/sidebar.patch neomutt-patches-20160530/skip-quoted.patch neomutt-patches-20160530/status-color.patch neomutt-patches-20160530/tls-sni.patch neomutt-patches-20160530/trash.patch
where neomutt-20160530.patch is the combination of the other patches.
That's my point actually, those are a lot of patches, not everyone needs/wants them.
Regards, ismail
You might do a plain mutt at your own ... but I'm pretty sure that you run into problems without mutt-1.5.21-tinfo.dif and mutt-1.5.9i-pgpewrap.diff and maybe mutt-1.6.1-opennfs.dif -- "Having a smoking section in a restaurant is like having a peeing section in a swimming pool." -- Edward Burr
On 01 Jun 12:38, Dr. Werner Fink wrote:
On Wed, Jun 01, 2016 at 01:28:37PM +0300, İsmail Dönmez wrote:
On 01 Jun 12:27, Dr. Werner Fink wrote:
werner/mutt> ll *.dif* *.patch -rw-r--r-- 1 werner suse 2334 May 31 14:35 COLS-workaround.dif -rw-r--r-- 1 werner suse 2411 May 31 13:08 aw.listreply.diff -rw-r--r-- 1 werner suse 868 May 12 15:45 bsc907453-CVE-2014-9116-jessie.patch -rw-r--r-- 1 werner suse 1700 May 31 13:14 bug-676388-largefile.patch -rw-r--r-- 1 werner suse 637 May 31 13:13 mutt-1.5.15-wrapcolumn.diff -rw-r--r-- 1 werner suse 1359 May 31 13:12 mutt-1.5.20-sendgroupreplyto.diff -rw-r--r-- 1 werner suse 997 May 31 13:15 mutt-1.5.21-mailcap.diff -rw-r--r-- 1 werner suse 724 May 31 13:14 mutt-1.5.21-tinfo.dif -rw-r--r-- 1 werner suse 388 May 12 13:49 mutt-1.5.9i-pgpewrap.diff -rw-r--r-- 1 werner suse 8007 May 31 13:13 mutt-1.6.1-opennfs.dif -rw-r--r-- 1 werner suse 9116 May 31 13:11 mutt-1.6.1.dif -rw-r--r-- 1 werner suse 1461 May 12 15:40 widechar.sidebar.dif
there are
neomutt-patches-20160530/ neomutt-patches-20160530/README.md neomutt-patches-20160530/bug-fixes.patch neomutt-patches-20160530/compress.patch neomutt-patches-20160530/cond-date.patch neomutt-patches-20160530/fmemopen.patch neomutt-patches-20160530/ifdef.patch neomutt-patches-20160530/index-color.patch neomutt-patches-20160530/initials.patch neomutt-patches-20160530/keywords.patch neomutt-patches-20160530/limit-current-thread.patch neomutt-patches-20160530/neomutt-20160530.patch neomutt-patches-20160530/nested-if.patch neomutt-patches-20160530/nntp.patch neomutt-patches-20160530/notmuch.patch neomutt-patches-20160530/progress.patch neomutt-patches-20160530/quasi-delete.patch neomutt-patches-20160530/sidebar.patch neomutt-patches-20160530/skip-quoted.patch neomutt-patches-20160530/status-color.patch neomutt-patches-20160530/tls-sni.patch neomutt-patches-20160530/trash.patch
where neomutt-20160530.patch is the combination of the other patches.
That's my point actually, those are a lot of patches, not everyone needs/wants them.
Regards, ismail
You might do a plain mutt at your own ... but I'm pretty sure that you run into problems without mutt-1.5.21-tinfo.dif and mutt-1.5.9i-pgpewrap.diff and maybe mutt-1.6.1-opennfs.dif
I just saw upstream adding the sidebar patch so my suggestion doesn't make sense and hopefully in the next release we'll have much less patches. Regards, ismail
participants (5)
-
Daniel Morris
-
Dr. Werner Fink
-
İsmail Dönmez
-
Manfred Hollstein
-
Manfred Hollstein