Re: [POSSIBLE SPAM] People that CC mailing lists

2013-02-10 Thread Chris Green
On Sun, Feb 10, 2013 at 07:32:13AM +, Russell L. Harris wrote: * David Woodfall d...@dawoodfall.net [130210 00:45]: I've a few mailing lists where people don't send to the mailing list instead they CC it. In which case when I reply to the list mutt doesn't recognise it as a list and I

truncating subject line in index

2013-02-10 Thread dexter
how can i truncate the subject line to 60 columns. i tried %60s in index_format but it is not working. can someone help.

Re: People that CC mailing lists

2013-02-10 Thread David Woodfall
On (10/02/13 07:35), James Griffin jmz.grif...@kode5.net put forth the proposition: -- David Woodfall d...@dawoodfall.net [2013-02-10 00:42:27 +]: I've a few mailing lists where people don't send to the mailing list instead they CC it. In which case when I reply to the list mutt doesn't

Re: People that CC mailing lists

2013-02-10 Thread David Woodfall
On (10/02/13 13:25), David Woodfall d...@dawoodfall.net put forth the proposition: On (10/02/13 07:35), James Griffin jmz.grif...@kode5.net put forth the proposition: -- David Woodfall d...@dawoodfall.net [2013-02-10 00:42:27 +]: I've a few mailing lists where people don't send to the

Re: truncating subject line in index

2013-02-10 Thread James Griffin
- dexter dexter.i...@gmail.com [2013-02-10 18:51:29 +0530] - : how can i truncate the subject line to 60 columns. i tried %60s in index_format but it is not working. can someone help. You'd probably need to use that format specifier in pager_format, not index_format. -- Primary

Re: People that CC mailing lists

2013-02-10 Thread Patrick Shanahan
* David Woodfall d...@dawoodfall.net [02-10-13 08:27]: On (10/02/13 07:35), James Griffin jmz.grif...@kode5.net put forth the proposition: -- David Woodfall d...@dawoodfall.net [2013-02-10 00:42:27 +]: I've a few mailing lists where people don't send to the mailing list instead they CC

Re: People that CC mailing lists

2013-02-10 Thread David Woodfall
On (10/02/13 08:33), Patrick Shanahan ptilopt...@gmail.com put forth the proposition: * David Woodfall d...@dawoodfall.net [02-10-13 08:27]: On (10/02/13 07:35), James Griffin jmz.grif...@kode5.net put forth the proposition: -- David Woodfall d...@dawoodfall.net [2013-02-10 00:42:27 +]:

Ideas for saving mailing list mail with IMAP+Maildir

2013-02-10 Thread David Woodfall
I used to use mbox format and save mailing list mail to eg: ~/mail/lists/mutt-users@mutt.org which made it very easy to make a script that creates the mailboxes, alias and subscribe commands. I'd simply save the first email to a folder in lists/ then run the script and everything was set

sidebar patch

2013-02-10 Thread dexter
Hi, I'm new to mutt, just installed one and getting to know it, how do i get sidebar in mutt, google search tells me that i have to apply a patch, i'm running on ubuntu, where can i get this patch? -dexter

Re: truncating subject line in index

2013-02-10 Thread dexter
* James Griffin jmz.grif...@kode5.net [2013-02-10 13:29:55 +]: i want the subject line in the index to be truncated. -dexter - dexter dexter.i...@gmail.com [2013-02-10 18:51:29 +0530] - : how can i truncate the subject line to 60 columns. i tried %60s in index_format but it is

Re: Ideas for saving mailing list mail with IMAP+Maildir

2013-02-10 Thread James Griffin
- David Woodfall d...@dawoodfall.net [2013-02-10 14:04:39 +] - : ... Note how I've had to change the '.' in the domain name to an underscore so that it doesn't get seen as a subfolder. David, if you look at the Dovecot Doc site [1] you can set it up differently to better

Re: truncating subject line in index

2013-02-10 Thread James Griffin
- dexter dexter.i...@gmail.com [2013-02-10 19:54:33 +0530] - : * James Griffin jmz.grif...@kode5.net [2013-02-10 13:29:55 +]: i want the subject line in the index to be truncated. Please don't top post. The %s specifier is the correct one to use. Have a look at man 3 printf for

Re: Ideas for saving mailing list mail with IMAP+Maildir

2013-02-10 Thread Andre Klärner
Hi David, On Sun, Feb 10, 2013 at 02:04:39PM +, David Woodfall wrote: I used to use mbox format and save mailing list mail to eg: ~/mail/lists/mutt-users@mutt.org Now that I've switched to IMAP + Maildir I'm using the following: ~/mail/.lists.mutt-users@mutt_org/ Note how

Re: Ideas for saving mailing list mail with IMAP+Maildir

2013-02-10 Thread Chris Green
On Sun, Feb 10, 2013 at 02:04:39PM +, David Woodfall wrote: I used to use mbox format and save mailing list mail to eg: ~/mail/lists/mutt-users@mutt.org which made it very easy to make a script that creates the mailboxes, alias and subscribe commands. I'd simply save the first email

Page View

2013-02-10 Thread Ed
Is there any way while viewing a mail that contains html, attachment or is a pgp signed, that this information be shown at the bottom of the mail ? I did not see anything in the manual that was of any value, unless I just overlooked it. Thanks Ed

Re: Page View

2013-02-10 Thread Maurice McCarthy
You could try putting a line like this ~/.mailcap text/html; /usr/bin/lynx -dump -force_html %s ; copiousoutput In some emails I still have to v[iew] the parts and hit enter on the text/html line regards Maurice On 10/02/2013, Ed w...@comcast.net wrote: Is there any way while viewing a mail

