Re: Unix Philosophy (was List management headers)

2010-02-04 Thread Rado S
=- Derek Martin wrote on Fri 29.Jan'10 at 17:45:28 -0600 -= > There has been a tendency in some quarters to blindly and rigidly > advocate that following the Unix Philosophy is the One True Way, > which has often hindered progress. What kind of progress do you mean? Maybe your goals or "ideal wor

Re: Unix Philosophy (was List management headers)

2010-02-04 Thread Derek Martin
On Thu, Feb 04, 2010 at 09:30:51PM +0100, Rado S wrote: > > As I said, I believe that if you need to have complexity, it > > should be in the code, not on the user end. > > The glue to accomplish complex goals needs not necessarily to be in > the user end, it can be put in meta-code (wrappers), wh

Re: Unix Philosophy (was List management headers)

2010-02-04 Thread Charlie Kester
On Thu 04 Feb 2010 at 15:44:08 PST Derek Martin wrote: It's not that simple. Outlook sucks for a lot of reasons, many of them technical. Mutt has very few technical weaknesses, but its user interface is from 3 decades ago. I, and I suspect a lot of people, would love to see a modern Mutt. S

Re: Unix Philosophy (was List management headers)

2010-02-04 Thread David Young
On Thu, Feb 04, 2010 at 05:44:08PM -0600, Derek Martin wrote: > On Thu, Feb 04, 2010 at 09:30:51PM +0100, Rado S wrote: > > > As I said, I believe that if you need to have complexity, it > > > should be in the code, not on the user end. > > > > The glue to accomplish complex goals needs not necess

Re: Unix Philosophy (was List management headers)

2010-02-04 Thread Morris, Patrick
Charlie Kester wrote: On Thu 04 Feb 2010 at 15:44:08 PST Derek Martin wrote: It's not that simple. Outlook sucks for a lot of reasons, many of them technical. Mutt has very few technical weaknesses, but its user interface is from 3 decades ago. I, and I suspect a lot of people, would love

Re: Unix Philosophy (was List management headers)

2010-02-04 Thread Patrick Shanahan
* Morris, Patrick [02-04-10 23:08]: > > (Disclaimer: I'm on a borrowed laptop at the moment, so don't read > the headers on this one.) you don't have a stick with putty on it? For shame :^) -- Patrick Shanahan Plainfield, Indiana, USAHOG # US1244711 http://wahoo.no-ip.org

Re: Unix Philosophy (was List management headers)

2010-02-05 Thread Tim Gray
ent to the flexibility of this approach. I'm not so sure that model works for the list header thing though. One could certainly write a utility to parse the headers and display them. However, the final action that one takes with the selected output is not to pass it off to a program of your c

Re: Unix Philosophy (was List management headers)

2010-02-05 Thread Rado S
=- Tim Gray wrote on Fri 5.Feb'10 at 11:02:10 -0500 -= > One could certainly write a utility to parse the headers and > display them. However, the final action that one takes with the > selected output is not to pass it off to a program of your choice > based on mailcap, but to send another messa

Re: Unix Philosophy (was List management headers)

2010-02-05 Thread Tim Gray
s for that. Though, there are other reasons why you might want to edit the body of the message. If I'm not mistaken, there are commands you can send to some list addresses. Not that anyone uses those...

Re: Unix Philosophy (was List management headers)

2010-02-05 Thread Rado S
=- Tim Gray wrote on Fri 5.Feb'10 at 11:32:59 -0500 -= > Though, there are other reasons why you might want to edit the > body of the message. If I'm not mistaken, there are commands you > can send to some list addresses. Not that anyone uses those... I do, but the interf

Re: Unix Philosophy (was List management headers)

2010-02-05 Thread Derek Martin
On Thu, Feb 04, 2010 at 09:50:02PM -0600, David Young wrote: > Isn't this a problem of packaging, not a problem of architecture > or philosophy? It should be evident from the large amount of traffic on this list that it is not. If you've been here long enough, you see the same

Re: Unix Philosophy (was List management headers)

2010-02-05 Thread Rado S
=- Derek Martin wrote on Thu 4.Feb'10 at 17:44:08 -0600 -= > But when you have a requirement that things that are complex be > done outside the app, it means: > > - It's not seamlessly integrated into the user's experience > - Users need to engineer their own solutions > - Invariably, many pe

Re: Unix Philosophy (was List management headers)

