Re: LC filename of attachement (off topic)

2002-09-25 Thread Hans Ginzel
On Wed, Sep 25, 2002 at 06:00:53PM -0700, Michael Elkins wrote: > > In the view attachements menu I see name of attachement > > =?iso-8859-2?Q?poutn=ED_slavnost_SW.doc? > The sender's MUA incorrectly encoded the filename in this manner. You > can work around it by putting > set rfc2047_

Re: scrolling behavior

2002-09-25 Thread Dan Sully
Once upon a time Burton Samograd shaped the electrons to say... > Check the menu_scroll variable. If it's set to yes it will scroll a > single line at a time, if it's unset it will scroll by page. This is what I need - thanks! -D -- i can type with my vagina!

Re: Problem with folder-hook - command must be *one* parameter

2002-09-25 Thread D. J. Bolderman
On Thu, 26 Sep 2002, Sven Guckes wrote: > let's see... > $ cat muttrc.test > set autoedit > set edit_headers > send-hook . "my_hdr From: me " > folder-hook +empty "my_hdr From: me " > folder-hook +empty "my_hdr Subject: test" > $ mutt -n -F muttrc.test -f /dev/null > se

Re: fast conversion of html mail to text

2002-09-25 Thread Mike Leone
* Sven Guckes ([EMAIL PROTECTED]) wrote this on 09 25, 02 at 21:26: > * On Sep 25 2002, Erik Christiansen..: > > Of the 2247 advertising spams I've received > > since February, 1899 were html. > > * Laurabelle said: > > Am I the only one who read that as "February 1899" and > > thought "what, th

Re: scrolling behavior

2002-09-25 Thread Sven Guckes
* Burton Samograd <[EMAIL PROTECTED]> [2002-09-26 02:19]: > On Wed, Sep 25, 2002 at 06:32:07PM -0700, Dan Sully wrote: > > I have a request from one of my users to make mutt have a small > > bit of "pine-like" functionality. > > > > When one scrolls to the bottom of the index in pine, it refreshes

Re: Problem with folder-hook - command must be *one* parameter

2002-09-25 Thread Sven Guckes
* D. J. Bolderman <[EMAIL PROTECTED]> [2002-09-26 01:44]: > > > send-hook . my_hdr From: > > > send-hook mutt-users my_hdr From: > > > folder-hook '!'INBOX.MailingLists.Mutt my_hdr From: > > > [..] So, it seems that the folder-hook setting is not used, but why ? > > > you see the my_hdr c

Re: scrolling behavior

2002-09-25 Thread Burton Samograd
On Wed, Sep 25, 2002 at 06:32:07PM -0700, Dan Sully wrote: > I have a request from one of my users to make mutt have a small bit of "pine-like" >functionality. > > When one scrolls to the bottom of the index in pine, it refreshes the page, > and puts the last message at the top of the screen a

Re: scrolling behavior in index like pine - workaround

2002-09-25 Thread Sven Guckes
* Dan Sully <[EMAIL PROTECTED]> [2002-09-26 01:37]: > I have a request from one of my users to make mutt > have a small bit of "pine-like" functionality. uh-oh.. > When one scrolls to the bottom of the index in pine, > it refreshes the page, and puts the last message > at the top of the screen a

Re: $check-new

2002-09-25 Thread Sven Guckes
* Johan Svedberg <[EMAIL PROTECTED]> [2002-09-25 19:04]: > On Wed, Sep 25, 2002 at 03:30:31PM +0200, Sven Guckes wrote: > > * Johan Svedberg <[EMAIL PROTECTED]> [2002-09-25 13:15]: > > > I'm using 'mutt -y' alot to monitor my mailboxes, and I have > > > this to be able to see where I have new mail

Re: Coloring full line in header

2002-09-25 Thread John Iverson
* On Wed, 25 Sep 2002, Thomas Dickey wrote: > On Wed, Sep 25, 2002 at 03:34:58PM -0700, John Iverson wrote: > > * On Wed, 25 Sep 2002, D. J. Bolderman wrote: > > > > > I want to color my headers, but something goes wrong here. For > > > example: I have the subject colored white, with a blue > >

