Re: signature-scripts

2009-08-12 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On Wednesday, August 12 at 11:01 AM, quoth Jan-Herbert Damm: > Learning programming makes me think signature-scripting could be a > nice homework. Sure - it's really easy. > I have googled for signature-scripts but with unsatisfying results. > > O

Re: signature-scripts

2009-08-12 Thread Paul Grinberg
chmod +x .signature [u...@panther ~]$ ls -al .signature -rwxrwxr-x 1 user user 804 2009-08-11 16:43 .signature [u...@panther ~]$ cat .signature #!/bin/bash echo "Paul Grinberg" echo "PGP key: 0xE3175CCF" echo "" echo "Fortune Cookie:" fortune -s wisdom echo "" [u...@panther ~]$ cat .muttrc | gre

Re: signature-scripts

2009-08-12 Thread Brian Salter-Duke
On Wed, Aug 12, 2009 at 11:01:48AM +0200, Jan-Herbert Damm wrote: > Hello all, > > Forgive me if this is slightly OT (replies off list welcome): > > I know that there are several people on this list (Kyle for one) that use > scripts to add signatures dynamically. > > Learning programming makes

Re: why is there no auto $ (save changes to mailbox)?

2009-08-12 Thread Rejo Zenger
++ 11/08/09 18:41 +0200 - Rocco Rutte: >> I can't think of a reason why this would be bad (especialy if it's >> configurable and the default is "off"). [...] >For eexample, you tag tag delete messages and cover messages you >didn't want, or have hooks like me that mark duplicates for duplication

signature-scripts

2009-08-12 Thread Jan-Herbert Damm
Hello all, Forgive me if this is slightly OT (replies off list welcome): I know that there are several people on this list (Kyle for one) that use scripts to add signatures dynamically. Learning programming makes me think signature-scripting could be a nice homework. I have googled for signat