From 364ad8e2c66b35dc893cf379956beeea0972c23d Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Sat, 22 Jun 2024 15:51:37 +0200 Subject: checkpoint --- checkpoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'checkpoint.sh') diff --git a/checkpoint.sh b/checkpoint.sh index 62c138c..e2ee407 100755 --- a/checkpoint.sh +++ b/checkpoint.sh @@ -1,5 +1,5 @@ #!/bin/sh -git commit -m 'checkpoint' +git commit -a -m 'checkpoint' keyadd db git push -- cgit v1.2.3 From 07232b8466f2d897ad9bad074842a9313a2cb7be Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Sat, 22 Jun 2024 15:51:59 +0200 Subject: checkpoint --- checkpoint.sh | 2 +- config/home/.mbsyncrc | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+), 1 deletion(-) create mode 100644 config/home/.mbsyncrc (limited to 'checkpoint.sh') diff --git a/checkpoint.sh b/checkpoint.sh index e2ee407..ba93d17 100755 --- a/checkpoint.sh +++ b/checkpoint.sh @@ -1,5 +1,5 @@ #!/bin/sh -git commit -a -m 'checkpoint' +git commit -m 'checkpoint' $@ keyadd db git push diff --git a/config/home/.mbsyncrc b/config/home/.mbsyncrc new file mode 100644 index 0000000..aa8c521 --- /dev/null +++ b/config/home/.mbsyncrc @@ -0,0 +1,50 @@ + +IMAPStore luca@spacehb.net-remote +Host mail.spacehb.net +Port 993 +User luca@spacehb.net +PassCmd "pass websites/spacehb.net/luca@spacehb.net" +AuthMechs LOGIN +SSLType IMAPS +CertificateFile /etc/ssl/certs/ca-certificates.crt + +MaildirStore luca@spacehb.net-local +Subfolders Verbatim +Path /home/aluc/.local/share/mail/luca@spacehb.net/ +Inbox /home/aluc/.local/share/mail/luca@spacehb.net/INBOX + +Channel luca@spacehb.net +Expunge Both +Far :luca@spacehb.net-remote: +Near :luca@spacehb.net-local: +Patterns * !"[Gmail]/All Mail" !"*fts-flatcurve*" !"*virtual*" +Create Both +SyncState * +MaxMessages 0 +ExpireUnread no +# End profile + +IMAPStore billy@spacehb.net-remote +Host mail.spacehb.net +Port 993 +User billy@spacehb.net +PassCmd "pass websites/spacehb.net/billy@spacehb.net" +AuthMechs LOGIN +SSLType IMAPS +CertificateFile /etc/ssl/certs/ca-certificates.crt + +MaildirStore billy@spacehb.net-local +Subfolders Verbatim +Path /home/aluc/.local/share/mail/billy@spacehb.net/ +Inbox /home/aluc/.local/share/mail/billy@spacehb.net/INBOX + +Channel billy@spacehb.net +Expunge Both +Far :billy@spacehb.net-remote: +Near :billy@spacehb.net-local: +Patterns * !"[Gmail]/All Mail" !"*fts-flatcurve*" !"*virtual*" +Create Both +SyncState * +MaxMessages 0 +ExpireUnread no +# End profile -- cgit v1.2.3