Is there an easy way to disable it transport wide? Like change a few lines of code? (I fail at python, so I'll need help there)
On 8/11/06, Daniel Henninger <[EMAIL PROTECTED]> wrote: > > I'm almost positive this exists across the board... well at least on > PyMSNt, PyICQt, and PyAIMt. (ICQ might be moot, I don't think it > actually has mail notifications) That said, it's set on a transport > wide level, not on a per user level, which is something I'd still > like to explore further in the future. > > Daniel > > On Aug 11, 2006, at 1:04 PM, Joe Moschetti wrote: > > > For the protocols that send new mail notificiations to the clients, > > there should be an option to ignore them, they can be annoying. > > _______________________________________________ > > py-transports mailing list > > [email protected] > > http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports > > _______________________________________________ > py-transports mailing list > [email protected] > http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports > -- Joe Moschetti http://jmoschetti45.com/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://modevia.com/pipermail/py-transports/attachments/20060811/ea71f28e/attachment.html From [EMAIL PROTECTED] Fri Aug 11 18:42:35 2006 From: [EMAIL PROTECTED] (Daniel Henninger) Date: Fri Aug 11 18:43:53 2006 Subject: [py-transports] Suggestion for all transports In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> That's what I was saying =) the -only- way to do it is to disable it transport wide. If you look over the transport configs, for PyMSN you will see a <mailNotifications/> option that has to be enabled to have them turned on (so just comment it out). On PyAIMt, it's <disableMailNotifications/>. Daniel On Aug 11, 2006, at 2:22 PM, Joe Moschetti wrote: > Is there an easy way to disable it transport wide? Like change a > few lines of code? (I fail at python, so I'll need help there) > > On 8/11/06, Daniel Henninger <[EMAIL PROTECTED]> wrote:I'm almost > positive this exists across the board... well at least on > PyMSNt, PyICQt, and PyAIMt. (ICQ might be moot, I don't think it > actually has mail notifications) That said, it's set on a transport > wide level, not on a per user level, which is something I'd still > like to explore further in the future. > > Daniel > > On Aug 11, 2006, at 1:04 PM, Joe Moschetti wrote: > > > For the protocols that send new mail notificiations to the clients, > > there should be an option to ignore them, they can be annoying. > > _______________________________________________ > > py-transports mailing list > > [email protected] > > http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports > > _______________________________________________ > py-transports mailing list > [email protected] > http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports > > > > -- > Joe Moschetti > http://jmoschetti45.com/ > _______________________________________________ > py-transports mailing list > [email protected] > http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports
