++ 16/06/09 19:51 +0200 - Michael Tatge:
>> When I respond to an email that has a subject similar to:
>>
>> [StuffHere] Blah Blah Blah
>>
>> Mutt actually *removes* everything inside of the brackets and the
>> brackets themselves.
>>
>> Any thoughts on why this happens?
>
>Works fine here. There
* On Wed, Jun 17, 2009 09:47AM +0200 Rejo Zenger (mutt-us...@subs.krikkit.nl)
muttered:
> ++ 16/06/09 19:51 +0200 - Michael Tatge:
> >> When I respond to an email that has a subject similar to:
> >>
> >> [StuffHere] Blah Blah Blah
> >>
> >> Mutt actually *removes* everything inside of the bracke
++ 17/06/09 14:57 +0200 - Michael Tatge:
>Mutt will match $reply_regexp match against the subject and replace
>everything matching (at the start of the string) with just "Re: "
>Say you get a message with the subject "Aw: test" and reply to it. You
>get with the default reply_regexp "Re: test".
I
Dear Mutt users,
I am facing a strange issue with Mutt 1.5.20. The earlier practice to
attach files from the command line would be:
mutt -a file1 -a file2 -a file3 myfri...@somewhere -s "Documents you required"
However, in Mutt 1.5.20, it appears that even the e-mail address above
is treated as
* Kumar Appaiah [06-17-09 10:02]:
>
> I am facing a strange issue with Mutt 1.5.20. The earlier practice to
> attach files from the command line would be:
>
> mutt -a file1 -a file2 -a file3 myfri...@somewhere -s "Documents you required"
>
> However, in Mutt 1.5.20, it appears that even the e-m
On Wed, Jun 17, 2009 at 10:10 AM, Patrick Shanahan wrote:
> > I am facing a strange issue with Mutt 1.5.20. The earlier practice to
> > attach files from the command line would be:
> >
> > mutt -a file1 -a file2 -a file3 myfri...@somewhere -s "Documents you
> > required"
> >
> > However, in Mutt 1
On 2009-06-17, Brian Marr wrote:
> Thanks Grant, I was looking in the wrong place. It was a
> router/firewall issue.
As you probably guessed, that's what I suspected...
--
Grant Edwards grante Yow! It's the RINSE CYCLE!!
at
* Kumar Appaiah [06-17-09 10:15]:
>
> I still maintain that there is an issue, since this also doesn't work:
>
> mutt -a file1 -a file2 -a file3 myfri...@somewhere
>
> i.e. it still looks for a file with the same name as the e-mail address.
>
The it must be version (.20) specific as it works
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
On Wednesday, June 17 at 09:59 AM, quoth Kumar Appaiah:
> I am facing a strange issue with Mutt 1.5.20. The earlier practice
> to attach files from the command line would be:
>
> mutt -a file1 -a file2 -a file3 myfri...@somewhere -s "Documents you r
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
On Wednesday, June 17 at 09:28 AM, quoth Kyle Wheeler:
>According to the mutt man page, the usage pattern line you're looking
>for is this one:
>
> mutt [-nx] [-e cmd] [-F file] [-H file] [-i file] [-s subj]
> [-b addr] [-c addr] [-a fi
On Wed, Jun 17, 2009 at 10:31 AM, Kyle Wheeler wrote:
> On Wednesday, June 17 at 09:28 AM, quoth Kyle Wheeler:
> >According to the mutt man page, the usage pattern line you're looking
> >for is this one:
> >
> > mutt [-nx] [-e cmd] [-F file] [-H file] [-i file] [-s subj]
> > [-b addr]
Hi:
Using ver 1.5.19 on linux 2.6.22-16-generic compiled with
sidebar patch.
Are there variables that define:
1)Current message (pager?)
2)Current mailbox (index?)
My intent is for scripts that can make message-specific or
mailbox-specific operations where the mailbox or the name
of the message (a
When I open a new mailbox, the most recent mail is automatically
selected. However, when I perform a limit command, the filtered
list is displayed but the selected mail is the oldest.
How do I have the most recent mail selected after a limit command?
Thank you.
--
- Eric Smith
Hi,
* Tim Johnson wrote:
> 2)Current mailbox (index?)
Please search the list archive. There was a discussion about this
lately.
Rocco
Hi,
* Eric Smith wrote:
> When I open a new mailbox, the most recent mail is automatically
> selected. However, when I perform a limit command, the filtered
> list is displayed but the selected mail is the oldest.
> How do I have the most recent mail selected after a limit command?
You can use
* Rocco Rutte [090617 11:18]:
>
> * Tim Johnson wrote:
>
> > 2)Current mailbox (index?)
>
> Please search the list archive. There was a discussion about this
> lately.
Thank you. For further archives, this discussion is a thread name:
"use current folder name as argument to abitrary comman
Hello. I want to configure my Conky to display a count of a new
mail messages in mbox folders, like in sidebar-panel in mutt.
Does mutt writes some to mbox file when I read a new mail or
it has own cache? How I can monitor it?
Thank you.
I note that when I press `:', I am taken to a command line.
I find that when I go into 'help' that `:' executes
I'm having problems making commands work:
Example
In the index, I have bound Ctrl-E to last-entry.
Yet If I do this:
:last-entry
I get an error: "Unknown Command".
I am in particular
* Tim Johnson [090617 11:38]:
> > > 2)Current mailbox (index?)
The full solution for me is presented at:
http://does-not-exist.org/mail-archives/mutt-users/msg18064.html
--
Tim
t...@johnsons-web.com
http://www.akwebsoft.com
Hi,
* Tim Johnson wrote:
> I note that when I press `:', I am taken to a command line.
> I find that when I go into 'help' that `:' executes
>
You didn't read well enough... :)
> Yet If I do this:
> :last-entry
> I get an error: "Unknown Command".
Yes, because 'last-entry' is not a muttrc com
* On Wed, Jun 17, 2009 11:56AM -0800 Tim Johnson (t...@johnsons-web.com)
muttered:
> In the index, I have bound Ctrl-E to last-entry.
> Yet If I do this:
> :last-entry
> I get an error: "Unknown Command".
last-entry is not a command but a function.
you have to use
:exec last-entry
HTH,
Michael
* Rocco Rutte [090617 14:19]:
> * Tim Johnson wrote:
> > I note that when I press `:', I am taken to a command line.
> > I find that when I go into 'help' that `:' executes
> >
>
> You didn't read well enough... :)
Seems I'm having a hard time remembering to do "man muttrc"
In addition to "m
* Michael Tatge [090617 14:20]:
> * On Wed, Jun 17, 2009 11:56AM -0800 Tim Johnson (t...@johnsons-web.com)
> muttered:
> > In the index, I have bound Ctrl-E to last-entry.
> > Yet If I do this:
> > :last-entry
> > I get an error: "Unknown Command".
>
> last-entry is not a command but a function.
Hello,
I tag a mail with "t" and attach it to a thread with "&". After that
i quit mutt saving changes. I open my mail box with mutt again but my
thread is not saved. How to save this ?
Thx
--
Alexandre Delanoë
24 matches
Mail list logo