Re: [OT] html email

2002-01-29 Thread Mr. Wade
m # mailbox. ME='(some happy regexp describing my email addresses)' :0: * $ ^TO_$ME $ORGMAIL DEFAULT=${MAILDIR}/IN-spam :0 f: | formail -i "X-Spam-reject-reason: not explicitly addressed to me" # END recipe (and END of ~/.procmailrc file) -- Mr. Wade -- Once we've got the bugs ironed out, we'll be running on flat bugs.

Re: my-hdr entry disappears after editing headers

2002-01-21 Thread Mr. Wade
l never be used in the names of Extension-fields. This provides user-defined fields with a protected set of names. *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* -- Mr. Wade -- Whip me. Beat me. Make me maintain AIX.

Re: deleting group of messages

2001-07-23 Thread Mr. Wade
Viraj Alankar <[EMAIL PROTECTED]> asked: > Is there a way to delete a group of messages from the message > index in a way like: > > delete all messages from the currently selected message to #49 > inclusive I don't know of a way to indicate in a pattern the currently selected message, however, y

Re: mutt-1.3.?

2001-07-21 Thread Mr. Wade
Lukasz Zamel <[EMAIL PROTECTED]> wrote: > Where I can download versions 1.3.? from? > I've checked www.mutt.org and they sey that 1.2.5i is the latest > version, but few users on this list use this versions. Have you checked the devel subdirectories at the FTP sites? ftp://ftp.mutt.org/p

Re: Mutt's Menu Line

2001-07-21 Thread Mr. Wade
he $pager_format and $status_format variables to provide such lines in their respective screens. Although doing that would seem silly to me, the nature of Mutt being so easily configured is one of the things about it which I thoroughly enjoy. Good luck! -- Mr. Wade -- Linux: The Choice of the GNU Generation

Re: Reverse search

2001-07-19 Thread Mr. Wade
Jean-Michel Kelbert <[EMAIL PROTECTED]> asked: > How can I do a reverse search in a folder (like Inbox or > outgoing) like in vim ? Lawrence Mitchell ([EMAIL PROTECTED]) replied: > This is in the help section in mut (got at by pressing "?"), a > search fro "search" yields: / backwards search Je

Re: mutt 1.2.5 and "noatime" filesystems

2001-07-18 Thread Mr. Wade
Matteo <[EMAIL PROTECTED]> wrote: > I'm using mutt 1.2.5 on FreeBSD 4.3-STABLE box. > > Today I've mounted /var partition with options "noatime". I > rebooted, but later mutt doesn't work. Each time that I exit > from a Mailbox and press TAB+TAB to check for new messages, > mutt notifies that t

Re: Simple mutt question ... I think?

2001-07-17 Thread Mr. Wade
On Mon, Jul 16, 2001, Chris Fuchs wrote: > on Wed,11 Jul 2001, Mr. Wade wrote: > > Anthony Green <[EMAIL PROTECTED]> wrote: > > > I would just like to find out if its possible in mutt to setup so that > > > if you use a signature file, the signature is added to t

Re: Simple mutt question ... I think?

2001-07-11 Thread Mr. Wade
reply to all recipients" macro attach g ":unset signature" "reply to all recipients" macro index L ":unset signature" \ "reply to specified mailing list" macro pager L ":unset signature" \ "reply to specified mailing list" macro attach L ":unset signature" \ "reply to specified mailing list" Maybe something like this will effect what you're trying to accomplish. -- Mr. Wade -- Linux: The Choice of the GNU Generation

Re: timestamp of mailbox file is not updated

2001-07-10 Thread Mr. Wade
I have also noticed that mbox mailbox files' modification times seem not to be updated when messages are deleted. Whenever a message is added, the file's modification time is updated, though. Unfortunately, I have no idea why. Andy Spiegl <[EMAIL PROTECTED]> wrote: > Hi Mutters, > > I am gradu

Re: sourcing different config files

2001-07-08 Thread Mr. Wade
t Mutt using ~/.muttrc.home as the initialization file instead of /.muttrc, you could use the following: mutt -F ~/.muttrc.home Perhaps using this with some nifty scripting or aliasing will do what you want. -- Mr. Wade -- Linux: The Choice of the GNU Generation

Re: Defaulting to thread mode

