Selecting headers to delete on pop3 server

2001-02-02 Thread Marco Fioretti
Hello, I have mutt 1.0-i happily running on a RH6.2 box, but haven't figured yet how to do what follows. When ones subscribes to a mailing list, he or she is only interested in a (small) part of the threads discussed. For example, I am subscribed to mutt-users and have (currently) no IMAP. What

Re: Displaying foreign characters..

2001-02-02 Thread Roberto Giorgetti
Mark, I have been trying to solve this problem from a long time ago and at the end I got it in this way: I set LC_ALL=en_US.ISO-8859-1 and installed locales package. It works! Let me know. Bye. Roberto. On Fri, Feb 02, 2001 at 06:30:19PM +1100 or thereabouts, Mark Triggs wrote: Hey all,

Re: Selecting headers to delete on pop3 server

2001-02-02 Thread Conor Daly
On Fri, Feb 02, 2001 at 09:26:02AM +0100 or thereabouts, Marco Fioretti wrote: Hello, I have mutt 1.0-i happily running on a RH6.2 box, but haven't figured yet how to do what follows. When ones subscribes to a mailing list, he or she is only interested in a (small) part of the threads

Re: Move mailfolders bigger than X mails

2001-02-02 Thread darren chamberlain
Bostjan Muller ([EMAIL PROTECTED]) said something to this effect on 02/02/2001: Hi! I am subscribed to quite a few mailing lists, and every of those mailing lists has it's procmail rule and is distributed to it's maibox. I view my mail through an imap server, since I view it from random

Re: Selecting headers to delete on pop3 server

2001-02-02 Thread Marco Fioretti
Conor Daly wrote: ... 1) Whenever I see the first message of an uninteresting thread, I tell mutt that I'm not interested in it. 2) mutt writes this to some log file It occurs to me that you could use some kind of send or save hook to run a script which greps the from line into

Re: Selecting headers to delete on pop3 server

2001-02-02 Thread Marco Fioretti
Marco Fioretti wrote: I found several pop clients written in perl that can be easily modified to fetch the headers only from the pop server, and send "delete" commands when some header matches a certain pattern. I don't have any URL here, but a search on CPAN would find them. Another source

Re: Selecting headers to delete on pop3 server

2001-02-02 Thread Conor Daly
On Fri, Feb 02, 2001 at 01:53:03PM +0100 or thereabouts, Marco Fioretti wrote: Conor Daly wrote: ... 1) Whenever I see the first message of an uninteresting thread, I tell mutt that I'm not interested in it. 2) mutt writes this to some log file It occurs to me that you

Re: Move mailfolders bigger than X mails

2001-02-02 Thread Bostjan Muller
* On 02-02-01 at 13:34 darren chamberlain ([EMAIL PROTECTED]) wrote: +Here quoted text begins+ I use procmail to sort messages based on the date as well as the list, for example: :0 * ^Mailing-List:.*modperl.*@apache.org modperl-`date +"%m-%Y"` This puts this month's mail from

Re: Selecting headers to delete on pop3 server

2001-02-02 Thread Marco Fioretti
What would REALLY do the trick is some "shell excape" which just makes mutt do the following: echo subject_and_From_header some_file I did read the whole manual some time ago, but I can't remember any "shell-excape", i.e. something that make mutt execute shell commands

Re: How to show attatchments

2001-02-02 Thread Duncan Watson
On Wed, Jan 31, 2001 at 02:16:13PM +0100, smund Skjveland wrote: I've set up my .mailcap so that when I try to view an shudder HTML mail, it is passed to lynx which parses it and returns formatted text. This is the entry: text/html; lynx -dump -force_html %s; copiousoutput; What I'd

Re: Mutt and IMAP

2001-02-02 Thread Raphaƫl HALIMI
On Thu Feb 1 12:52:35 2001, Brendan Cully wrote: 1) How do I browse an IMAP folder if I don't want to specify it as my default mail directory ? If I try to open {user@server}INBOX or simply {user@server}, I see the messages, but I can't browse the folders. I can browse the folders if I

Re: Selecting headers to delete on pop3 server

2001-02-02 Thread Aaron Schrab
At 13:53 +0100 02 Feb 2001, Marco Fioretti [EMAIL PROTECTED] wrote: What would REALLY do the trick is some "shell excape" which just makes mutt do the following: echo subject_and_From_header some_file macro pager X '| formail -XFrom: -XSubject: -XMessage-ID: some_file\n' macro

Re: Selecting headers to delete on pop3 server

2001-02-02 Thread Aaron Schrab
At 15:27 -0600 02 Feb 2001, I wrote: macro pager X '| formail -XFrom: -XSubject: -XMessage-ID: some_file\n' macro index X '| formail -XFrom: -XSubject: -XMessage-ID: some_file\n' Oops, need to use double quotes not single qoutes there: macro pager X "| formail -XFrom: -XSubject:

Re: Selecting headers to delete on pop3 server

2001-02-02 Thread Conor Daly
On Fri, Feb 02, 2001 at 03:56:45PM +0100 or so it is rumoured hereabouts, Marco Fioretti thought: What would REALLY do the trick is some "shell excape" which just makes mutt do the following: echo subject_and_From_header some_file I did read the whole manual some

Re: Selecting headers to delete on pop3 server

2001-02-02 Thread Conor Daly
On Fri, Feb 02, 2001 at 03:30:54PM -0600 or so it is rumoured hereabouts, Aaron Schrab thought: At 15:27 -0600 02 Feb 2001, I wrote: macro pager X '| formail -XFrom: -XSubject: -XMessage-ID: some_file\n' macro index X '| formail -XFrom: -XSubject: -XMessage-ID: some_file\n' Oops, need

mutt.octet.filter

2001-02-02 Thread Jim M.
Hi, In reading attachments of type: application/octet-stream with .pdf extension i did the following: 1. downloaded the mutt.octet.filter by Dave Pearson and put in my home directory. 2. Created ~/.muttrc and put this line in it: auto_view application/octet-stream 3. in /etc/mailcap i added

Re: mutt.octet.filter

2001-02-02 Thread Gary Johnson
On Sat, Feb 03, 2001 at 05:34:25AM -, Jim M. wrote: Hi, In reading attachments of type: application/octet-stream with .pdf extension i did the following: 1. downloaded the mutt.octet.filter by Dave Pearson and put in my home directory. 2. Created ~/.muttrc and put this line in it:

permission denied

2001-02-02 Thread Jim M.
Hi, I entered the "application/octet-stream; /usr/local/bin/mutt.octet.stream %s; copiousoutput" in my /etc/mailcap file. I get the error: permission denied. In /usr/local/bin, I have: -rw-r--r-- 1 userid userid .. . mutt.octet.stream How do i fix this?. Thanx, J

Re: permission denied

2001-02-02 Thread Gary Johnson
On Sat, Feb 03, 2001 at 06:25:38AM -, Jim M. wrote: Hi, I entered the "application/octet-stream; /usr/local/bin/mutt.octet.stream %s; copiousoutput" in my /etc/mailcap file. I get the error: permission denied. In /usr/local/bin, I have: -rw-r--r-- 1 userid userid .. .

Re: mutt.octet.filter

2001-02-02 Thread Dave Pearson
[mutt-dev removed to the reply list, this isn't a mutt development issue] On Sat, Feb 03, 2001 at 05:34:25AM -, Jim M. wrote: In mutt when trying to see attachments of type: .pdf i get: command: mutt.octet.filter Is mutt.octet.filter in your path? -- Dave Pearson: |