-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Friday, January 12 at 05:51 AM, quoth Michael Williams:
>On Wed, Jan 10, 2007 at 11:25:31AM -0500, Kyle Wheeler wrote:
>> Luck is indeed what I'd call it. I suspect, also, that these other
>> machines may use different versions of the encryption lib
On Wed, Jan 10, 2007 at 11:25:31AM -0500, Kyle Wheeler wrote:
> Luck is indeed what I'd call it. I suspect, also, that these other
> machines may use different versions of the encryption libraries (ssl,
> sasl, etc.) that are more tolerant of being improperly cleaned up.
That sounds very plausible
On date Thursday 2007-01-11 10:14:08 -0700, Bob Proulx muttered:
> Stefano Sabatini wrote:
> > My problem depends on the fact that I have many maildirs setted as
> > mailboxes (using the mailboxes command) and I would like not to display
> > them in the buffy view when they don't contain messages.
Stefano Sabatini wrote:
> Ismael Valladolid Torres wrote:
> > What can be making Emacs not to change the language environment when
> > opening a mutt temporal post file?
>
> I'll say it could be post-el fault.
> Maybe it's changing the coding system when setting the mail
> mode (or maybe some other
Stefano Sabatini wrote:
> My problem depends on the fact that I have many maildirs setted as
> mailboxes (using the mailboxes command) and I would like not to display
> them in the buffy view when they don't contain messages.
Try the TAB command when viewing that displayed information. It
should
On date Thursday 2007-01-11 14:10:41 +0100, Michael Tatge muttered:
> * On Thu, Jan 11, 2007 Roman Cheplyaka ([EMAIL PROTECTED]) muttered:
> > * Stefano Sabatini <[EMAIL PROTECTED]> [2007-01-08 13:24:35+0100]
> > > Is there a way to automatically delete a maildir if it doesn't contain
> > > message
* On Thu, Jan 11, 2007 Roman Cheplyaka ([EMAIL PROTECTED]) muttered:
> * Stefano Sabatini <[EMAIL PROTECTED]> [2007-01-08 13:24:35+0100]
> > Is there a way to automatically delete a maildir if it doesn't contain
> > messages?
>
> Maybe I've misunderstood you, but are you sure your MDA will be happ
* Stefano Sabatini <[EMAIL PROTECTED]> [2007-01-08 13:24:35+0100]
> I recently happily switched from mailbox to maildir. The only problem
> is that I'm missing the nosave_empty behaviour (that TFM states it
> doesn't work with maildir).
>
> Is there a way to automatically delete a maildir if it do
On Thu, Jan 04, 2007 at 05:49:49PM -0800, William Yardley wrote:
> I want to send him a
> new copy of all the emails somehow, only re-encrypted for his new key.
Something like:
find $dir -type f | while read f; do gpg < "$f" >> log.txt; done
gpg --encrypt log.txt
Should work.
Might want to look