2001-07-08 Thread Mr. Wade
with: > > Move read messages to ~/mbox? ([n]/y): > >Is there any way to suppress this message? set move=no > Sam > -- Mr. Wade -- Linux: The Choice of the GNU Generation

Re: Multiple IMAP Servers

2001-06-25 Thread Mr. Wade
Ricardo SIGNES <[EMAIL PROTECTED]> wrote: > I switched from Pine to mutt nearly a year ago, now, and > there's still only one thing I miss -- multiple IMAP servers. > > I have three or four IMAP servers I'd like to deal with, and I > don't consider it an option to just c{servername}FOLDER all the

Re: How many mailboxes can one set?

2001-06-23 Thread Mr. Wade
maximum line length allowed in muttrc > or what? I don't know about a line length limit, but you might want to use something like this: mailboxes ! `echo $HOME/Mail/IN*` I use something similar and currently have 18 mailboxes declared without problems. Good luck! -- Mr. Wade -- Linux: The Choice of the GNU Generation

Re: "*" when sorting msgs by threads

2001-06-15 Thread Mr. Wade
bject:" header. The "*>" type of thread tree indicators are to indicate that the message is a "pseudo thread" due to its subject, rather than an element of a strict thread due to the other headers. A message sorted into a thread that contains a "In-Reply-To:&

Re: Fcc: = folder where original message is when replying ?

2001-06-07 Thread Mr. Wade
Lukas Ruf wrote: > is there a possibility to configure mutt-1.x the way that fcc: get's > automatigally set to the folder where the message is located to that I > reply on ? [...] > I hope this explains my problem. > > If this issue has already been addressed somewhere, could you give me a > hint

Re: MUTT 1.2.5 and RFC 1891

2001-06-02 Thread Mr. Wade
uot;4.9. Delivery Status Notification (DSN) Support" In short, the $dsn_notify and $dsn_return variables are employed, so checking those sections of the manual should help. -- Mr. Wade -- Linux: The Choice of the GNU Generation

Re: dot files

2001-06-02 Thread Mr. Wade
h). I hope this is what you meant and it helps. -- Mr. Wade -- Linux: The Choice of the GNU Generation

Re: Word Wrap

2001-05-30 Thread Mr. Wade
Suresh Ramasubramanian wrote: > > Mr. Wade [mutt-users] <29/05/01 23:32 -0400>: > > I use vim also. Mine will do the word wrap, as you describe, but > > the adding of new quote marks... how do you accomplish that? > > If there's a single quotemark at the s

Re: Word Wrap

2001-05-29 Thread Mr. Wade
John Wright wrote: > Another (!) neat thing in vim is that you can select a region > then type gq and it will word wrap it *and* add new > quotes if > needed. I use vim also. Mine will do the word wrap, as you describe, but the adding of new quote marks... how do you accomplish that? -- Linux:

Re: Enabling a 2nd aspell language in compose

2001-05-22 Thread Mr. Wade
Alexander Skwar wrote: > So sprach Mr. Wade am Sun, May 20, 2001 at 06:47:44PM -0400: > > You shouldn't need to do that. Mutt should call whatever you > > specify by the $ispell variable with the "-x" switch and the > > temporary file name on the command lin

Re: Enabling a 2nd aspell language in compose

2001-05-20 Thread Mr. Wade
Alexander Skwar wrote: > So sprach Wilhelm Wienemann am Sun, May 20, 2001 at 07:38:53PM +0200: > > Maybe this will also work for you: > > > > macro compose i ":set ispell=ispell -T latin1 -p $HOME/.ispell_english" > > macro compose I ":set ispell=/\n" "aspell-american" > > Hmm, I don't understan

Re: Marking multiple messages as read

2001-05-19 Thread Mr. Wade
Jeroen Valcke wrote: > On Tue, May 15, 2001 at 07:44:06AM -0400, Mr. Wade wrote: > > Please fix your "Mail-Followup-To:" header. > > Oke, several people on this list complained about my Mail-Followup-To > header not being correct. I really want to fix this since I d

Re: Word Wrap

2001-05-18 Thread Mr. Wade
ify, but this is the one you mentioned, so... Good luck! =o) -- Mr. Wade -- Linux: The Choice of the GNU Generation

Re: Signature