Re: Problem with folder-hook - command must be *one* parameter

2002-09-25 Thread D. J. Bolderman
On Thu, 26 Sep 2002, Sven Guckes wrote: > > I'm having some difficulties on using folder-hooks. > > For some reason, my folder-hooks are not 'executed' > > Relevant lines in my .hooks file: > > send-hook . my_hdr From: > > send-hook mutt-users my_hdr From: > > folder-hook '!'INBOX.Mailing

scrolling behavior

2002-09-25 Thread Dan Sully
I have a request from one of my users to make mutt have a small bit of "pine-like" functionality. When one scrolls to the bottom of the index in pine, it refreshes the page, and puts the last message at the top of the screen and continues. Is there any way to make mutt do this? Thanks. -D -

Re: fast conversion of html mail to text

2002-09-25 Thread Sven Guckes
* On Sep 25 2002, Erik Christiansen..: > Of the 2247 advertising spams I've received > since February, 1899 were html. * Laurabelle said: > Am I the only one who read that as "February 1899" and > thought "what, they had the internet back *then*?" * Michael Leone <[EMAIL PROTECTED]> [2002-09-25

Re: Problem with folder-hook - command must be *one* parameter

2002-09-25 Thread Sven Guckes
* D. J. Bolderman <[EMAIL PROTECTED]> [2002-09-25 18:47]: > I'm having some difficulties on using folder-hooks. > For some reason, my folder-hooks are not 'executed' > Relevant lines in my .hooks file: > send-hook . my_hdr From: > send-hook mutt-users my_hdr From: > folder-hook '!'INBOX.Ma

Re: LC filename of attachement

2002-09-25 Thread Michael Elkins
Hans Ginzel wrote: > In the view attachements menu I see name of attachement > > =?iso-8859-2?Q?poutn=ED_slavnost_SW.doc? > > I thing this encoding is used in mail headers. Is it correct to use it > also in attachement names? Does mutt support such names? I want to > decode them when viewing

Re: Coloring full line in header

2002-09-25 Thread Thomas Dickey
On Thu, Sep 26, 2002 at 02:01:25AM +0200, D. J. Bolderman wrote: > On Wed, 25 Sep 2002, Thomas Dickey wrote: > > > > So how do I get Mutt to call ncurses then ? Do I have to recompile or > > > something ?? > > > > mutt does - but there are some missing pieces. The calls using the macro > > BKGD

Re: Coloring full line in header

2002-09-25 Thread D. J. Bolderman
On Wed, 25 Sep 2002, Thomas Dickey wrote: > > So how do I get Mutt to call ncurses then ? Do I have to recompile or > > something ?? > > mutt does - but there are some missing pieces. The calls using the macro > BKGDSET are either incomplete, or there is needed some related calls to the > bkgd

Re: Coloring full line in header

2002-09-25 Thread Thomas Dickey
On Thu, Sep 26, 2002 at 01:24:29AM +0200, D. J. Bolderman wrote: > On Wed, 25 Sep 2002, Thomas Dickey wrote: > > > > > I want to color my headers, but something goes wrong here. For > > > > example: I have the subject colored white, with a blue > > > > background, but the rest of the line stays b

Re: Coloring full line in header

2002-09-25 Thread D. J. Bolderman
On Wed, 25 Sep 2002, Thomas Dickey wrote: > > > I want to color my headers, but something goes wrong here. For > > > example: I have the subject colored white, with a blue > > > background, but the rest of the line stays black... I've > > > searched the archives but didn't find a proper solution.

Re: Coloring full line in header

2002-09-25 Thread Thomas Dickey
On Wed, Sep 25, 2002 at 03:34:58PM -0700, John Iverson wrote: > * On Wed, 25 Sep 2002, D. J. Bolderman wrote: > > > I want to color my headers, but something goes wrong here. For > > example: I have the subject colored white, with a blue > > background, but the rest of the line stays black... I'v

Re: Coloring full line in header

2002-09-25 Thread John Iverson
* On Wed, 25 Sep 2002, D. J. Bolderman wrote: > I've searched the archives but didn't find a proper solution. See the "Header color" thread from July 25, 2002, for one discussion of this. -- John

