30 Mar 2005, posted on
mutt
OK, this is one more article containing mutt wizardry.
Despite it’s excellent integration with GnuPG, mutt
cannot automatically sign messages to a selected group of individuals without
tedious manual configuration.
A while ago, while browsing the newsgroups, I found a poster suggesting
that it would be a good idea to have mutt automatically sign outgoing messages
whenever the recipient’s email could be found in our keyring.
I took it as an interesting challenge and conjured up the horrifying
(but functional) configuration below:
send-hook '(~t .*)' 'reset pgp_autosign'
send-hook "(~t DUMMY `(gpg --list-keys | sed -ne \
's/^[^<]*<\([a-z0-9\.\-\_]*@[a-z0-9\.\-\_]*\)>.*/\
send-hook \"(~t \1)\" \"set pgp_autosign\"/gip' | \
sort -u >~/.mutt-autosign)`)" 'set pgp_autosign'
source ~/.mutt-autosign
If you want to understand how it works, mail me. :)
[Permalink] |
|
|
|
|
3 Mar 2005, posted on
misc
I’ve been using Intuit’s Turbotax for some years now. The application works
reasonably well and saves me the hassles of having to do all the calculations
by hand.
This year, motivated by a nice discount, I decided to do my taxes
earlier. Shove the procrastination aside, fire up the browser and click on
the Turbotax link. The following message from Intuit greeted me:
Your Web browser
is not supported.
TurboTax for the Web does not work with the Web browser you
are using. You must use one of the following supported browsers:
(...)
Naturally, you see the usual variety plus Netscape (which is strange, as Mozilla should
be equivalent to Netscape).
After some googling, I found
Mike Oliveri’s Blog,
amongst others, detailing the problem. To cut a long story short, it is
possible to fool the site with Mozilla’s User Agent switcher, but still, it’s
impossible to run the site properly under Linux, as it apparently makes use
of ActiveX controls.
This year, Intuit is not seeing the color of my money. I’m taking my business
elsewhere. Perhaps, next year, if they
support Linux, I’ll get back.
[Permalink] |
|
|
|
|
I’ve been using Intuit’s Turbotax for some years now. The application works
reasonably well and saves me the hassles of having to do all the calculations
by hand.
This year, motivated by a nice discount, I decided to do my taxes
earlier. Shove the procrastination aside, fire up the browser and click on
the Turbotax link. The following message from Intuit greeted me:
Your Web browser
is not supported.
TurboTax for the Web does not work with the Web browser you
are using. You must use one of the following supported browsers:
(...)
Naturally, you see the usual variety plus Netscape (which is strange, as Mozilla should
be equivalent to Netscape).
After some googling, I found
Mike Oliveri’s Blog,
amongst others, detailing the problem. To cut a long story short, it is
possible to fool the site with Mozilla’s User Agent switcher, but still, it’s
impossible to run the site properly under Linux, as it apparently makes use
of ActiveX controls.
This year, Intuit is not seeing the color of my money. I’m taking my business
elsewhere. Perhaps, next year, if they
support Linux, I’ll get back.
[Permalink] |
|
|
|
|