2001-05-17 Thread Mr. Wade
darren chamberlain wrote: > Masand, Manish ([EMAIL PROTECTED]) said something to this effect on >05/17/2001: > > any solution to this problem? anyone? > > Yeah: > > mutt -a xyz.txt [EMAIL PROTECTED] < (cat abc.txt; echo "--"; cat ~/.signature) If you're going to do it that way, at least includ

Re: Signature

2001-05-17 Thread Mr. Wade
Masand, Manish wrote: > i have removed the quotes... > > but the problem remains > > is this problem becoz i am firing mutt on Unix by the following command > > mutt -a xyz.txt [EMAIL PROTECTED] < abc.txt > > pls advise > > Manish Masand Hmm... it seems that the contents of the file specifie

Re: request for SMTP integration

2001-05-16 Thread Mr. Wade
Thomas Roessler wrote: > Pine also includes a crappy editor (pico - which is nevertheless > used by some people in order to ruin their configuration files), and > a full-blown file manager (pilot, if I recall this correctly). > > Just don't quote it as an example. > > (OK, we have a directory

Re: Mail using non-local SMTP server.

2001-05-15 Thread Mr. Wade
our ~/.muttrc file (or some file sourced by ~/.muttrc) you'll probably be best served to set the $envelope_from variable. set envelope_from This will cause Mutt to derive the envelope sender from the "From:" header. Good luck! -- Mr. Wade -- Linux: The Choice of the GNU Generation

Re: Marking multiple messages as read

2001-05-15 Thread Mr. Wade
Jeroen Valcke wrote: > Hey, > I want to mark multiple msgs as read. I have some mailing lists and I > don't want to read all msgs. How can I mark these as read. > It is possible to tag them all. But what then. Ctl-R (Mark Thread as > read) doesn't work on all the tagged msg only the selected msg >

Re: Marking multiple messages as read

2001-05-15 Thread Mr. Wade
g function, bound to "W" by default. After tagging the messages, typing ";Wn" then pressing the kay may do what you want. Good luck! -- Mr. Wade -- Linux: The Choice of the GNU Generation

Re: Delete and jump to next unread

2001-05-15 Thread Mr. Wade
macro pager \cx '' This will cause Ctrl-x to do what you appear to be asking in both the index and the pager. Good luck! -- Mr. Wade -- Linux: The Choice of the GNU Generation

Re: print to status line

2001-05-14 Thread Mr. Wade
Christian H. Stork wrote: > How do I print something to the status line eg from a macro? > > Even better, how could I get input for some scripts on the status line? Well, I don't know about your second question, but to manipulate the status line requires setting the $status_format variable. This

Re: next-tag?

2001-05-14 Thread Mr. Wade
this: "/~T". To hide untagged messages, use the limit function, bound by default to "l". Try this: "l~T". (To clear the limit pattern, use "l.") Good luck! -- Mr. Wade -- Linux: The Choice of the GNU Generation

Re: Folder specific TO-Address

2001-05-13 Thread Mr. Wade
Suresh Ramasubramanian wrote: > Using a large mallet, Mr. Wade whacked out: > > > I do this as well. I think that perhaps I misunderstood the > > original question. I was under the impression that the asker > > wanted to know how to have a default "To: [EMAIL PRO

Re: Folder specific TO-Address

