Re: [PATCH] lei: support reading MH for convert+import+index

2023-12-17 Thread Eric Wong
Eric Wong wrote: > Konstantin Ryabitsev wrote: > > Nice, so eventually we should be able to specify the following instead of > > faking out a maildir? > > > > watch=mh:/var/spool/mlmmj/list.name/archive > > Yes, that's the plan. Well, reading /usr/lib/python*/mailbox.py on my system makes me

Re: [PATCH] lei: support reading MH for convert+import+index

2023-12-16 Thread Eric Wong
Konstantin Ryabitsev wrote: > Nice, so eventually we should be able to specify the following instead of > faking out a maildir? > > watch=mh:/var/spool/mlmmj/list.name/archive Yes, that's the plan. > > inotify|EVFILT_VNODE watches aren't supported, yet, either. > > In the case of mlmmj it's

Re: [PATCH] lei: support reading MH for convert+import+index

2023-12-16 Thread Konstantin Ryabitsev
On Sat, Dec 16, 2023 at 01:09:32PM +, Eric Wong wrote: > The MH format is widely-supported and used by various MUAs such > as mutt and sylpheed, and a MH-like format is used by mlmmj for > archives, as well. Locking implementations for writes are > inconsistent, so this commit doesn't support

[PATCH] lei: support reading MH for convert+import+index

2023-12-16 Thread Eric Wong
The MH format is widely-supported and used by various MUAs such as mutt and sylpheed, and a MH-like format is used by mlmmj for archives, as well. Locking implementations for writes are inconsistent, so this commit doesn't support writes, yet. inotify|EVFILT_VNODE watches aren't supported, yet,