xemacs qyestion

2009-07-15 Thread lee
Hi, I have (setq auto-mode-alist (append '((/tmp/mutt-cat-.* . post-mode)) auto-mode-alist)) in init.el for xemacs to automaticaly turn on the post-mode when writing mails with mutt. How do I make it so that flyspell-mode is also turned on automatically? I tried to figure it out, but

Re: xemacs qyestion

2009-07-15 Thread Joost Kremers
On Wed, Jul 15, 2009 at 12:54:04AM -0600, lee wrote: (setq auto-mode-alist (append '((/tmp/mutt-cat-.* . post-mode)) auto-mode-alist)) you could also do: (add-to-list 'auto-mode-alist '(mutt-cat-.* . post-mode)) in init.el for xemacs to automaticaly turn on the post-mode when

Re: split display?

2009-07-15 Thread lee
On Wed, Jul 15, 2009 at 07:33:51AM +0200, Christian Ebert wrote: * lee on Tuesday, July 14, 2009 at 00:31:17 -0600 is it possible to somehow create a display that is split up in some way, Not that I know of. If I were interested in it I would probably use GNU screen, split the screen and

Re: split display?

2009-07-15 Thread Christian Ebert
* lee on Wednesday, July 15, 2009 at 02:25:13 -0600 On Wed, Jul 15, 2009 at 07:33:51AM +0200, Christian Ebert wrote: * lee on Tuesday, July 14, 2009 at 00:31:17 -0600 or is there a way to assign mails to categories and fold these categories? Have you tried how far you can get with the limit

putting current entry at the top of the screen/window

2009-07-15 Thread malahal
Is is possible to put the current mail entry at the top of my screen in mutt? Looking for something like z command in VIM. This essentially requires mutt to redraw, cursor line to the top of the window. --Malahal.

admin question

2009-07-15 Thread mutt 123
hi, sorry for off topic post... could someone tell what is the contact for the moderator/admin of this list. thanks

Re: putting current entry at the top of the screen/window

2009-07-15 Thread Michael Tatge
* On Wed, Jul 15, 2009 11:16AM -0700 mala...@us.ibm.com (mala...@us.ibm.com) muttered: Is is possible to put the current mail entry at the top of my screen in mutt? Looking for something like z command in VIM. not exactly what you're looking for. current-middle HTH, Michael -- The computer

Re: split display?

2009-07-15 Thread lee
On Wed, Jul 15, 2009 at 12:37:12PM +0200, Christian Ebert wrote: I still think http://www.mutt.org/doc/devel/manual.html#patterns covers a lot of what you want. Or you have to explain more clearly in what way your categories differ from a limiting pattern. Thanks, I'll check that out. I

Re: putting current entry at the top of the screen/window

2009-07-15 Thread Mun Johl
Hi, You can put something like this (to emulate vim) in your .muttrc file: bind index z\n current-top -- Mun On Wed, Jul 15, 2009 at 12:56 PM PDT, Michael Tatge wrote: MT MT MT * On Wed, Jul 15, 2009 11:16AM -0700 mala...@us.ibm.com (mala...@us.ibm.com) muttered: MT Is is possible to put

Re: split display?

2009-07-15 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 http://home.uchicago.edu/~dgc/mutt/#x-label Yeah ... This patch might be very helpful, but I wonder how the messages get those labels. When you have the patch, can you edit the label with mutt and then use it to limit the display? Precisely.

Re: split display?

2009-07-15 Thread Derek Martin
On Wed, Jul 15, 2009 at 02:01:57PM -0600, lee wrote: I would need to know exactly which pattern will show only those messages I want to see, and all of them. I don't know such patterns. I might have an idea of what I could search for, but it only means that I eventually have to spend a lot of

Re: xemacs qyestion

2009-07-15 Thread lee
On Wed, Jul 15, 2009 at 09:12:24AM +0200, Joost Kremers wrote: On Wed, Jul 15, 2009 at 12:54:04AM -0600, lee wrote: (setq auto-mode-alist (append '((/tmp/mutt-cat-.* . post-mode)) auto-mode-alist)) you could also do: (add-to-list 'auto-mode-alist '(mutt-cat-.* . post-mode))

Re: split display?

2009-07-15 Thread lee
On Wed, Jul 15, 2009 at 03:39:06PM -0500, Kyle Wheeler wrote: http://home.uchicago.edu/~dgc/mutt/#x-label Yeah ... This patch might be very helpful, but I wonder how the messages get those labels. When you have the patch, can you edit the label with mutt and then use it to limit the

Re: split display?

2009-07-15 Thread Tim Gray
On Wed 15, Jul'09 at 8:23 PM -0600, lee wrote: Is there a way to make the sent mails easier to distinguish from the received ones, like giving them a different color in the list? If there is, I could try storing them in the inbox. However, the only purpose of that would be to make it easier to

Re: split display?

2009-07-15 Thread Tim Gray
On Wed 15, Jul'09 at 10:46 PM -0400, Tim Gray wrote: I'm going to pipe in as a mutt newbie, but yes: color index yellow default ~P should color all messages from you red. Or yellow as the case may be.

multipart/alternative question

2009-07-15 Thread Tim Gray
I have my alternative_order set to text/plain text/html. All works as expected. However I have some people who use a mailer (Apple Mail) that send multipart/alternative messages with attachments. So the two parts of the message are a text/plain and a multipart/mixed. The multipart/mixed

Re: split display?

2009-07-15 Thread lee
On Wed, Jul 15, 2009 at 04:48:56PM -0500, Derek Martin wrote: On Wed, Jul 15, 2009 at 02:01:57PM -0600, lee wrote: I would need to know exactly which pattern will show only those messages I want to see, and all of them. I don't know such patterns. I might have an idea of what I could search

Re: multipart/alternative question

2009-07-15 Thread lee
On Wed, Jul 15, 2009 at 11:02:38PM -0400, Tim Gray wrote: So, what is the best way to deal with this? Is there anyway to just prefer the text/plain but look for attachments in the text/html branch? Or have an indication that there is a text/html branch onscreen so I know to look there?

Re: split display?

2009-07-15 Thread lee
On Wed, Jul 15, 2009 at 10:46:16PM -0400, Tim Gray wrote: On Wed 15, Jul'09 at 8:23 PM -0600, lee wrote: Is there a way to make the sent mails easier to distinguish from the received ones, like giving them a different color in the list? If there is, I could try storing them in the inbox.

Re: multipart/alternative question

2009-07-15 Thread Tim Gray
On Wed 15, Jul'09 at 10:08 PM -0600, lee wrote: And more general, is there a way to get an indication that a mail does have an attachment or attachments? I would give them a different color in the list; that would prevent me from opening such messages without checking them before. You could