2010-02-05 Thread Rado S
=- Derek Martin wrote on Fri 5.Feb'10 at 13:13:54 -0600 -= > If a useful feature should be excluded (when there is someone > willing to write the code), there should be a strong technical > reason for such an exclusion; not simply "duh, Unix philosophy!!" It's resource efficiency: I don't want t

Re: Unix Philosophy (was List management headers)

2010-02-05 Thread Derek Martin
On Fri, Feb 05, 2010 at 08:23:10PM +0100, Rado S wrote: > =- Derek Martin wrote on Fri 5.Feb'10 at 13:13:54 -0600 -= > > > If a useful feature should be excluded (when there is someone > > willing to write the code), there should be a strong technical > > reason for such an exclusion; not simply

Re: Unix Philosophy (was List management headers)

2010-02-05 Thread Derek Martin
On Fri, Feb 05, 2010 at 08:19:01PM +0100, Rado S wrote: > You, however, expect all the solutions to be put into the core > C-code Not *all*... just the ones that make sense. The Unix Philosophy doesn't preclude maintainers from using their brains to decide what features do or don't make sense. D

Re: Unix Philosophy (was List management headers)

2010-02-05 Thread Alan Mackenzie
'Evening, Derek On Fri, Feb 05, 2010 at 02:28:06PM -0600, Derek Martin wrote: > The performance characteristics are impacted more by mailbox size and > by growth of the C libraries linked against, than by any combination > of proposed features. Why do you link _against_ C libraries? Surely you

Re: Unix Philosophy (was List management headers)

2010-02-05 Thread Derek Martin
On Fri, Feb 05, 2010 at 09:19:13PM +, Alan Mackenzie wrote: > On Fri, Feb 05, 2010 at 02:28:06PM -0600, Derek Martin wrote: > > The performance characteristics are impacted more by mailbox size and > > by growth of the C libraries linked against, than by any combination > > of proposed features

Re: Unix Philosophy (was List management headers)

2010-02-05 Thread Rado S
=- Derek Martin wrote on Fri 5.Feb'10 at 14:39:24 -0600 -= > The Unix Philosophy doesn't preclude maintainers from using their > brains to decide what features do or don't make sense. Dogma does. Can't you imagine that there is actually some "brains" behind that dogma? I'm all against mindless d

Re: [PATCH] Re: handling List-Id header

2010-04-14 Thread ilf
On 04-12 14:20, Michael Elkins wrote: Attached is a patch which implement an auto-subscribe feature. When you load a mailbox, Mutt will parse the List-Post header field and add it to the 'subscribe' list automatically, unless it matches something on the 'unlists' o

Directory selection list to save attachment(s)

2010-07-23 Thread {mutt-user}
Hi, After pressing 'v' to view list of attachments, select the attachment then hit 's', backspac over the filename then hit TAB to get a directory list, it is possible to navigate the directory list but I cannot see how to make a directory selection. 'q' does

sending to a list of undisclosed recipients

2010-07-27 Thread Christoph Kukulies
ut an upcoming event to a list of about 100 users. Instead of going through a for i in `cat users`do mutt ... $i done loop I could make an alias of these users, but how do I tell to hide the 100 users and only show up the one addressee plus a note that the email went to a group of undisclosed

Re: Default save-mbox for list email

2011-03-11 Thread Thomas Klausner
Ok, my original question doesn't make sense without more context: .aliases:alias example-dev EXAMPLE Development .mutt-hooks:save-hook example-...@example.com =example/gras .mutt-hooks:save-hook .*@example.com =example/received .muttrc:subscribe example-dev .muttrc.example:mailboxes =example/incom

Re: Default save-mbox for list email

2011-03-11 Thread Michael Elkins
On Fri, Mar 11, 2011 at 06:23:55PM +0100, Thomas Klausner wrote: Ok, my original question doesn't make sense without more context: .aliases:alias example-dev EXAMPLE Development .mutt-hooks:save-hook example-...@example.com =example/gras .mutt-hooks:save-hook .*@example.com =example/received .mu

Re: Filtering rules for this mailing list

2011-10-24 Thread Patrick Shanahan
* Andre Klaerner [10-24-11 12:46]: > I have a bit trouble filtering for this mailing-list. > > I tried filtering for: > * From: mutt > * To: mutt > * ListID: mutt > > What do you use to filter the mails from the mailing-list into abother folder? > > FYI: I am us

Re: key binding for sidebar folder list