Re: Page View

2013-02-10 Thread Maurice McCarthy
Sorry, don't think i read your post properly - tired! Maurice

Re: Ideas for saving mailing list mail with IMAP+Maildir

2013-02-10 Thread David Woodfall
On (10/02/13 16:06), Andre Klärner kan...@ak-online.be put forth the proposition: Hi David, On Sun, Feb 10, 2013 at 02:04:39PM +, David Woodfall wrote: I used to use mbox format and save mailing list mail to eg: ~/mail/lists/mutt-users@mutt.org Now that I've switched to IMAP +

Re: Ideas for saving mailing list mail with IMAP+Maildir

2013-02-10 Thread Tim Gray
On Feb 10, 2013 at 02:04 PM +, David Woodfall wrote: So I'm just wondering how people here cope with organising mailing lists with Maildir and any tips/tricks that may be a better way than my present way. I do what others have said regarding Maildir/dovecot. The 'layout=fs' option let's

Re: Ideas for saving mailing list mail with IMAP+Maildir

2013-02-10 Thread David Woodfall
On (10/02/13 15:52), Chris Green c...@isbd.net put forth the proposition: On Sun, Feb 10, 2013 at 02:04:39PM +, David Woodfall wrote: I used to use mbox format and save mailing list mail to eg: ~/mail/lists/mutt-users@mutt.org which made it very easy to make a script that creates the

Re: Ideas for saving mailing list mail with IMAP+Maildir

2013-02-10 Thread David Woodfall
On (10/02/13 12:02), Tim Gray lists+m...@protozoic.com put forth the proposition: On Feb 10, 2013 at 02:04 PM +, David Woodfall wrote: So I'm just wondering how people here cope with organising mailing lists with Maildir and any tips/tricks that may be a better way than my present way.

Re: sidebar patch

2013-02-10 Thread Scott Stevenson
On Sun, Feb 10, 2013 at 07:52:57PM +0530, dexter wrote: I'm new to mutt, just installed one and getting to know it, how do i get sidebar in mutt, google search tells me that i have to apply a patch, i'm running on ubuntu, where can i get this patch? Debian and derivatives such as Ubuntu

Re: Page View

2013-02-10 Thread Derek Martin
On Sun, Feb 10, 2013 at 04:42:00PM +, Maurice McCarthy wrote: Sorry, don't think i read your post properly - tired! In your defense, the grammar was pretty horrible. I still don't think I actually know what he was asking... Yes kids, grammar and spelling do actually matter... if you want

Re: Page View

2013-02-10 Thread Ed
On Feb 10, Derek Martin wrote: On Sun, Feb 10, 2013 at 04:42:00PM +, Maurice McCarthy wrote: Sorry, don't think i read your post properly - tired! In your defense, the grammar was pretty horrible. I still don't think I actually know what he was asking... Yes kids, grammar and

Re: sidebar patch

2013-02-10 Thread Brian Salter-Duke
On Sun, Feb 10, 2013 at 06:46:11PM +0100, Scott Stevenson wrote: On Sun, Feb 10, 2013 at 07:52:57PM +0530, dexter wrote: I'm new to mutt, just installed one and getting to know it, how do i get sidebar in mutt, google search tells me that i have to apply a patch, i'm running on ubuntu,

Re: sidebar patch

2013-02-10 Thread Ed
On Feb 10, Scott Stevenson wrote: On Sun, Feb 10, 2013 at 07:52:57PM +0530, dexter wrote: I'm new to mutt, just installed one and getting to know it, how do i get sidebar in mutt, google search tells me that i have to apply a patch, i'm running on ubuntu, where can i get this patch?

Re: Page View

2013-02-10 Thread s. keeling
Incoming from Ed: From the manual section 2.2 :: Below the headers, you see the email body which usually contains the message. If the email contains any attachments, you will see more information about them below the email body, or, if the attachments are text files, you can view them

Re: Page View

2013-02-10 Thread Derek Martin
On Sun, Feb 10, 2013 at 02:35:37PM -0500, Ed wrote: From the manual section 2.2 :: Below the headers, you see the email body which usually contains the message. If the email contains any attachments, you will see more information about them below the email body, or, if the attachments are

Re: Page View

2013-02-10 Thread Ed
On Feb 10, s. keeling wrote: Might I suggest just commenting out your pager_format statement? I've .muttrc's that go back to 2003. In each one of them pager_format is not set. I appear to see what the manual section you quote says. Same result. I find nothing in the manual about pager

Re: Page View

2013-02-10 Thread s. keeling
Incoming from Ed: What I was using I borrowed from another muttrc. That pretty much describes everything I use. I can't keep up with the developers' feaping-creaturism, so I read mailing lists for hints, and hit the manual to find out how to use neat stuff I come across. I wish I had an

Re: [POSSIBLE SPAM] People that CC mailing lists

2013-02-10 Thread Chris Bannister
On Sun, Feb 10, 2013 at 09:31:23AM +, Chris Green wrote: On Sun, Feb 10, 2013 at 07:32:13AM +, Russell L. Harris wrote: * David Woodfall d...@dawoodfall.net [130210 00:45]: I've a few mailing lists where people don't send to the mailing list instead they CC it. In which case when

Re: truncating subject line in index

2013-02-10 Thread mutt
dexter wrote: how can i truncate the subject line to 60 columns. i tried %60s in index_format but it is not working. can someone help. assuming it follows printf syntax: %60s makes it take at least 60 characers (right justified). %-60s makes it take at least 60 characers (left