Re: hiding IMAP "FO LDER IN TERNAL D ATA" messages

2000-06-14 Thread David T-G
Suresh -- ...and then Suresh Ramasubramanian said... % David T-G proclaimed on mutt-users that: % % >subject *and* maybe the sender or another string unique to your system... % % Simple thing - am now grepping for the entire "Dont delete this message - % FOLDER INTERNAL DATA" (or whatever) Ah

Re: hiding IMAP "FO LDER IN TERNAL D ATA" messages

2000-06-14 Thread Suresh Ramasubramanian
David T-G proclaimed on mutt-users that: >Meanwhile, you should be able to get specific enough with your limit >command to have it really get ONLY those fake messages by specifying the >subject *and* maybe the sender or another string unique to your system... Simple thing - am now grepping for

Re: hiding IMAP "FO LDER IN TERNAL D ATA" messages

2000-06-14 Thread David T-G
Suresh -- ...and then Suresh Ramasubramanian said... % David T-G proclaimed on mutt-users that: % % >Boy, you must *really* like that limit to not just % > l . % > /~s FOLDER % > r % > :source .muttrc % % Quoting the muttrc is no hassle - but I have to find that post in the Quoting? Do y

Re: hiding IMAP "FO LDER IN TERNAL D ATA" messages

2000-06-14 Thread Suresh Ramasubramanian
David T-G proclaimed on mutt-users that: >...and then Suresh Ramasubramanian said... >% folder-hook . "push \"l!(~s 'FOLDER INTERNAL DATA')\n*\"" >% by the way, the reason I'm using PINE (spit) to write this was that this >*gasp*!! >Boy, you must *really* like that limit to not just > l . >

Re: hiding IMAP "FO LDER IN TERNAL D ATA" messages

2000-06-13 Thread David T-G
Suresh -- ...and then Suresh Ramasubramanian said... % On Tue, 13 Jun 2000, Tim Danner wrote: % % > a facility for not displaying messages meeting some pattern? % % Simple - add this to your muttrc % folder-hook . "push \"l!(~s 'FOLDER INTERNAL DATA')\n*\"" % % by the way, the reason I'm using

Re: hiding IMAP "FO LDER IN TERNAL D ATA" messages

2000-06-13 Thread Suresh Ramasubramanian
Rebecca Lynne Sutton proclaimed on mutt-users that: >> folder-hook . "push \"l!(~s 'FOLDER INTERNAL DATA')\n*\"" >Couldn't you use regexps to match a little bit more exactly? Like this: >folder-hook . "push \"l!(~s 'FOLDER INTERNAL DATA$')\n*\"" idea :) thanks. >That is the end of the subje

Re: hiding IMAP "FO LDER IN TERNAL D ATA" messages

2000-06-13 Thread Rebecca Lynne Sutton
On Tue, Jun 13, 2000 at 07:29:31PM +0530, Suresh Ramasubramanian wrote: > On Tue, 13 Jun 2000, Tim Danner wrote: > > > I read mail with mutt when I'm local, and IMAP when I'm away. The IMAP stuff > > creates messages with the subject "DON'T DELETE THIS MESSAGE -- FOLDER > > INTERNAL DATA". When r

Re: hiding IMAP "FO LDER IN TERNAL D ATA" messages

2000-06-13 Thread Suresh Ramasubramanian
On Tue, 13 Jun 2000, Tim Danner wrote: > I read mail with mutt when I'm local, and IMAP when I'm away. The IMAP stuff > creates messages with the subject "DON'T DELETE THIS MESSAGE -- FOLDER > INTERNAL DATA". When reading with mutt, I'd like these to be hidden. Is there > a facility for not displ