---
name: xpi-displayquota
version: 0.3.5
origin: mail/xpi-displayquota
comment: Displays your IMAP quota in statusbar
arch: freebsd:9:x86:64
www: https://addons.mozilla.org/thunderbird/881/
maintainer: gecko@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 70985
desc: |
  This extension will display the current status of your
  IMAP quota in thunderbird's statusbar and will warn you
  when you reach a configurable limit.

  It only works with IMAP quotas and servers advertizing
  the quota status via IMAP (the IMAP GETQUOTA command).
  Some mail servers have disk quotas and will send email
  when your mailbox reach its quota. That's not a real
  IMAP quota system and the imap server might not advertize
  it.

  WWW: https://addons.mozilla.org/thunderbird/881/
categories: [mail]
files:
  /usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome.manifest: 7de50e4f0bb90ecc33882970c6e153070083bbd5202e492f656f2499f4db78f8
  /usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome/DisplayQuota.jar: 8c8c889bc841df46ea080aaa11b43d756e717797c5528144d1b2073e60930ee1
  /usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/defaults/preferences/displayquota.js: 8bbf06acf7b3af12e808c7d5ed0f79953880b60c6ec31261b86423978c5c933f
  /usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/install.rdf: b816064f7d09cf886cfbff95fc0d5b96b4220d3b5447a0ddde2a6a94c7ef62e8
directories:
  /usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/defaults/preferences/: n
  /usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/defaults/: n
  /usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome/: n
  /usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/: n
  /usr/local/lib/xpi/symlinks/thunderbird3/: y
  /usr/local/lib/xpi/symlinks/thunderbird/: y
  /usr/local/lib/xpi/symlinks/seamonkey2/: y
  /usr/local/lib/xpi/symlinks/seamonkey/: y
  /usr/local/lib/xpi/symlinks/linux-thunderbird/: y
  /usr/local/lib/xpi/symlinks/linux-seamonkey/: y
  /usr/local/lib/xpi/symlinks/linux-firefox/: y
  /usr/local/lib/xpi/symlinks/linux-firefox-devel/: y
  /usr/local/lib/xpi/symlinks/firefox3/: y
  /usr/local/lib/xpi/symlinks/firefox/: y
  /usr/local/lib/xpi/symlinks/: y
  /usr/local/lib/xpi/: y
scripts:
  post-install: |
    install -d /usr/local/lib/xpi/symlinks/firefox /usr/local/lib/xpi/symlinks/firefox3 /usr/local/lib/xpi/symlinks/linux-firefox /usr/local/lib/xpi/symlinks/linux-firefox-devel /usr/local/lib/xpi/symlinks/thunderbird /usr/local/lib/xpi/symlinks/thunderbird3 /usr/local/lib/xpi/symlinks/linux-thunderbird /usr/local/lib/xpi/symlinks/seamonkey /usr/local/lib/xpi/symlinks/seamonkey2 /usr/local/lib/xpi/symlinks/linux-seamonkey
    for _dir in /usr/local/lib/*firefox*/extensions /usr/local/lib/*thunderbird*/extensions /usr/local/lib/*seamonkey*/extensions /usr/local/lib/xpi/symlinks/*firefox* /usr/local/lib/xpi/symlinks/*thunderbird* /usr/local/lib/xpi/symlinks/*seamonkey* ; { /bin/ln -sf /usr/local/lib/xpi/{c1ac4523-76c2-9995-adbd-d93bf5141bea} $_dir/ 2>/dev/null || true; }
  pre-deinstall: |
    for _dir in /usr/local/lib/*firefox*/extensions /usr/local/lib/*thunderbird*/extensions /usr/local/lib/*seamonkey*/extensions /usr/local/lib/xpi/symlinks/*firefox* /usr/local/lib/xpi/symlinks/*thunderbird* /usr/local/lib/xpi/symlinks/*seamonkey* ; { /bin/rm -f $_dir/{c1ac4523-76c2-9995-adbd-d93bf5141bea} ; }
