Drew DeVault
Drew DeVault
Thanks!
Bonus: configure mailing lists via SQL too.
Should also support lists that optionally allow non-subscribers to post.
Derp, I suppose you already support that. It should also let you configure it to email non-subscriber messages to the list admin.
Reject HTML emails
:+1:
You can just cut off the last number. `pkg-config --modversion gobject-2.0 | cut -d. -f1-2` gives 2.62 for 2.62.4. pkg-config is the de-facto standard for C dependency resolution, virtually all...
I meant the current approach to building gobbi, where you manually specify a bunch of versions. It's a lot of work on the end user which can be automated.
This gets me a bit further: ``` # github.com/pekim/gobbi/lib/atk /usr/bin/ld: $WORK/b036/_x005.o: undefined reference to symbol 'g_object_ref_sink' /usr/bin/ld: /usr/lib//libgobject-2.0.so.0: error adding symbols: DSO missing from command line collect2: error: ld returned...
I was trying `gtk_application`, but the command you gave doesn't work either.