Re: Coloring full line in header

2002-09-25 Thread John Iverson
* On Wed, 25 Sep 2002, D. J. Bolderman wrote: > I want to color my headers, but something goes wrong here. For > example: I have the subject colored white, with a blue > background, but the rest of the line stays black... I've > searched the archives but didn't find a proper solution. > > I'm us

Re: reread configuration file

2002-09-25 Thread Charles Cazabon
Hans Ginzel <[EMAIL PROTECTED]> wrote: > > > > Has mutt command "source" like VIM? [yes] > But how to get rid of lines that are no more in new config file? Quit and restart mutt. Charles -- --- Charles Cazabon

Re: reread configuration file

2002-09-25 Thread Burton Samograd
On Wed, Sep 25, 2002 at 11:36:38PM +0200, Hans Ginzel wrote: > > Something like: > :function reread_cfg_files > : reset all options to compile time > : source startup files as by usual start > :endfunction > -- At the top of your .muttrc unset * unhook * shou

Re: looking for a better send-hook

2002-09-25 Thread Eugene Lee
On Wed, Sep 25, 2002 at 03:34:50PM +0200, Sven Guckes wrote: : : * Eugene Lee <[EMAIL PROTECTED]> [2002-09-25 12:33]: : > : > The command "send-hook '~h address' command" : > causes Mutt to generate an error "h: not supported : > in this mode" that isn't documented anywhere. : : one more th

Re: reread configuration file

2002-09-25 Thread Hans Ginzel
On Wed, Sep 25, 2002 at 04:39:41PM -0400, Ricardo SIGNES wrote: > >can mutt reread hiis configuration file ~/.muttrc? > > Has mutt command "source" like VIM? > > source filename > The given file will be evaluated as a configuration file. But how to get rid of lines

Coloring full line in header

2002-09-25 Thread D. J. Bolderman
Hi, I want to color my headers, but something goes wrong here. For example: I have the subject colored white, with a blue background, but the rest of the line stays black... I've searched the archives but didn't find a proper solution. I'm using 'color index white blue "^Subject:" -- D.J. Bol

RE: Problems with mutt compilation on Solaris 7

2002-09-25 Thread John Haviland
Make sure you have environment variables LD_RUN_PATH and LD_LIBRARY_PATH set to /usr/local/lib. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Piotr Kasztelowicz Sent: Wednesday, 25 September 2002 21:53 To: [EMAIL PROTECTED] Subject: Problems with mutt c

Re: reread configuration file