2011-11-24 Thread du yang
On Thursday 11/24/11 19:38:02 CST, SK wrote: > Hi, > > I know there are key bindings to go up and down the mailbox folder in > the sidebar. Is there any way I can make my life a bit more easier by > binding a key to select a specific mailbox folder. For example ctrl-1 > would select the first inbo

Re: key binding for sidebar folder list

2011-11-24 Thread SK
>> I know there are key bindings to go up and down the mailbox folder in >> the sidebar. Is there any way I can make my life a bit more easier by >> binding a key to select a specific mailbox folder. For example ctrl-1 >> would select the first inbox, ctrl-2 the second etc.? >> >> Regards, >> SK >

add USER mail into mutt mailboxes list

2011-12-15 Thread stardiviner
I want to add User's mails into mutt mailboxes list. I use maildir for my gmail mails. But I don't know what type of /var/mail/chris use. */var/mail/chris* is just a file. not a directory. I guess this is mbox ... I use mailboxes like this: mailboxes =/var/mail/chris mailbox

Re: Create mailing list (using mutt+abook)

2012-10-15 Thread Patrick Shanahan
* Leonardo M. Ramé [10-15-12 10:16]: > I'm using mutt+abook and would like to know how can I create a group of > emails (mailing list). > > In plain mutt, I can create a mailing list by just adding an alias with > a comma separated list of email. Does anyone know how can

Re: Create mailing list (using mutt+abook)

2012-10-15 Thread Leonardo M . Ramé
On 2012-10-15 10:40:36 -0400, Patrick Shanahan wrote: > * Leonardo M. Ramé [10-15-12 10:16]: > > I'm using mutt+abook and would like to know how can I create a group of > > emails (mailing list). > > > > In plain mutt, I can create a mailing list by just

Re: Sender string of a mailing list

2013-04-19 Thread Paul Hoffman
On Fri, Apr 19, 2013 at 08:53:03AM +0200, Dominik Vogt wrote: > With mutt-1.5.21 I have a little trouble with mailing lists. In > ~/.muttrc there are the lines > > subscribe libc-alpha > set index_format="%3C%S %{%b-%d} %-20.20L %5c %s" > > Now when list

slow imap/getting list of new folders

2002-07-18 Thread Ben Escoto
blems I haven't figured out how to solve from the documentation: 1. How do I get a list of folders with new messages in them? What I'd like is to press a button and get a numbered list of folders with the number of new messages in them. Then to change folder I coul

Re: Mail to this list using Mutt

2002-07-18 Thread Sven Guckes
* W. D. McKinney <[EMAIL PROTECTED]> [2002-07-15 05:43]: > Is list maintainer Jim on-line tonight? > If, please reply off line. > CC'd to the mutt-users list. man irc! Sven

Re: Fwd: Re: alias list and bcc

2007-07-28 Thread Kyle Wheeler
e primary recipient. > > Basically I want to sent a bunch of e-mails to a list of recipients > (in fact a press release). My hope was this could be done easily by > an alias-list. It's done easier with a shell script. Like so: for RECIP in addr1 addr2 addr3 ; do

Re: Fwd: Re: alias list and bcc

2007-07-28 Thread Patrick Shanahan
want to sent a bunch of e-mails to a list of recipients > (in fact a press release). My hope was this could be done easily by an > alias-list. do the alias list as suggested and leave the "To:" blank. Mutt will send the posts with the "To:" field: To: undisclosed-re

Re: Fwd: Re: alias list and bcc

2007-07-29 Thread Benjamin Eckenfels
> > and they will see the address of the primary recipient. > > > > Basically I want to sent a bunch of e-mails to a list of recipients > > (in fact a press release). My hope was this could be done easily by an > > alias-list. > > > do the alias list as sugg

Re: Fwd: Re: alias list and bcc

2007-07-29 Thread Patrick Shanahan
* Benjamin Eckenfels <[EMAIL PROTECTED]> [07-29-07 06:05]: > Okay, as a workaround this should work for me, too. Thanks. But I don't > want my mails regarded as possible spam for the to-field isn't correct. Please explain "to-field isn't correct" and site rfc's supporting your "supposition". > Ma

Re: Fwd: Re: alias list and bcc

2007-07-29 Thread Benjamin Eckenfels
On Sun, Jul 29, 2007 at 07:24:43AM -0400, Patrick Shanahan wrote: > Please explain "to-field isn't correct" and site rfc's supporting your > "supposition". > "Correct" was not quite the right word. What I wanted to say is, that the to-field ideally should present the address of the recipient an n

Re: Fwd: Re: alias list and bcc

