A friend of mine, who wishes to remain anonymous, whipped up some c++ code to show a popup from the system tray, so you can have nice messages in Windows
You can download the source and binary at the bottom of the Mailbox Alert page.
A friend of mine, who wishes to remain anonymous, whipped up some c++ code to show a popup from the system tray, so you can have nice messages in Windows
You can download the source and binary at the bottom of the Mailbox Alert page.
If anyone knows of a command-line tool to show notification messages in Windows (2k, XP) or if anyone has built something like that (i guess with the Shell_NotifyIcon() call or something), please let me know, so i can refer to it from my Mailbox Alert page as an alternative to libnotify/kdialog/gmessage etc.
If anyone knows of a command-line tool to show notification messages in Windows (2k, XP) or if anyone has built something like that (i guess with the Shell_NotifyIcon() call or something), please let me know, so i can refer to it from my Mailbox Alert page as an alternative to libnotify/kdialog/gmessage etc.
Got a bug submission for mailbox alert: mailbox alert < 0.4 puts a space before every argument of the specified command. Of course this breaks commands that include options, since the first character is no longer a ‘-’. Version 0.5 fixes this. Mailbox Alert.
Got a bug submission for mailbox alert: mailbox alert < 0.4 puts a space before every argument of the specified command. Of course this breaks commands that include options, since the first character is no longer a ‘-’. Version 0.5 fixes this. Mailbox Alert.