Quoting Jérôme Duval <korli@xxxxxxxxxxxxxxxx>:
2008/1/31, Bruno Albuquerque <bga@xxxxxxxxxxxxx>:
Didn't work. I added the following:
DEBUG on <src!servers!mail!>mail_daemon = 1 ;
DEBUG on <src!kits!mail!>libmail.so = 1 ;
DEBUG on <src!add-ons!mail_daemon!inbound_protocols!pop3!>POP3 = 1 ;
DEBUG on <src!add-ons!mail_daemon!system_filters!inbox!>Inbox = 1 ;
DEBUG on <src!add-ons!mail_daemon!system_filters!parser!>Message\ Parser
= 1 ;
Anyone tried to use SetConfigVar DEBUG : ... ?
Like this:
SetConfigVar DEBUG : HAIKU_TOP src kits mail : 1 : global ;
SetConfigVar DEBUG : HAIKU_TOP src add-ons mail_daemon : 1 : global ;
SetConfigVar DEBUG : HAIKU_TOP src servers mail : 1 : global ;
Worth a try, if you ask me...