2007-07-29 Thread David Champion
you don't mind the bounce. example.com and example.net are even reserved by IANA, and will never (again) be valid domains for actual users. > ps: full quoting, especially sigs, is ungregarious. So is being an ass. If you want to tell someone you're not going to help, do it

Re: Fwd: Re: alias list and bcc

2007-07-29 Thread Benjamin Eckenfels
On Sun, Jul 29, 2007 at 03:00:11PM -0500, David Champion wrote: > You can also just make one up, if you don't mind the bounce. example.com > and example.net are even reserved by IANA, and will never (again) be > valid domains for actual users. > Ah, I did not know that (RFC2606 [1]). Thanks.

CC'ing list people but not getting CC'd?

2007-08-17 Thread martin f krafft
Dear list, on the git mailing list, people seem to prefer being CC'd on list posts. After I trained myself for years to use instead of , I am now faced by the challenge to meet their desires while not offending the others (e.g. [EMAIL PROTECTED]). I realise that an easy solution would b

Setting subscribe/list within muttrc (using IMAP)

2007-08-24 Thread David J. Weller-Fahy
Perhaps I'm looking for a feature that doesn't exist, and I'm almost certainly missing something simple, but here's the background: I currently use a script to connect to my IMAP server, and get a list of all mail folders. I then parse that list to get the mailing lis

Re: Removing Reply-To: from header list

2008-01-17 Thread Rado S
=- Eric Smith wrote on Thu 17.Jan'08 at 11:07:13 +0100 -= > { compose menu } > > How do I prevent the Reply-To: from appearing? You can't, but no worries. No such header will be produced and added to your outgoing msg as long as it is empty. -- © Rado S. -- You must provide YOUR effort for you

Re: Removing Reply-To: from header list

2008-01-17 Thread Christian Ebert
* Eric Smith on Thursday, January 17, 2008 at 11:07:13 +0100 > Headers above this line are: > > From: Eric Smith <[EMAIL PROTECTED]> > To: mutt-users > Cc: > Bcc: > Subject: Removing Reply-To: from header list > Reply-To: > > How do I prevent the Reply

Re: Removing Reply-To: from header list

2008-01-17 Thread Eric Smith
ith on Thursday, January 17, 2008 at 11:07:13 +0100 > > Headers above this line are: > > > > From: Eric Smith <[EMAIL PROTECTED]> > > To: mutt-users > > Cc: > > Bcc: > > Subject: Removing Reply-To: from header list > > Reply-To: > > >

Re: Removing Reply-To: from header list

2008-01-17 Thread Christian Ebert
-c '/^$/+1'" Please don't CC me, you are using a decent mail client ;) that has a list reply function (bound to L by default). c -- A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. [

Re: Removing Reply-To: from header list

2008-01-17 Thread Gary Johnson
EMAIL PROTECTED]> > > > To: mutt-users > > > Cc: > > > Bcc: > > > Subject: Removing Reply-To: from header list > > > Reply-To: > > > > > > How do I prevent the Reply-To: from appearing? > > > > > > I have th

Re: Removing Reply-To: from header list

2008-01-22 Thread Chris Bannister
On Thu, Jan 17, 2008 at 11:07:13AM +0100, Eric Smith wrote: > Headers above this line are: > > From: Eric Smith <[EMAIL PROTECTED]> > To: mutt-users > Cc: > Bcc: > Subject: Removing Reply-To: from header list > Reply-To: > > How do I prevent the Reply

"from" in index view for mailing list

2008-08-20 Thread bill lam
eg, in the index view, it shows 4176 N F Aug 21 To mutt-users (3.0K) charset problem in index view the "from" is "To mutt-users" for all msg from this mailing list, how to set it to display the name of poster, eg. 4176 N F Aug 21 bill lam(3.0K) charset problem in index view regards,

Replying a mail in a mail list

2008-12-02 Thread Chengqi(Lars) Song
Hi, When I'm replying a mail in a mail list, for example, a mail in mutt-users@mutt.org from [EMAIL PROTECTED], the default target is "To: [EMAIL PROTECTED]", how to changed it to the following? "To: [EMAIL PROTECTED], Cc:mutt-users@mutt.org" Do I need somet

receiving duplicated mails from this mailing list

2009-01-03 Thread Chengqi(Lars) Song
hi, im receiving duplicated mails from this mailing list from several days ago. is there anything wrong? best lars

Re: reply mailing list send-hook problem