2001-05-13 Thread Mr. Wade
Suresh Ramasubramanian wrote: > Using a large mallet, Mr. Wade whacked out: > > > This was an attempt to have Mutt use a default "To:" address for > > a mailbox folder, as I understand it. > > Yes. And I use procmail with other headers (say Sender: - usua

Re: Folder specific TO-Address

2001-05-13 Thread Mr. Wade
Suresh Ramasubramanian wrote: > Using a large mallet, Mr. Wade whacked out: > > > > folder-hook .'unmy_hdr To:' > > > folder-hook =IN-L-mutt-users 'my_hdr To: [EMAIL PROTECTED]' > > > > A problem with this, though, is tha

Re: Folder specific TO-Address

2001-05-11 Thread Mr. Wade
ok thing, but I have no idea how to implement > this. Any suggestions & tips? Mr. Wade wrote: > This might help or give you a starting place, anyway: > > folder-hook .'unmy_hdr To:' > folder-hook =IN-L-mutt-users 'my_hdr To: [EMAIL PROTECTED]'

Re: Folder specific TO-Address

2001-05-11 Thread Mr. Wade
IN-L-mutt-users" as the mailing list folder; you should sdjust that accordingly for your situation. A problem with this, though, is that list-replies tend to have the list address twice in the To: field. I haven't spent any time determining a method to correct that. Good luck! -- Mr. Wade -- Linux: The Choice of the GNU Generation

Re: sent messages

2001-05-11 Thread Mr. Wade
Jens Chr. Lisner wrote: > I've set my sent-mail folder to ~/Mail/sent-mail. Mutt creates the > folder, but the mail is not saved. > > I suppose this should be done, if the $record variable is set. Mr. Wade advised: > You will need to set $copy as well as $record, e.g. &g

Re: sent messages

2001-05-11 Thread Mr. Wade
Mail" set copy=yes set record="+sent-mail" Good luck! -- Mr. Wade -- Linux: The Choice of the GNU Generation

receiving bounced mails (was "Re: Mutt issues with Solaris 8")

2001-05-10 Thread Mr. Wade
rc file: set envelope_from Good luck! -- Mr. Wade -- Linux: The Choice of the GNU Generation

Re: Changing the Mime type of the outgoing message by default?

2001-05-10 Thread Mr. Wade
" would be to process your outgoing messages with formail before sending. (That's the route I'd take, if I wanted to do such a thing, since I already do that for other reasons.) Good luck! -- Mr. Wade -- Linux: The Choice of the GNU Generation

Re: How to give color to parent message

2001-05-06 Thread Mr. Wade
Efata wrote: > How I give sign or color to message (message have child only) > in collapse thread? Mr. Wade replied: > I think you are asking how to specify index colors for a message > that is part of a collapsed thread. Assuming your terminal > supports color, this ca

Re: How to give color to parent message

2001-05-06 Thread Mr. Wade
like the following in ~/.muttrc or a another sourced file: color index red black ~v Of course, you could substitute whatever colors you like. This has effect only when the thread is collasped. When the thread is not collapsed, the color is not evidenced. Good luck! -- Mr. Wade

Re: Deleting messages when entering a folder

2001-05-06 Thread Mr. Wade
> though hooks only run commands, and only macros use functions. Is > this true, or am I just confused? Try using this as the command portion of the folder-hook: push "~d >2w" Good luck! -- Mr. Wade -- Linux: The Choice of the GNU Generation

Re: Hello. I need help configuring mutt.

2001-05-04 Thread Mr. Wade
e (and these are just examples!) alias email [EMAIL PROTECTED] (Skip Rosebaugh) alias plover [EMAIL PROTECTED] (Skip) alias mnsu [EMAIL PROTECTED] (Jonathan Rosebaugh) Doing this would allow you to type "email" "plover" or "mnsu" in order to refer to their respective addresses. Good luck! -- Mr. Wade -- Linux: The Choice of the GNU Generation

Re: Post in Mailing List

2001-05-04 Thread Mr. Wade
Michael Tatge wrote: > Mr. Wade muttered: > > ZHENG, You-Zhong wrote: > > > I've read the sec 4.8 in mutt manual, but I still can't get it. > > > It seems if you use lists, the %L index_format won't work, > > > but list-reply key works

Re: Unsubscribe

2001-05-03 Thread Mr. Wade
Raphaƫl HALIMI wrote: > How do I unsubscribe from that list ? Send an e-mail message to <[EMAIL PROTECTED]> with the following in the BODY of the message: unsubscribe mutt-users [EMAIL PROTECTED]

Re: Post in Mailing List

2001-05-03 Thread Mr. Wade
ZHENG, You-Zhong wrote: > On 05-01-2001, Suresh Ramasubramanian wrote: > > > So why bother just renaming lists to subscribe? > > > > Please read the mutt documentation (should be there on your pc) for why. > > > I've read the sec 4.8 in mutt manual, but I still can't get it. > It seems if

Re: easy way to hide messages?

2001-05-02 Thread Mr. Wade
Jason A . Fager wrote: > > Is there an easy way to get mutt to ignore messages that match a certain > pattern? I figure I could use "l" with an inverse pattern, but I have > not been able to figure out how to use multiple invocations of "l" > multiple times with cumulative effect (like you can u

Re: How eliminate (same 2) *questions* when exit mutt?

2001-05-02 Thread Mr. Wade
e): set delete=yes # Really delete messages when closing or # synchronizing a mailbox, (without asking.) set move=no # Do not move (or ask to move) read messages from # $spoolfile to $mbox Good luck! -- Mr. Wade -- Linux: The Choice of the GNU Generation

Re: Help - domain does not exist

2001-05-01 Thread Mr. Wade
or some file sourced by ~/.muttrc): set pop_delete You might, however, be better served to not use Mutt's mail retrieval functions and use a mail retrieval utility like fetchmail instead. Personally, I find it more convenient and useful, especially since it has more flexibility and c

