Hi Jack!
Am 05.06.22 23:54 schrieb(en) Jack Ostroff via balsa-list:
** (balsa:8879): DEBUG: 17:43:34.702: Networkis unavailable (Sun 05 Jun 2022
05:43:34 PM EDT)
That message is printed by function print_network_status() in
src/main-window.c. Balsa uses a GNetworkMonitor (returned by callin
Good timing - I'm finally digging into this right now. My smtp test
send was through gmail, so not local. I'm now compiling gtk with debug
symbols to see if I can find why it might think the network is missing,
or at least trace into those g_network calls. The "route" command DOES
show a "def
Well, temporarily resolved, though not actually solved. First, it took
me two tries to realize that the g_network functions are in glib, not
gtk, but I got it recompiled with debug info. Tracing through from
balsa_window_init, I got totally lost in all the g_ functions, but at
one point