好用的 mailbox_alert
mailbox_alert 是 Thunderbird 的附加元件之一。
參考了 On-screen notification of new Thunderbird email 的作法 成果如圖:
仔細看右上角與右下角的訊息。
右上角的訊息主要是 mailboc-alert 提供的功能
而右下角的作法是寫一隻 script ,讓 mailbox-alert 去執行它
#!/bin/bash
# osd-cat depend "xosd-bin" package
echo "You have new mail" | osd_cat -d 5 -i730 -o745 -f lucidasans-bold-12 -c blue
{{http://www.my-net.idv.tw/%7Ethomas/wp/wp-content/uploads/2008/01/mail-alertresized.png?498x374
convert from Thomas blog post id 180 old convert log: ./230317/tag%3E2008%2001%20linux)
@2008 @01 @linux
Comments