Re: Mailing list From: field in index

2001-04-28 Thread Mr. Wade
ndex_format variable. Like many things in Mutt, the format of the index is highly configurable. As an example, I am currently using: set index_format="%4C %S %{%m/%d} %-18.18n %?M?(#%03M)&(%4c)? %s" Good luck. -- Mr. Wade -- Linux: The Choice of the GNU Generation

Re: Default subject

2001-04-27 Thread Mr. Wade
ompile. Alternatively, you could pipe you outgoing mail through a script that checks the "Subject:" header using formail and alters it to whatever you like if it maches "Re: your mail", again using formail. -- Mr. Wade -- Linux: The Choice of the GNU Generation

Re: how to only save certain sent mail

2001-04-26 Thread Mr. Wade
ose menu, this will cause Mutt to write the message to the mailbox =saved when you press Ctrl-w. Good luck! -- Mr. Wade -- Linux: The Choice of the GNU Generation

Re: Using multiple mail server for uploading mail

2001-04-26 Thread Mr. Wade
Joshua Haberman wrote: > * Mr. Wade ([EMAIL PROTECTED]) wrote: > > Rod Pike wrote: > > > Can a send hook be used so that ultimately, a different mail server will > > > be used to send the mail? > > > > Just off the top of my head... you could use a send-ho

Re: Using multiple mail server for uploading mail

2001-04-26 Thread Mr. Wade
Rod Pike wrote: > Can a send hook be used so that ultimately, a different mail server will > be used to send the mail? Just off the top of my head... you could use a send-hook to change the $sendmail variable to call a script that would copy an alternate sendmail.cf into /etc/sendmail.cf before p

Re: open collapsed automatically

2001-04-26 Thread Mr. Wade
at $folder is set at some point prior to this line.) Good luck! -- Mr. Wade -- Linux: The Choice of the GNU Generation

Re: Two questions (maildir and mailinig lists)

2001-04-25 Thread Mr. Wade
em no. 2 is indeed a problem or Mutt's > default? If it is the latter, how can we change this behavior? You'll want to take a look at the $index_format variable. Like many things in Mutt, the format of the index is highly configurable. Good luck. -- Mr. Wade -- Linux: The Choice of the GNU Generation

Re: Colors when replying to messages

2001-04-25 Thread Mr. Wade
ed the same way a message is colored when viewed in the pager, (but the headers are not displayed, so I am thinking you are talking about this, since you specifically mentioned the headers.) If readability is impaired, the object "normal" may help improve that, e.g. color normal cya

Console fonts (was: "Re: Thread trees...")

2001-04-24 Thread Mr. Wade
nts is the default font directory. I find a great number of fonts in there, (in excess of 150.) I use: $ setfont -v lat4a-16+.psfu.gz I like that font because it's clear and large, making it easy to read, (for me). Good luck! -- Mr. Wade -- Linux: The Choice of the GNU Generation

Re: notation?

2001-04-24 Thread Mr. Wade
scribe when it is placing the message in the thread because of an "In-Reply-To:" or "References:" header field. If $strict_threads is set, then you won't get sorting into "pseudo-threads" by the "Subject:" header field, and the "*>" notations will not be there either. -- Mr. Wade -- Linux: The Choice of the GNU Generation

Thread trees (was: "Re: mutt as newsreader?")

2001-04-24 Thread Mr. Wade
ox display such "weird symbols" for the thread trees, so I selected one that looks "nice" for my own use. I'm not sure, though, if you will have that luxury. -- Mr. Wade -- Linux: The Choice of the GNU Generation