2009-04-08 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday, April 8 at 02:37 PM, quoth Zhengquan Zhang: >send-hook '~t ccl-tech' "push >',o...@ccl.northwestern.edu' " > >But today when I was trying to use L to reply some mails from ccl-tech >mailin

Re: reply mailing list send-hook problem

2009-04-08 Thread Zhengquan Zhang
On Wed, Apr 08, 2009 at 02:37:26PM -0500, Zhengquan Zhang wrote: > Dear mutt community, > > Finally I have settled with a send-hook that whenever I send email to > ccl-tech mailing list, it will automatically be CCed to oas. > > send-hook '~t ccl-tech' "

Re: reply mailing list send-hook problem

2009-04-08 Thread Zhengquan Zhang
On Wed, Apr 08, 2009 at 03:04:33PM -0500, Kyle Wheeler wrote: > On Wednesday, April 8 at 02:37 PM, quoth Zhengquan Zhang: > >send-hook '~t ccl-tech' "push > >',o...@ccl.northwestern.edu' " > > > >But today when I was trying to use L to

Re: Changing the Help list of keybindings?

2015-02-02 Thread Patrick Shanahan
* Joe M [02-02-15 15:42]: > > I am wondering if it is possible to change (add to) the list of > keybindings that mutt shows in the bottom? For example, in the index > menu, it shows me: q:Quit d:Del u:Undel s:Save m:Mail r:Reply ?:Help > Without programming, I don't beli

Re: Changing the Help list of keybindings?

2015-02-03 Thread Chris Bannister
On Mon, Feb 02, 2015 at 03:54:57PM -0500, Patrick Shanahan wrote: > * Joe M [02-02-15 15:42]: > > > > I am wondering if it is possible to change (add to) the list of > > keybindings that mutt shows in the bottom? For example, in the index > > menu, it shows me: q:Quit

Re: Changing the Help list of keybindings?

2015-02-03 Thread Patrick Shanahan
* Chris Bannister [02-03-15 22:19]: > On Mon, Feb 02, 2015 at 03:54:57PM -0500, Patrick Shanahan wrote: > > * Joe M [02-02-15 15:42]: > > > > > > I am wondering if it is possible to change (add to) the list of > > > keybindings that mutt shows in the bottom?

Re: Changing the Help list of keybindings?

2015-02-03 Thread Nathan Stratton Treadway
On Wed, Feb 04, 2015 at 16:16:59 +1300, Chris Bannister wrote: > On Mon, Feb 02, 2015 at 03:54:57PM -0500, Patrick Shanahan wrote: > > * Joe M [02-02-15 15:42]: > > > > > > I am wondering if it is possible to change (add to) the list of > > > keybinding

Re: Changing the Help list of keybindings?

2015-02-04 Thread David Champion
* On 03 Feb 2015, Chris Bannister wrote: > On Mon, Feb 02, 2015 at 03:54:57PM -0500, Patrick Shanahan wrote: > > * Joe M [02-02-15 15:42]: > > > > > > I am wondering if it is possible to change (add to) the list of > > > keybindings that mutt shows in t

Re: "reply to list" from compose menu?

2015-06-19 Thread Michael Tatge
* On Thu, Jun 18, 2015 02:51PM -0400 Xu Wang (xuwang...@gmail.com) muttered: > Often I make the mistake of pressing "r" to reply to the list when > indeed I would like to press "L". > I can of course edit the "to" but I would like to just > be able to

Re: "reply to list" from compose menu?

2015-06-20 Thread Xu Wang
On Fri, Jun 19, 2015 at 5:01 AM, Michael Tatge wrote: > * On Thu, Jun 18, 2015 02:51PM -0400 Xu Wang (xuwang...@gmail.com) muttered: >> Often I make the mistake of pressing "r" to reply to the list when >> indeed I would like to press "L". >> I can of cour

IMAP list-wildcard % not supported by server

2015-12-29 Thread lilydjwg
Hi there, With Tencent's IMAP server, I can't switch to a submailbox in the form X/Y. In fact I can't even see the Y part. By debugging I find mutt is listing mailboxes with the pattern "X/Y%", but that server only responses to patterns like "X/Y*". And replacing that % with * in mutt's source cod

Re: [SPAM?] Re: list-reply without Cc?

2016-08-30 Thread Ben McGinnes
On Tue, Aug 30, 2016 at 04:42:10PM -0700, Will Yardley wrote: > On Tue, Aug 30, 2016 at 12:08:30PM +0200, Gabriel Philippe wrote: >> I don't know if this is relevant: the list is not a real list with >> appropriate headers, and most of the people use poorly-designed MUA >

