Re: About quoting text, about emacs.

2001-07-25 Thread Thomas Roessler
On 2001-07-26 02:34:54 +0200, Jens Paulus wrote: >This idea sounds cool to me. In my imagination this shouldn't be >too difficult to make it real. Well, mutt would not just have to open the postponed folder, but it would also have to parse the MIME structure, and find the first text/plain att

Re: About quoting text, about emacs.

2001-07-25 Thread David Champion
On 2001.07.25, in <[EMAIL PROTECTED]>, "Jens Paulus" <[EMAIL PROTECTED]> wrote: > On Wed, Jul 25, 2001 at 10:44:11AM -0700, Dominique Pelle wrote: > > How about attaching another mail to the email you want > > to send? > > I know about this attach-message function. The disadvantage is tha

Re: About quoting text, about emacs.

2001-07-25 Thread Walt Mankowski
On Thu, Jul 26, 2001 at 02:16:33AM +0200, Jens Paulus wrote: > On Wed, Jul 25, 2001 at 08:18:35AM -0600, Charles Curley wrote: > > On Wed, Jul 25, 2001 at 03:05:58PM +0200, Jens Paulus muttered: > > > quotation character '> ', then I can hit gqap or gqip and I have the > > > long line turned to a

Re: About quoting text, about emacs.

2001-07-25 Thread Jens Paulus
On Wed, Jul 25, 2001 at 08:18:35AM -0600, Charles Curley wrote: > On Wed, Jul 25, 2001 at 03:05:58PM +0200, Jens Paulus muttered: > > quotation character '> ', then I can hit gqap or gqip and I have the > > long line turned to a paragraph that has each line beginning with the > > quotation charact

Re: About quoting text, about emacs.

2001-07-25 Thread Jens Paulus
On Wed, Jul 25, 2001 at 04:04:04PM +0100, John Arundel wrote: > The only nice way I can think of for integrating this into mutt would be > to have an 'append quoted message to postponed message' function. > > For example: > * When writing a reply, you realise you want to quote another mail too >

Re: About quoting text, about emacs.

2001-07-25 Thread Jens Paulus
On Wed, Jul 25, 2001 at 03:25:15PM +0100, John Arundel wrote: > Alternatively, you could save the received mail to a file and then read > it into vim at the cursor with :r . That's how I used to do it until now. -Jens

Re: About quoting text, about emacs.

2001-07-25 Thread Jens Paulus
On Wed, Jul 25, 2001 at 10:44:11AM -0700, Dominique Pelle wrote: > How about attaching another mail to the email you want > to send? I know about this attach-message function. The disadvantage is that the attached text is not in the current text and thus cannot be edited or cut or referred to sen

Re: Copy command

2001-07-25 Thread Chris Fuchs
on Wed,25 Jul 2001, David Ellement wrote: > unset confirmcreate > (unset confirmappend also) Actually all I wanted to do was to save a message as a file with a filename that I would get prompted for and not into a directory. I'm using the MH style mailboxes. Chris -- An essential a

Re: Copy command

2001-07-25 Thread David Ellement
On 010725, at 15:28:36, Chris Fuchs wrote > The 'C' command in the index copies files to a mailbox and prompts > if it doesn't exist ... > > It would be nice to create a macro to do this... what do you guys do? unset confirmcreate (unset confirmappend also) -- David Ellement

Re: About quoting text, about emacs.

2001-07-25 Thread Greg Matheson
On Wed, 25 Jul 2001, Dominique Pelle wrote: > On Wed, Jul 25, 2001 at 03:05:58PM +0200, Jens Paulus > ([EMAIL PROTECTED]) wrote: > [...cut...] > > 1.) Editing an email with vim/mutt, I sometimes wish to insert/quote > > text from another email that I'm not currently replying to. > [...cut...]

Copy command

2001-07-25 Thread Chris Fuchs
Hi, The 'C' command in the index copies files to a mailbox and prompts if it doesn't exist which isn't really the default behaviour I prefer (would rather it copy to a file). The same command in compose menu does copy to a file. So right now I pipe to something like this: "tee filename > /dev/

Re: About quoting text, about emacs.

2001-07-25 Thread David Ellement
On 010725, at 10:27:57, rex wrote > What's wrong with starting another instance of mutt, finding the > message to be inserted, and pasting selected regions in the editor > window? Nothing. However, if mutt does it, it adds an attribution line (for each message) and quotes the included text. --

