View Single Post
Halftux's Avatar
Posts: 878 | Thanked: 2,535 times | Joined on Feb 2012 @ Germany
#2
Modest uses the microb-engine and the microb-engine uses libnss3.

You could try install modest, microb-engine, libnss3, libnss3-certs, and maybe other packages from cssu-devel.

But make a backup first.

http://maemo.merlin1991.at/cssu/comm...microb-engine/

http://maemo.merlin1991.at/cssu/comm...free/m/modest/

Source codes:

https://github.com/community-ssu/microb-engine

https://github.com/community-ssu/modest

Update I think in progress..
https://github.com/jonwil/microb-engine-ff24/

To debug:
[1]
There are some DBUS methods available for debugging.

run-standalone.sh dbus-send --print-reply --dest=com.nokia.modest /com/nokia/modest com.nokia.modest.DumpOperationQueue

(instead of DumpOperationQueue, you can also use DumpSendQueues or
DumpAccounts)

These methods will print a list of the current mail operation queue,
send queues or the accounts. If you don't know what that means, then
this problably not for you

[2]
"showui"
To actually start with the UI, you have to provide the 'showui' parameter to
modest. Reason for this not being the default is to allow for DBUS-activation
of various services without showing the UI.

"MODEST_DEBUG"
The MODEST_DEBUG environment may contain any number of ':'-separated strings
to trigger certain debugging features:


"abort-on-warning"
Abort the program when any Gtk/Glib warning or error occurs. This can be useful when running inside a debugger.

"debug-code"
Run various pieces of debug-only code in modest

"log-actions"
Log actions to the log file (not available yet)

"debug-objects"
Debug GObject usage (G_TYPE_DEBUG_OBJECTS)

"debug-signals"
Debug GSignal usage (G_TYPE_DEBUG_SIGNALS)

"factory-settings"
Return all the user-settings to the 'factory defaults'
[1] https://github.com/community-ssu/mod...master/HACKING
[2] https://github.com/community-ssu/mod...r/man/modest.1

Last edited by Halftux; 2020-01-22 at 22:42.
 

The Following 7 Users Say Thank You to Halftux For This Useful Post: