Re: Maildir by date

2007-08-13 Thread Christian Ebert
* mal content on Monday, August 13, 2007 at 02:05:23 +0100 Ideally I'd like each days worth of mail to be stored in its own maildir, like this: ~/mail/$ACCOUNT/$YEAR/$MONTH/$DAY ...where $DAY is the maildir itself. Mail will be spooled, as usual, in ~/mail/spool until it is read by mutt

Re: Does mutt have any concept of where I am now?

2007-08-13 Thread Chris G
On Sun, Aug 12, 2007 at 11:02:57PM +0200, Kai Grossjohann wrote: On Sun, Aug 12, 2007 at 08:00:14PM +0100, Chris G wrote: Is there any way in mutt to know where one is in a hierarchy of mail? No, but you can use folder-hook to set the default save folder. Of course, this is really a bear

Re: Q: View as Windows-1252?

2007-08-13 Thread Christian Ebert
* Kai Grossjohann on Monday, August 13, 2007 at 10:32:57 +0200 I used to have the following, it also displayed question marks instead of umlauts: set assumed_charset=windows-1252 Strange. Did you try to combine it with charset-hook ^us-ascii$ windows-1252 ? And have you checked set

Re: Mutt + Mailinglists

2007-08-13 Thread Mark Sansome
On Sun, Aug 12, 2007 at 06:32:32PM -0500, Kyle Wheeler wrote: On Sunday, August 12 at 08:53 PM, quoth Mark Sansome: With Mutt I use esmtp as my sendmail client. Is it possible that either Mutt or esmtp is configured incorrectly and may be offending [EMAIL PROTECTED]'s delicate

Re: Mutt + Mailinglists

2007-08-13 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday, August 13 at 11:22 AM, quoth Mark Sansome: Esmtp supports sendmail envelope sender -f flag, and you are advised to always enable it by adding the following line to Mutt configuration file: set envelope_from=yes I notice that I had

Re: Mutt + Mailinglists

2007-08-13 Thread Mark Sansome
On Mon, Aug 13, 2007 at 06:54:36AM -0600, Kyle Wheeler wrote: On Monday, August 13 at 11:22 AM, quoth Mark Sansome: Esmtp supports sendmail envelope sender -f flag, and you are advised to always enable it by adding the following line to Mutt configuration file: set envelope_from=yes

Re: Does mutt have any concept of where I am now?

2007-08-13 Thread Kai Grossjohann
On Mon, Aug 13, 2007 at 09:35:39AM +0100, Chris G wrote: However, taking thought, it should be possible to auto-generate the folder-hook commands without to much difficulty a simple shell script using 'find' starting at /home/chris/Mail would do what I want and you can then use `run the

Re: Does mutt have any concept of where I am now?

2007-08-13 Thread Matt Okeson-Harlow
On Mon, Aug 13, 2007 at 03:36:39PM +0200, Kai Grossjohann wrote: On Mon, Aug 13, 2007 at 09:35:39AM +0100, Chris G wrote: However, taking thought, it should be possible to auto-generate the folder-hook commands without to much difficulty a simple shell script using 'find' starting at

GPG Signing based on recipient

2007-08-13 Thread Mark Sansome
Hello all, I have a number of different identities (bit schizophrenic really..) i.e. Home / Work / Mailing List etc. I would like to sign each mail with a gpg key appropriate to that identity. I have tried the following send-hook, but perhaps my understanding of the syntax of hooks is

Re: Q: View as Windows-1252?

2007-08-13 Thread Kai Grossjohann
On Mon, Aug 13, 2007 at 05:36:12PM +0200, Kai Grossjohann wrote: Here is the entire header listing, as printed by 'h'. I've replaced the values of the irrelevant headers with -snipped-. Received: -snipped- Received: -snipped- Delivered-To: -snipped- Received: -snipped- Message-ID:

Re: [OT] buffy like tool for the console

2007-08-13 Thread Andre Haupt
On Sun, Aug 12, 2007 at 09:26:49PM +0200, Martin Mares wrote: One possibility is the checkmail utility I wrote some time ago. You can fetch it at ftp://atrey.karlin.mff.cuni.cz/pub/local/mj/linux/checkmail-1.0.tar.gz Thanks a lot. This is exactly what i were after! regards, Andre

Re: GPG Signing based on recipient

2007-08-13 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday, August 13 at 04:19 PM, quoth Mark Sansome: I would like to sign each mail with a gpg key appropriate to that identity. I have tried the following send-hook, but perhaps my understanding of the syntax of hooks is incorrect. Anyway it

Re: Q: View as Windows-1252?

2007-08-13 Thread Kai Grossjohann
On Sun, Aug 12, 2007 at 06:24:54PM -0500, Kyle Wheeler wrote: On Sunday, August 12 at 11:36 PM, quoth Kai Grossjohann: However, it does not help for a message with the following headers: | Mime-Version: 1.0 | Content-Type: text/plain; format=flowed | Content-Transfer-Encoding: 8bit It

Re: Q: View as Windows-1252?

2007-08-13 Thread Kai Grossjohann
On Mon, Aug 13, 2007 at 05:38:53PM +0200, Kai Grossjohann wrote: On Mon, Aug 13, 2007 at 05:36:12PM +0200, Kai Grossjohann wrote: Here is the entire header listing, as printed by 'h'. I've replaced the values of the irrelevant headers with -snipped-. Received: -snipped- Received:

Re: Q: View as Windows-1252?

2007-08-13 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday, August 13 at 05:36 PM, quoth Kai Grossjohann: Here is the entire header listing, as printed by 'h'. I've replaced the values of the irrelevant headers with -snipped-. Received: -snipped- Received: -snipped- Delivered-To: -snipped-

Re: GPG Signing based on recipient

2007-08-13 Thread Mark Sansome
On Mon, Aug 13, 2007 at 09:58:37AM -0600, Kyle Wheeler wrote: What you need to do is separate them into different send-hooks, like so: send-hook '~C [EMAIL PROTECTED]' 'my_hdr From: Test Account [EMAIL PROTECTED]' send-hook '~C [EMAIL PROTECTED]' 'set pgp_sign_as=98765432198765432'

Re: Does mutt have any concept of where I am now?

2007-08-13 Thread Kai Grossjohann
On Mon, Aug 13, 2007 at 09:04:20AM -0500, Matt Okeson-Harlow wrote: On Mon, Aug 13, 2007 at 03:36:39PM +0200, Kai Grossjohann wrote: On Mon, Aug 13, 2007 at 09:35:39AM +0100, Chris G wrote: However, taking thought, it should be possible to auto-generate the folder-hook commands

Re: GPG Signing based on recipient

2007-08-13 Thread Stefano Sabatini
On date Monday 2007-08-13 09:58:37 -0600, Kyle Wheeler muttered: On Monday, August 13 at 04:19 PM, quoth Mark Sansome: I would like to sign each mail with a gpg key appropriate to that identity. I have tried the following send-hook, but perhaps my understanding of the syntax of hooks is