Re: [bug-mailutils] New storage?

2019-02-24 Thread Sergey Poznyakoff
Hi Kurt, Thanks for clarifications. This makes sense ideed. I'll be able to provide a test implementation in a couple of days. Regards, Sergey ___ Bug-mailutils mailing list Bug-mailutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-mailutils

Re: [bug-mailutils] New storage?

2019-02-24 Thread Kurt Hackenberg
On 2/24/19 3:43 PM, Sergey Poznyakoff wrote: 1) The main difference of the proposed format is that messages are delimited with a single dot. I don't see why it is important. For what it's worth, from the algorithmic point of view, whether to look for "\n.\n" or for "\nFrom " makes very little di

Re: [bug-mailutils] 3.6: python3 incompatibility crashes the build on linux

2019-02-24 Thread Sergey Poznyakoff
Thanks for reporting. Fixed in 4e66a6a9e5f5696d60f7df875175f2e0ad8f7376. Regards, Sergey ___ Bug-mailutils mailing list Bug-mailutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-mailutils

Re: [bug-mailutils] New storage?

2019-02-24 Thread Sergey Poznyakoff
Hi Kurt, Thanks for the description. The proposed format is very simple, indeed, and in fact not much different from the traditional mailbox format. Can you please describe the advantages it has over mbox? Allow me to elaborate: 1) The main difference of the proposed format is that messages are d

Re: [bug-mailutils] compilation on Mac OS 10.14.3

2019-02-24 Thread Sergey Poznyakoff
Hi Oliver, Oliver Kuehn ha escrit: > shell.c:328:27: error: expected expression > (rl_completion_func_t*) shell_completion; > ^ > shell.c:328:6: error: use of undeclared identifier > 'rl_completion_func_t'; did you mean 'rl_completion_matches'? You use an outda

[bug-mailutils] 3.6: python3 incompatibility crashes the build on linux

2019-02-24 Thread balducci
Hello build of latest 3.6 fails for me when python3 is enabled with: 8< /usr/bin/ld: ../python/3/libmu_py/.libs/libmu_py.so: undefined reference to `PyString_FromString' /usr/bin/ld: ../python/3/libmu_py/.libs/libmu_py.so: undefined reference to `PyInt_FromLong' collect2