Re: Home service for mbsync?

2024-02-24 Thread Aleksandr Vityazev
On 2024-02-21 12:47, Felix Lechner via wrote: > Hi, > > Does anyone have an 'mbsync' home service, please? Thanks! > > Kind regards > Felix > > Hi, you can find it here: https://git.sr.ht/~abcdw/rde/tree/master/src/gnu/home-services/mail.scm#L1 -- Best regards, Aleksandr Vityazev

Re: mcron service and PATH (was: Home service for mbsync?)

2024-02-22 Thread Felix Lechner via
Hi, > you can find it here > I've attached my mbsync service > I just run mbsync as an mcron service. > +1! I also run it using mcron. > In my home services I have this: > I'm doing something similar First off, thanks for all your responses so far! On Thu, Feb 22 2024, Emmanuel Beffara wrote: >

Re: mcron service and PATH (was: Home service for mbsync?)

2024-02-22 Thread Emmanuel Beffara
Hi, De Tanguy LE CARROUR le 22/02/2024 à 14:51: > Quoting Emmanuel Beffara (2024-02-22 13:37:10) > > I recently noticed an issue with that: it seems that the command in the > > mcron > > job is called with an incomplete PATH. > > Yes, indeed. > > The "problem" was discussed, among other places,

Re: mcron service and PATH (was: Home service for mbsync?)

2024-02-22 Thread Tanguy LE CARROUR
Hi Emmanuel, Quoting Emmanuel Beffara (2024-02-22 13:37:10) > De Carlo Zancanaro le 22/02/2024 à 10:27: > > On Wed, Feb 21 2024, Felix Lechner via wrote: > > > Does anyone have an 'mbsync' home service, please? Thanks! > > I just run mbsync as an mcron service. I have a custom script, because I >

mcron service and PATH (was: Home service for mbsync?)

2024-02-22 Thread Emmanuel Beffara
Hello, De Carlo Zancanaro le 22/02/2024 à 10:27: > On Wed, Feb 21 2024, Felix Lechner via wrote: > > Does anyone have an 'mbsync' home service, please? Thanks! > > I just run mbsync as an mcron service. I have a custom script, because I > do some weird stuff to update my mu index afterwards, but

Re: Home service for mbsync?

2024-02-22 Thread Miguel Ángel Moreno
On February 21, 2024 9:47:59 PM GMT+01:00, Felix Lechner via wrote: >Hi, > >Does anyone have an 'mbsync' home service, please? Thanks! > >Kind regards >Felix > At RDE we have a home-isync-service-type[1] to synchronize IMAP maildirs and a home-goimapnotify-service-type[2] to listen to events

Re: Home service for mbsync?

2024-02-22 Thread Tanguy LE CARROUR
Hi, Quoting Carlo Zancanaro (2024-02-22 10:27:35) > On Wed, Feb 21 2024, Felix Lechner via wrote: > > Does anyone have an 'mbsync' home service, please? Thanks! > > I just run mbsync as an mcron service. I have a custom script, because I > do some weird stuff to update my mu index afterwards, bu

Re: Home service for mbsync?

2024-02-22 Thread Carlo Zancanaro
On Wed, Feb 21 2024, Felix Lechner via wrote: > Does anyone have an 'mbsync' home service, please? Thanks! I just run mbsync as an mcron service. I have a custom script, because I do some weird stuff to update my mu index afterwards, but it shouldn't be hard to figure out how to call mbsync direct

Re: Home service for mbsync?

2024-02-22 Thread Efraim Flashner
On Wed, Feb 21, 2024 at 12:47:59PM -0800, Felix Lechner via wrote: > Hi, > > Does anyone have an 'mbsync' home service, please? Thanks! > I've attached my mbsync service, but I have to load it from the CLI after logging in since it hangs the shepherd process when I try to include it in my home c

Re: Home service for mbsync?

2024-02-22 Thread Saku Laesvuori
> Does anyone have an 'mbsync' home service, please? Thanks! I use a service that combines mbsync and imapnotify. It's not quite ready yet (the code could be cleaner and it should provide a way to sync all mailboxes manually) but it's attached if you want to take a look. (define-module (mailsync)

Home service for mbsync?

2024-02-21 Thread Felix Lechner via
Hi, Does anyone have an 'mbsync' home service, please? Thanks! Kind regards Felix