05-22-2020, 04:05 PM
(05-22-2020, 12:18 PM)janw Wrote: Ok, found a solution for my "UNTRUSTED signature" problem.
Code:sudo mv m\%40milesalan.com-5e6e8e01.rsa.pub m@milesalan.com-5e6e8e01.rsa.pub
Thanks for trying it out on a pmOS install and figuring out the fix - updated the documentation on the install guide so nobody else will be caught on this step.
Eventually I'm going to try and get the Sxmo packages into pmOS proper so you should be able to install without the extra step of adding the secondary alpine repository - but maybe a little while before this comes through.
(05-22-2020, 01:15 AM)davidbe Wrote: This looks really slick & very useable! I'll try that later today!
Using khard (https://github.com/scheibler/khard/) as intermediate might make calling & texting easier (and I would sync it vdirsyncer (https://vdirsyncer.pimutils.org/en/stable/)) - but that's maybe outside the suckless - toolchain :-)
Interesting - hadn't heard of `khard`, looks like its a vCard client. I've looked a bit into the vCard spec - looks (mostly) simple, atleast if the plain text variant is used. My current idea for a contact system currently is just to have a text file (tsv) with two columns number & contact name. Not sure yet, holding off building out the contact system work for a little while until some other bugs are fixed.