OT: Perl [Was: mailing-list to bugs]

2018-05-09 Thread Ian Zimmerman
me privately on mailing lists and Usenet, if you also post the followup to the list or newsgroup. To reply privately _only_ on Usenet and on broken lists which rewrite From, fetch the TXT record for no-use.mooo.com.

Re: save and select from mailbox list

2018-11-30 Thread Felix Finch
ut first entering a folder at the > prompt. I had the cursor on your message, in the index, and hit 's' -- it prompted me for the mailbox name, '?' brought up the full list. What am I missing? That sounds like what you want. -- ... _._. ._ ._. . _._. ._. ___ .__ ._

Re: save and select from mailbox list

2018-11-30 Thread benfitzg
t; my first attempt was a macro with "?", but of > > course I can't get past without first entering a folder at > > the > > prompt. > > I had the cursor on your message, in the index, and hit 's' -- it prompted me > for the mailbox name, '?

Re: save and select from mailbox list

2018-12-08 Thread Cameron Simpson
gt; my first attempt was a macro with "?", but of > course I can't get past without first entering a folder at the > prompt. I had the cursor on your message, in the index, and hit 's' -- it prompted me for the mailbox name, '?' brought up the full list.

Subscribing to Discourse emails (mailing-list mode)

2019-06-13 Thread Francesco Ariis
Hello mutters, I recently joined a Discourse server and chose "Mailing List mode" [1] to receive one mail per post. This is mutt-friendly but alas I cannot seem to find a way to `subscribe` to Discourse like I would with a normal mailing list (e.g. `subscribe discou...@haskell.org`)

list messages with emojis in subject line?

2021-02-05 Thread Aleksandr Miroslav
What filter can I use to only show messages that contain emojis in the subject line? For me, these are almost always spam, so I would like to quickly filter them out. thanks Alex

Turning off 'Sender' header for mailing list

2022-05-18 Thread Kevin J. McCarthy
Hi Everyone, Recently Gmail has started bouncing emails with any DKIM failures. One source of these failures is the: 'Sender: Mutt-users ' header added by the mailing list. I realize some of you may be filtering based on that header, but I'm seeing a large number of boun

Re: something strange going on with the list?

1999-02-03 Thread Patrick Colbeck
On Wed Feb 03, 1999 at 07:29:28AM -0600, Jim Graham wrote: > Is there (or, perhaps, was there) something really strange going on with > the list? I've noticed quite a few duplicate messages from various > people, and along with that, got a bounced e-mail from the list telling

[gubi@squirrel.han.de: List dead or am I unsubscribed]

1999-02-27 Thread Anonymous
Gubanski <[EMAIL PROTECTED]>- Message-ID: <[EMAIL PROTECTED]> Date: Thu, 25 Feb 1999 22:13:58 +0100 From: Rainer Gubanski <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: List dead or am I unsubscribed Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.

Mutt the best client for mailing list management?

1999-09-13 Thread McKisson, Shawn
I am finding myself sifting through literally thousands of mailing list messages per day and am looking for a mail client to help me better manage the volumes of mail. I realize this is probably a biased audience, but who better to ask than the experts? I especially like the message threading

Getting people's names not list names into index

1999-10-27 Thread Telsa Gwynne
from the list and not from their > author. I am on a lot of mailing lists, and there are some people whose > posts I like to read all the time, and read the others depending on > whether the

save-hook list ignored after upgrade to 1.1.1i

1999-12-16 Thread Mark J. Bynum
sts/%B The original line (the first one) worked correctly before. Yes, the list names are in the lists command. Infact I haven't changed any configuration file since I upgraded. My other fcc-save-hooks work fine. Also how could I get a ~a added to the pattern matching language to designate al

save-hook for 'mutt-users' list doesn't work

2000-02-12 Thread Peter Poeml
Hi, I'm using Mutt 0.93.1i (1998-07-14) on Linux 2.0.36 [using ncurses 4.2] and I'm perfectly happy with it. One thing is strange to me: I've got some lists defined so I can save messages to default folders. This works for all of them except for the mutt-users list! Here's

Re: Reply to full name from alias list

2000-03-08 Thread Mikko Hänninen
Mrinal Kalakrishnan <[EMAIL PROTECTED]> wrote on Wed, 08 Mar 2000: > I was wondering if there is a feature by which, when I reply to, say > this mailing list ([EMAIL PROTECTED]), the `To:' line should become > the whole name and address from my alias file - i.e. `The Mutt