2002-09-25 Thread Christian Schneider
Thus spake Hans Ginzel ([EMAIL PROTECTED]): > can mutt reread hiis configuration file ~/.muttrc? Has mutt command > "source" like VIM? ¸ | :source /path/to/.muttrc ` -- The student in question is performing minimally for his peer group and is an emerging underachiever.

Re: reread configuration file

2002-09-25 Thread Ricardo SIGNES
On Wed, Sep 25, 2002 at 10:31:26PM +0200, Hans Ginzel wrote: > >can mutt reread hiis configuration file ~/.muttrc? Has mutt command > "source" like VIM? It's so similar, it's got the same name. Please look at the man page for muttrc. You'll find an entry for the command "source."

LC filename of attachement

2002-09-25 Thread Hans Ginzel
Hello, In the view attachements menu I see name of attachement =?iso-8859-2?Q?poutn=ED_slavnost_SW.doc? I thing this encoding is used in mail headers. Is it correct to use it also in attachement names? Does mutt support such names? I want to decode them when viewing name or saving a

reread configuration file

2002-09-25 Thread Hans Ginzel
Hello, can mutt reread hiis configuration file ~/.muttrc? Has mutt command "source" like VIM? Regards -- Hans Ginzel http://interviews.slashdot.org/article.pl?sid=02/09/06/1343222 http://www.infoworld.com/articles/op/xml/02/08/26/020826

Re: subscribe command and %L in index_format

2002-09-25 Thread kevin lyda
On Wed, Sep 25, 2002 at 12:42:36PM -0700, Rob Lingelbach wrote: > > set index_format="%4C %Z %[!%y%m%d] %-17.17F (%3l) %s" > thank you Sven. I read the fine manual a few times and can't find > --you know, it's part of human nature to make the same mistake more > than once, according to physici

Re: subscribe command and %L in index_format

2002-09-25 Thread Rob Lingelbach
On Tue, 24 Sep 2002, Sven Guckes wrote: > set index_format="%4C %Z %[!%y%m%d] %-17.17F (%3l) %s" > > you are mixing up %Z with %F there. rtfm. thank you Sven. I read the fine manual a few times and can't find --you know, it's part of human nature to make the same mistake more than once, ac

Re: custom flags or priorities? -> X-Label + %y %Y ~y

2002-09-25 Thread Rob Lingelbach
On Tue, 24 Sep 2002, Sven Guckes wrote: > > .. search the manual for %y and ~y. Perhaps these can > > do what you want (perhaps together with the above patch). > > 4.8. Handling Mailing Lists > [...] > The ``X-Label:'' header field can be used to further identify mailing > [...etc.] >

Re: $check-new

2002-09-25 Thread Johan Svedberg
On Wed, Sep 25, 2002 at 03:30:31PM +0200, Sven Guckes wrote: > * Johan Svedberg <[EMAIL PROTECTED]> [2002-09-25 13:15]: > > I'm using 'mutt -y' alot to monitor my mailboxes, and I have > > this to be able to see where I have new mail: bind browser $ > > check-new Although I'm experienceing some "b

Re: Auto Reply?

2002-09-25 Thread Fred Dech
On Wed, Sep 25, 2002 at 12:46:30PM -0400, Ricardo SIGNES wrote: > > On Wed, Sep 25, 2002 at 10:04:15AM -0500, Fred Dech wrote: > > hi. > > > > i'm going out of town for a week tomorrow. i've never done an auto-reply > > (i'm out of town till next year) type of thing. i checked some mutt FAQs >

Problem with folder-hook

2002-09-25 Thread D. J. Bolderman
Hi, I'm having some difficulties on using folder-hooks. For some reason, my folder-hooks are not 'executed' Relevant lines in my .hooks file: send-hook . my_hdr From: send-hook mutt-users my_hdr From: folder-hook '!'INBOX.MailingLists.Mutt my_hdr From: Now, when I send mail to this list, a

Re: fast conversion of html mail to text

2002-09-25 Thread Michael Leone
Laurabelle said: > On Sep 25 2002, Erik Christiansen shared a puddle of experience: > > >> (Of the 2247 advertising spams I've received since February, 1899 >>were html.) > > Am I the only one who read that as "February 1899" and thought "what, > they had the internet back *then*?" Yes, but o

Re: fast conversion of html mail to text

2002-09-25 Thread Laurabelle
On Sep 25 2002, Erik Christiansen shared a puddle of experience: > (Of the 2247 advertising spams I've received since February, 1899 >were html.) Am I the only one who read that as "February 1899" and thought "what, they had the internet back *then*?" Laurabelle -- ASCII silly question, get

Re: Auto Reply? - DONT!

2002-09-25 Thread Sven Guckes
* Fred Dech <[EMAIL PROTECTED]> [2002-09-25 16:40]: > i'm going out of town for a week tomorrow. i've never done an > auto-reply (i'm out of town till next year) type of thing. > i checked some mutt FAQs and sifted through man mutt and man > muttrc but didn't see anything alluding to this sort of

Re: mbox opened read only after update to mutt 1.4i

2002-09-25 Thread Sven Guckes
* jochen issing <[EMAIL PROTECTED]> [2002-09-25 16:25]: > > after my recent update to 1.4i, I am not able able to remove any mails > > out of my spool files. I can open /var/mail/jochen with vim and can > > write it, but mutt refuses writing. > Ah, I have solved the Problem!! > It was the director

Re: Auto Reply?

2002-09-25 Thread Ricardo SIGNES
On Wed, Sep 25, 2002 at 10:04:15AM -0500, Fred Dech wrote: > hi. > > i'm going out of town for a week tomorrow. i've never done an auto-reply > (i'm out of town till next year) type of thing. i checked some mutt FAQs > and sifted through man mutt and man muttrc but didn't see anything alluding

Re: complete-query -> input field

2002-09-25 Thread Sascha Huedepohl
* Sven Guckes ([EMAIL PROTECTED]) wrote: > * Sascha Huedepohl <[EMAIL PROTECTED]> [2002-09-25 12:54]: > > i don't realy have a problem but, its a litle strange... > > When i set "bind compose ^T complete-query" in .muttrc, > > i get: "complete-query: unknown command" when i start mutt. > > com

Re: Bouncing emails from the command line!

2002-09-25 Thread David Champion
* On 2002.09.25, in <[EMAIL PROTECTED]>, * "Bright, Frank" <[EMAIL PROTECTED]> wrote: > > I would like to bounce emails with a command line entry. Is there a way to > do this with mutt? I read through the manual of how it does thru the > interface but not how it can be done from the comma

Re: Setting up archive folders (already solved, sorry)

2002-09-25 Thread D. J. Bolderman
> Now, I have the following question: is it possible to define different > 'archive' folders for messages per folder ? What I want to achieve is, when > I press 's' for a message in (imap)folder Inbox.Test I want to save the > message automatically to Inbox.Test.Archive without looking up the > f

Auto Reply?

2002-09-25 Thread Fred Dech
hi. i'm going out of town for a week tomorrow. i've never done an auto-reply (i'm out of town till next year) type of thing. i checked some mutt FAQs and sifted through man mutt and man muttrc but didn't see anything alluding to this sort of thing. is this something i can do with Mutt in a rel

Re: mbox opened read only after update to mutt 1.4i

2002-09-25 Thread jochen issing
On Wed, Sep 25, 2002 at 02:33:24PM +0200, jochen issing wrote: > Hi List, > > after my recent update to 1.4i, I am not able able to remove any mails > out of my spool files. I can open /var/mail/jochen with vim and can > write it, but mutt refuses writing. > I found in the internet the configure

Re: mbox opened read only after update to mutt 1.4i

2002-09-25 Thread jochen issing
On Wed, Sep 25, 2002 at 04:34:57PM +0200, jochen issing wrote: > On Wed, Sep 25, 2002 at 03:37:12PM +0200, Sven Guckes wrote: > > * jochen issing <[EMAIL PROTECTED]> [2002-09-25 12:39]: > > > after my recent update to 1.4i, I am not able able to remove > > > any mails out of my spool files. I can

Re: adding cc automatically -> use the editor

2002-09-25 Thread Sven Guckes
* David Ellement <[EMAIL PROTECTED]> [2002-09-24 23:21]: > > then again, you did not describe the purpose of this idea > > so i'm just wasting my time with guesses again. > I suppose it is silly... > > I typically have a couple of projects going where I'm part of a small > team here, working with

Re: Setting up archive folders

2002-09-25 Thread Burton Samograd
On Wed, Sep 25, 2002 at 04:30:33PM +0200, D. J. Bolderman wrote: > Hi, > > Although I was planning to go back to evolution, I'm still trying mutt > (it's so cool:) > > Now, I have the following question: is it possible to define different > 'archive' folders for messages per folder ? What I want

Re: following url links

2002-09-25 Thread D. J. Bolderman
On Wed, 25 Sep 2002, Andy Wilson wrote: > Is there a way to follow URL links in mutt? Try urlview (^B)

Re: following url links -> urlview

2002-09-25 Thread Sven Guckes
* Andy Wilson <[EMAIL PROTECTED]> [2002-09-25 14:45]: > Is there a way to follow URL links in mutt? man urlview > -- > Andy > > > There are 10 kinds of people in the world: Those who understand binary,

Re: Setting up archive folders

2002-09-25 Thread Sven Guckes
* D. J. Bolderman <[EMAIL PROTECTED]> [2002-09-25 14:37]: > is it possible to define different 'archive' folders for messages per > folder ? What I want to achieve is, when I press 's' for a message in > (imap)folder Inbox.Test I want to save the message automatically to > Inbox.Test.Archive witho

Re: Bouncing emails from the command line! - not possible

2002-09-25 Thread Sven Guckes
* Bright, Frank <[EMAIL PROTECTED]> [2002-09-25 14:25]: > I would like to bounce emails with a command line entry. > Is there a way to do this with mutt? no. but what does it take to make you use proper sigdashes? *hrmpf* Sven

Re: complete-query -> input field

2002-09-25 Thread Sven Guckes
* Sascha Huedepohl <[EMAIL PROTECTED]> [2002-09-25 12:54]: > i don't realy have a problem but, its a litle strange... > When i set "bind compose ^T complete-query" in .muttrc, > i get: "complete-query: unknown command" when i start mutt. feature. > But CTRL-T works works in the Compose-Screen

Re: S/MIME "encrypt-to" functionality as in GnuPG

2002-09-25 Thread Omen Wild
Quoting Ren? Clerc <[EMAIL PROTECTED]> on Wed, Sep 25 15:01: > > Typically PEBCAK. The segfault was a result of not setting this > variable. Strange side-effect, of course, but it works now! I'll look into this. If that's the cause, then the problem is between my keyboard and chair, not yours.

Re: mbox opened read only after update to mutt 1.4i

2002-09-25 Thread jochen issing
On Wed, Sep 25, 2002 at 03:37:12PM +0200, Sven Guckes wrote: > * jochen issing <[EMAIL PROTECTED]> [2002-09-25 12:39]: > > after my recent update to 1.4i, I am not able able to remove > > any mails out of my spool files. I can open /var/mail/jochen > > with vim and can write it, but mutt refuses w

Setting up archive folders

2002-09-25 Thread D. J. Bolderman
Hi, Although I was planning to go back to evolution, I'm still trying mutt (it's so cool:) Now, I have the following question: is it possible to define different 'archive' folders for messages per folder ? What I want to achieve is, when I press 's' for a message in (imap)folder Inbox.Test I wan

Bouncing emails from the command line!

2002-09-25 Thread Bright, Frank
Hi all, I would like to bounce emails with a command line entry. Is there a way to do this with mutt? I read through the manual of how it does thru the interface but not how it can be done from the command line. Any help would be appreciated. Thanks in advance Frank mailto:[EMAIL PROTECTED]

Re: mbox opened read only after update to mutt 1.4i

2002-09-25 Thread Sven Guckes
* jochen issing <[EMAIL PROTECTED]> [2002-09-25 12:39]: > after my recent update to 1.4i, I am not able able to remove > any mails out of my spool files. I can open /var/mail/jochen > with vim and can write it, but mutt refuses writing. sounds like a locking problem.. > I found in the internet t

Re: looking for a better send-hook

2002-09-25 Thread Sven Guckes
* Eugene Lee <[EMAIL PROTECTED]> [2002-09-25 12:33]: > The command send-hook '~h address' command > causes Mutt to generate an error "h: not supported > in this mode" that isn't documented anywhere. one more thing to fix in the documentation then. > How do I get a send-hook to match a patter

Re: mbox opened read only after update to mutt 1.4i

2002-09-25 Thread David T-G
Jochen -- ...and then jochen issing said... % % after my recent update to 1.4i, I am not able able to remove any mails What, it's still that way an hour later? See my reply to your first post :-) HTH & HAND :-D -- David T-G * It's easier to fight for one's principles (

Re: mbox opened read only after update to mutt 1.4i

2002-09-25 Thread David T-G
Jochen -- ...and then jochen issing said... % % Hi List, Hello! % % after my recent update to 1.4i, I am not able able to remove any mails How did you install mutt? Were you root, or just jochen? % out of my spool files. I can open /var/mail/jochen with vim and can % write it, but mutt r

Re: $check-new

2002-09-25 Thread Sven Guckes
* Johan Svedberg <[EMAIL PROTECTED]> [2002-09-25 13:15]: > I'm using 'mutt -y' alot to monitor my mailboxes, and I have > this to be able to see where I have new mail: bind browser $ > check-new Although I'm experienceing some "buggy" behaivor by > mutt. Sometimes (I can't see a pattern) it doesn

$check-new

2002-09-25 Thread Johan Svedberg
Hi, all. I'm using 'mutt -y' alot to monitor my mailboxes, and I have this to be able to see where I have new mail: bind browser $ check-new Although I'm experienceing some "buggy" behaivor by mutt. Sometimes (I can't see a pattern) it doesn't give the mailbox the "N" flag marking new mails, alth

Re: S/MIME "encrypt-to" functionality as in GnuPG

2002-09-25 Thread René Clerc
* René Clerc <[EMAIL PROTECTED]> [25-09-2002 14:47]: > * René Clerc <[EMAIL PROTECTED]> [25-09-2002 14:25]: > > > * René Clerc <[EMAIL PROTECTED]> [25-09-2002 10:30]: > > > > > This patch makes mutt segfault right after sending the e-mail. Despite > > > of this, it works: both recipient and I a

complete-query

2002-09-25 Thread Sascha Huedepohl
Hi, i don't realy have a problem but, its a litle strange... When i set: bind compose ^T complete-query in .muttrc, i get: complete-query: unknown command when i start mutt. But CTRL-T works works in the Compose-Screen. When i remove the set from my .muttrc there is no error during muttstartu

Re: S/MIME "encrypt-to" functionality as in GnuPG

2002-09-25 Thread René Clerc
* René Clerc <[EMAIL PROTECTED]> [25-09-2002 14:25]: > * René Clerc <[EMAIL PROTECTED]> [25-09-2002 10:30]: > > > This patch makes mutt segfault right after sending the e-mail. Despite > > of this, it works: both recipient and I are able to decrypt and read > > the message. > > > > A clue, anyo

mbox opened read only after update to mutt 1.4i

2002-09-25 Thread jochen issing
Hi List, after my recent update to 1.4i, I am not able able to remove any mails out of my spool files. I can open /var/mail/jochen with vim and can write it, but mutt refuses writing. I found in the internet the configure switch --enable-extern-dotlock and compiled it once more, but this did not

looking for a better send-hook

2002-09-25 Thread Eugene Lee
The command: send-hook '~h address' command causes Mutt to generate an error "h: not supported in this mode" that isn't documented anywhere. How do I get a send-hook to match a pattern within a custom header of the current message? Thanks in advance. -- Eugene Lee [EMAIL PROTECTED]

Re: S/MIME "encrypt-to" functionality as in GnuPG

2002-09-25 Thread René Clerc
* René Clerc <[EMAIL PROTECTED]> [25-09-2002 10:30]: > This patch makes mutt segfault right after sending the e-mail. Despite > of this, it works: both recipient and I are able to decrypt and read > the message. > > A clue, anyone? Let me be more specific: like I've already mailed Omen, I appli

Problems with mutt compilation on Solaris 7

2002-09-25 Thread Piotr Kasztelowicz
Hello I have problems with compilation mutt with Solaris 7. Libivconv 1.8 has been previously installed, but with gcc 2.95.3 (not 3.0). I attempt to configure mutt with gcc 2.95.3 on my Solaris7 system (gcc 3.0 does not properly work) an such error has been reported after "./configure" command:

Re: imap and new mail

2002-09-25 Thread D. J. Bolderman
On Tue, 24 Sep 2002, Mike Leone wrote: > > So how do all you IMAP users get an overview of all new mails per folder > > when you start Mutt ? Do you have to browse each folder to see if there > > are any new mails ?? > > Yes. :-( The command (normally "c") shows no new mail > indicator, when ch

mbox opened read only after update to mutt 1.4i

2002-09-25 Thread jochen issing
Hi List, after my recent update to 1.4i, I am not able able to remove any mails out of my spool files. I can open /var/mail/jochen with vim and can write it, but mutt refuses writing. I found in the internet the configure switch --enable-extern-dotlock and compiled it once more, but this did not

Re: S/MIME "encrypt-to" functionality as in GnuPG

2002-09-25 Thread René Clerc
* Omen Wild <[EMAIL PROTECTED]> [24-09-2002 21:24]: > Quoting Ren? Clerc <[EMAIL PROTECTED]> on Tue, Sep 24 19:08: > > > > I'm looking for the S/MIME equivalent of the GnuPG option: > > > > encrypt-to > > As far as I could tell, it doesn't exist. This patch add that > functionality. Set $smi