ok, i guess a button /w a file search dialog will do. Yay more buttons
2 2008-04-21 07:32:41
Re: Decrypting attachments. (5 replies, posted in Requests)
Well it's not hard to have a button for gpg --output foo.pdf --decrypt foo.pdf.asc ... but could you put it in ram like truecrypt does?
3 2008-02-02 02:22:56
Re: Request a Browser Toolbar Palette (1 replies, posted in Requests)
I'm idly curious how you guys got it to show the icons in the tools menu without explicit image=asdf.png in the XUL
4 2008-02-02 02:21:16
Topic: Request a Browser Toolbar Palette (1 replies, posted in Requests)
...for the text editor. Near the back/front/home/refresh buttons. I've custom-patched my firegpg for it, but it'd be convenient in the main version. The code is
<toolbarpalette id="BrowserToolbarPalette">
<toolbarbutton id="EditorToolbarBtn" image="chrome://firegpg/skin/editeur.png" class="toolbarbutton-1 chromeclass-toolbar-additional" label="&firegpgToolbar.labelEditeur;" oncommand="firegpg.onMenuItemCommand(event,'EDITEUR')" tooltiptext="&firegpgToolbar.labelEditeur;"/>
</toolbarpalette>
Put it in content/firefoxOverlay.xul right before the </overlay>
kthx