Re: Reply to full name from alias list

2000-03-08 Thread Stefan Bender
Hi, On Wed, Mar 08 2000 14:02:23 +0530 wrote Mrinal Kalakrishnan with subject "Reply to full name from alias list": > I was wondering if there is a feature by which, when I reply to, say > this mailing list ([EMAIL PROTECTED]), the `To:' line should become > the whole

Re: Reply to full name from alias list

2000-03-08 Thread David T-G
Stefan, et al -- ...and then Stefan Bender said... % Hi, % % On Wed, Mar 08 2000 14:02:23 +0530 wrote Mrinal Kalakrishnan % with subject "Reply to full name from alias list": % % > the whole name and address from my alias file - i.e. `The Mutt Users % > List <[EMAIL PROTE

Re: Reply to full name from alias list

2000-03-08 Thread Stefan Bender
Hi, On Wed, Mar 08 2000 06:18:58 -0500 wrote David T-G with subject "Re: Reply to full name from alias list": > % I was close to ask the same question. Mutt doesn't have this feature > > I asked exactly this question, in fact, on 2000Feb08 but got absolutely > no re

Re: Reply to full name from alias list

2000-03-09 Thread Stefan `Sec` Zehl
Hi, On Wed, Mar 08, 2000 at 02:02:23PM +0530, Mrinal Kalakrishnan wrote: > I was wondering if there is a feature by which, when I reply to, say > this mailing list ([EMAIL PROTECTED]), the `To:' line should become > the whole name and address from my alias file - i.e. `The Mut

Re: Reply to full name from alias list

2000-03-09 Thread Stefan Bender
Hi, On Thu, Mar 09 2000 21:16:32 +0100 wrote Stefan `Sec` Zehl with subject "Re: Reply to full name from alias list": > Does this patch: > http://sec.42.org/mutt/patch-0.95.4.sec.reverse_reply.1 > > | patch-0.95.4.sec.reverse_reply.1: > | extends reverse_alias to

Re: Reply to full name from alias list

2000-03-09 Thread David T-G
Stefan (Bender) -- ...and then Stefan Bender said... % Hi, % % On Thu, Mar 09 2000 21:16:32 +0100 wrote Stefan `Sec` Zehl % % > | patch-0.95.4.sec.reverse_reply.1: % > | extends reverse_alias to also fix the Realnames in outgoing Mail. % % I had to make the changes manually in send.c to make i

Re: Subscribe w/o list in from line

2001-01-06 Thread Timothy Legant
On Sat, Jan 06, 2001 at 05:29:03PM -0700, Nathan Saper wrote: > Is it possible to use the "subscribe" command, but still have the author's > name appear in the message index, instead of the name of the mailing list? I use %F to accomplish this in all my "subscrib

Re: Subscribe w/o list in from line

2001-01-07 Thread Peter Pentchev
On Sun, Jan 07, 2001 at 01:25:23AM -0600, Timothy Legant wrote: > On Sat, Jan 06, 2001 at 05:29:03PM -0700, Nathan Saper wrote: > > Is it possible to use the "subscribe" command, but still have the author's > > name appear in the message index, instead of the name o

Re: Subscribe w/o list in from line

2001-01-07 Thread Gary Johnson
On Sat, Jan 06, 2001 at 05:29:03PM -0700, Nathan Saper wrote: > Is it possible to use the "subscribe" command, but still have the author's > name appear in the message index, instead of the name of the mailing list? You just need to change your index_format appropriately, e

Re: Subscribe w/o list in from line

2001-01-07 Thread Nathan Saper
uthor's > > > name appear in the message index, instead of the name of the mailing list? > > > > I use %F to accomplish this in all my "subscribe"d mailboxes. > > And a direct example (quoted exactly from my muttrc..): > > # Remove list-form

Re: still can't get off the list - sorry

2001-03-01 Thread Steve Kennedy
On Thu, Mar 01, 2001 at 09:10:01PM +, Glyn Millington wrote: > I recevie the mutt-users list in digest form- and it has been a > terrific help. But now I wish to unsubscribe. Steve Kennedy > helped me out with the suggestion that I mail to > [EMAIL PROTECTED] with unsubscribe

Re: still can't get off the list - sorry

2001-03-02 Thread David Rock
On Thu, Mar 01, 2001 at 09:10:01PM +, Glyn Millington wrote: > > Me again. > > I recevie the mutt-users list in digest form- and it has been a > terrific help. But now I wish to unsubscribe. Steve Kennedy > helped me out with the suggestion that I mail to > >

Re: Mailing list From: field in index (Solved)

2001-04-28 Thread Brian Nelson
On Sat, Apr 28, 2001 at 02:17:56PM -0400, Brian Nelson wrote: > I recently added the mailing lists I subscribe to using the > 'subscribe' setting in my muttrc. Apparently, by default, when mutt > recognizes an email from mailing list, it changes the display in the > in

List mail - replying across the board? not good.

2001-07-29 Thread Louis LeBlanc
Hey all. Seeing some unpleasant behavior lately. When replying to list mail, mutt seems to be catching ALL addresses it can find to CC or reply to. How can I unset the CC and make sure that the list is the ONLY one being sent to? I've seen a couple warnings about sending to more than one

macro help [was: Re: ! not in inbox list???]

2001-10-24 Thread Collin Peters
I just tried to implement this now and it didn't work I tried: macro browser This obviously causes a macro loop and mutt basically ignores it. Is there any work-arounds for this? Basically I want it to default to the list of mailboxes defined with the mailboxes entry in .muttrc inste

Re: List of 3rd party apps for Mutt

2001-11-01 Thread Carl B . Constantine
correct. It should be: http://muttprint.sourceforge.net Thanks for putting this list together. I look forward to see it growing. -- Carl B. Constantine University of Victoria Programmer Analyst http://www.uvic.ca UNIX System Administrator Victoria, BC, Canada [EMAIL PROTECTED]

Re: List of 3rd party apps for Mutt

2001-11-01 Thread Gary Johnson
handle mime types are varied - > some good, some bad. I am trying to collate a list of such > packages (the good ones), to make a comprehensive list > newbies could make great use of. I have some discussion of the applications I use with mutt, especially those I use for decoding non-

Re: Mailing list and starting a new message

2001-11-16 Thread Lars Hecking
Sean LeBlanc writes: > I see the "lists" and "subscribe" commands, and I added them to my .muttrc. > They *seem* to work, I haven't figured out how to get the "list info" that shows > up via "lists", but anyway... > > I was wondering h

Re: Mailing list and starting a new message

2001-11-16 Thread Will Yardley
Lars Hecking wrote: > Sean LeBlanc writes: > > I see the "lists" and "subscribe" commands, and I added them to my > > .muttrc. They *seem* to work, I haven't figured out how to get the > > "list info" that shows up via "lists", b

Re: Mailing list and starting a new message

2001-11-16 Thread Thorsten Haude
Hi, * Sean LeBlanc <[EMAIL PROTECTED]> [01-11-16 05:52]: >I see the "lists" and "subscribe" commands, and I added them to my .muttrc. >They *seem* to work, I haven't figured out how to get the "list info" that shows >up via "lists", b

[ Update ] List of 3rd party apps for Mutt

2001-11-20 Thread Prahlad Vaidyanathan
Hi, Finally got around to updating it : http://www.symonds.net/~prahladv/mutt.html Feedback ? pv. -- Prahlad Vaidyanathan <[EMAIL PROTECTED]>What, me worry ? http://www.symonds.net/~prahladv/Don't Panic ! -- msg20589/pgp0.pgp Description: PGP si

Re: List noise [was Re: signed emails, why ?]

2002-01-07 Thread Jeremy Blosser
too much noise > > > > > > I don't know what to do about that, except to post less often myself. > > > > And, ironically, he mailed the list to tell us why he's unsubscribing > > instead of just unsubscribing. =) > > I don't think it's

Re: List of 3rd party apps for Mutt

2002-01-21 Thread Prahlad Vaidyanathan
Hi Jeremy and others, http://www.symonds.net/~prahladv/mutt.html is back up after a long hiatus. Sorry, but I was having trouble ssh-ing to the server, and was too busy to figure it out :-( Anyway, I will update it as and when something cool turns up. Meanwhile, do send in links to apps you use

Using scoring to delete old mailing list messages

2002-02-26 Thread Philip Mak
I configured mutt to automatically delete messages from mailing lists that are older than 21 days, provided that the message is not flagged or addressed to me. Here's what I came up with, in case it's useful to anyone else: my_hdr From: Philip Mak <[EMAIL PROTECTED]> # alternate e-mail addresses

<    4   5   6   7   8   9   10   11   12   13   >