Re: About quoting text, about emacs.

2001-07-25 Thread Dominique Pelle
On Wed, Jul 25, 2001 at 03:05:58PM +0200, Jens Paulus ([EMAIL PROTECTED]) wrote: [...cut...] > 1.) Editing an email with vim/mutt, I sometimes wish to insert/quote > text from another email that I'm not currently replying to. I remember > that there was such a function when I used pine some year

Re: About quoting text, about emacs.

2001-07-25 Thread rex
On Wed, Jul 25, 2001 at 09:08:45AM -0700, David Ellement wrote: > On 010725, at 15:05:58, Jens Paulus wrote > > 1.) Editing an email with vim/mutt, I sometimes wish to insert/quote > > text from another email that I'm not currently replying to. > > Assuming you know which messages you want to quo

Re: About quoting text, about emacs.

2001-07-25 Thread Holger Lillqvist
On Jul 25, David Ellement wrote: > However, mutt doesn't keep track of the tag order, and for > mbox folders at least, the reply goes to the first message in the > folder. Actually, the reply goes to the senders of _all_ the tagged messages. With edit-headers this is no big problem, though. The

Re: About quoting text, about emacs.

2001-07-25 Thread David Ellement
On 010725, at 15:05:58, Jens Paulus wrote > 1.) Editing an email with vim/mutt, I sometimes wish to insert/quote > text from another email that I'm not currently replying to. Assuming you know which messages you want to quote before starting your reply, you can tag all the messages before startin

Re: About quoting text, about emacs.

2001-07-25 Thread John Arundel
On 2001-07-25 at 22:53:24, Greg Matheson warbled: > There is a perl module called Mail::Folder that has subroutines > for reading from mbox and maildir folders. You have to specify > the number of the message in the folder. Painful. > Another approach would be to write a vim function. You would

Re: About quoting text, about emacs.

2001-07-25 Thread Greg Matheson
On Wed, 25 Jul 2001, John Arundel wrote: > On 2001-07-25 at 15:05:58, Jens Paulus warbled: > > 1.) Editing an email with vim/mutt, I sometimes wish to insert/quote > > text from another email that I'm not currently replying to. > If there is a smart way to do this in mutt, I don't know it. I nor

Re: About quoting text, about emacs.

2001-07-25 Thread John Arundel
On 2001-07-25 at 15:05:58, Jens Paulus warbled: > 1.) Editing an email with vim/mutt, I sometimes wish to insert/quote > text from another email that I'm not currently replying to. If there is a smart way to do this in mutt, I don't know it. I normally just: * Exit the editor * Postpone the mail

Re: About quoting text, about emacs.

2001-07-25 Thread Charles Curley
On Wed, Jul 25, 2001 at 03:05:58PM +0200, Jens Paulus muttered: > Hello, > > about a week ago I was posting some questions. Only one of three have > been replied to until now. That's why I decided to repost the unreplied > ones again. Try one subject per message. With Mutt's threading, it may ma

OT - Filterng folders/archiving

2001-07-25 Thread Duke Normandin
Please CC me, as I'm not subscribed I've saved a lot of "interesting" messages to various (mbox) folders for future reference. I want to strip the folders of all the headers before compressing the folder. I could do this "by hand", but I'm hoping someone has a better (i.e., faster) solution.

About quoting text, about emacs.

2001-07-25 Thread Jens Paulus
Hello, about a week ago I was posting some questions. Only one of three have been replied to until now. That's why I decided to repost the unreplied ones again. 1.) Editing an email with vim/mutt, I sometimes wish to insert/quote text from another email that I'm not currently replying to. I reme

Re: query_command on address completion

2001-07-25 Thread Christoph Maurer
Am Mit, 25 Jul 2001, schrieb Andy Smith: > Hi, > > I want to always use the query_command I have set when I use tab to > complete an email address. At the moment it seems I have to use ^t > instead, how do I make tab do the same thing? Type the following in your .muttrc bind editor \t complet

query_command on address completion

2001-07-25 Thread Andy Smith
Hi, I want to always use the query_command I have set when I use tab to complete an email address. At the moment it seems I have to use ^t instead, how do I make tab do the same thing? -- Andy Smith