--ReaqsoxgOBHFXBhH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable
Alas! Jun Sun spake thus: > Don't you think it is a common sense to save a copy of outgoing message > to the *same* folder as you are reading from? Not really, too much clutter. I prefer to have a special "sent messages" folder. > If that is so, I think we should make it easier to do this. It's already pretty easy. Make a script something like this: #!/bin/bash for i in ~/mail/* do=20 i=3D$(basename $i) echo folder-hook =3D$i \"set record=3D\'=3D$i\'\" done then simply source the output of this script. It might even be simpler than that, though ;) --=20 Rob 'Feztaa' Park [EMAIL PROTECTED] -- He who knows, does not speak. He who speaks, does not know. -- Lao Tsu --ReaqsoxgOBHFXBhH Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE8q81wPTh2iSBKeccRAi2zAJ0Qfj3JaChfiJcvl8Xok+UYVD0k+ACfY48K q88SOosOTImXirJFaDqFtTM= =jFLG -----END PGP SIGNATURE----- --ReaqsoxgOBHFXBhH--