Hello,
How can I make mutt to save outgoing mail to the currently opened
mailbox?
I tried several hooks, but none accepted the sequence "%b" (while
others, like "%a", worked fine).
Any idea?
On Saturday, 04 February 2012, 22:58:12 -0500,
"David J. Weller-Fahy" wrote:
> * E. Prom [2012-02-04 19:23 -0500]:
> > How can I make mutt to save outgoing mail to the currently opened
> > mailbox?
>
> Try the following (from my muttrc):
>
> #v+
> folder
On Wednesday, 08 February 2012, 20:50:17 -0500,
Nathan Stratton Treadway wrote:
> On Thu, Feb 09, 2012 at 02:15:19 +0100, E. Prom wrote:
> > On Saturday, 04 February 2012, 22:58:12 -0500,
> > "David J. Weller-Fahy" wrote:
> [...]
> > > Check Table 4.7 in th
Hi,
When replying to an e-mail with an empty subject, the subject of the
answer is set to "Re: your mail".
I would like to customize/localize it, but it does not seem to be an
option. Have I missed something? (No, I would prefer keeping using
Debian's binaries ;-)
2012/11/21 Will Yardley :
> On Wed, Nov 21, 2012 at 01:41:02AM +0100, E. Prom wrote:
>>
>> When replying to an e-mail with an empty subject, the subject of the
>> answer is set to "Re: your mail".
>
> I thought it was configurable, but didn't find anyth
I use a crypt-hook to select automatically the good key for one
person, but mutt asks me whether the choice if good.
I know the crypt-hook matches (without it there is no default choice),
but I'd like not having to confirm it.
It seems that it is a quadroption, with ask-yes as default, but I
can't
Hi,
I want to change some variables (from, crypt_autosign, etc.) in a hook
depending of which address I'm writing to. But as I don't want to
write a hook-line for each possible address, I'd like to use an
external program (such as grep) to look in multiple aliases files, and
return something depen
Hi again,
How would you make mutt send a message at a certain hour? This can be
useful : make your boss believe you were working late whereas you left
your office just after him, make sure someone receives your e-mail
when you know he'll be receptive and not when you write it because he
is very bu
m: Jostein Berntsen
To: mutt-users@mutt.org
Message-id: <20100122145803.gb4...@josteinb>
On 21.01.10,06:14, E. Prom wrote:
> Hi again,
>
> How would you make mutt send a message at a certain hour? This can be
> useful : make your boss believe you were working late whereas you left
>
On Tuesday, 26 January 2010, 12:30:17 -0500,
Tim Gray wrote :
> Yeah. It would be nice if you didn't have to weed through 3 screens
> of headers to find the right link.
Not exactly what you're looking for, but unignore might help.
On Wednesday, 27 January 2010, 09:39:22 +,
Christian Ebert wrote (extract):
> I just use postfix:
Keeping in mind that you delay an already written mail : The Date header
has been generated, so the recipient will see the date/time you wrote
the message, not when you decided it should be sent
On Wednesday, 27 January 2010, 23:40:49 +,
Christian Ebert wrote:
> * E. Prom on Wednesday, January 27, 2010 at 18:10:37 +0100
> > On Wednesday, 27 January 2010, 09:39:22 +,
> > Christian Ebert wrote (extract):
>^
>
On Thursday, 04 February 2010, 17:18:27 -0500,
Paul Greenberg wrote:
> Hi,
>
> I have the following configuration. The goal is for me to be able to
> press Ctrl+q, and then e-mails based on pattern will be saved to
> different files without me confirming to create these files, and them
> delete t
Have you found the solution?
Is it the regexp or the set that fails?
On Wednesday, 03 March 2010, 08:39:49 +0100,
Alexandre wrote:
> Hi,
> I want to set forward_format when I send mail to XXX.
>
> Then, my muttrc should be something like this:
> send-hook ^.*XXX.*$ 'set forward_format="[TAG]
Hi,
I use Maildir, and I find it very convenient when synchronizing between
my 2 computers with unison.
Each email is a file. My problem is that the file name contains the name
of the computer. If I first synchronize a maildir with new mail, then
mark old the same mails on both computers, then s
On Friday, 12 March 2010, 21:39:53 +0100,
Jostein Berntsen wrote:
> On 12.03.10,04:45, E. Prom wrote:
> >
> > Hi,
> >
> > I use Maildir, and I find it very convenient when synchronizing between
> > my 2 computers with unison.
>
> Could you use this utlity
On Sunday, 22 August 2010, 18:51:31 +0200,
Michael Ludwig wrote:
> Can I configure Mutt to save deleted messages to another folder or mbox
> (as GUI mail clients do) instead of simply deleting it?
What about the "trash" variable?
Type: path
Default: “”
If set, this variable specifies the
On Tuesday, 10 August 2010, 00:48:16 +0300,
Dennis Yurichev wrote:
> Is there any plugin or script which is able to collect time stamps of
> all emails from some specific email address and to draw a statistical
> chart answering to question: what hours correspondent is most active in?
mailliststa
On Monday, 23 August 2010, 23:34:54 +0200,
Michael Ludwig wrote:
> And my Mutt [version 1.5.20 (2009-12-10)] doesn't like this variable:
> trash: Unbekannte Variable. = unknown variable
Quite weird, I'm using Mutt 1.5.20 (2009-06-14), in debian unstable, and
it's fine. Maybe disabled at compile
On Monday, 30 August 2010, 09:00:25 -0700,
fe...@crowfix.com wrote:
> I have maildirs, a bunch of them, all under ~/Maildirs. I was hoping
> to be able to use something like this:
>
> mailboxes ~/Maildirs/*
>
> but that's nae working.
Have you tried something like this (untested) :
mailboxe
On Monday, 30 August 2010, 18:19:30 +0200,
"E. Prom" wrote:
> mailboxes `/bin/ls ~/Maildirs/*`
It doesn't work, and I don't manage to correct it.
Less elegant, but works :
mutt -e "mailboxes $(/bin/ls -d ~/Maildirs/*)"
On Monday, 30 August 2010, 18:35:23 +0200,
"E. Prom" wrote:
> On Monday, 30 August 2010, 18:19:30 +0200,
> "E. Prom" wrote:
>
> > mailboxes `/bin/ls ~/Maildirs/*`
>
> It doesn't work, and I don't manage to correct it.
Finally :
mailboxes `/bin/ls -d ~/Maildirs/*|xargs`
Sorry for the noise.
On Monday, 30 August 2010, 10:37:49 -0700,
fe...@crowfix.com wrote:
> I had not realized I could use backqoutes inside .muttrc.
> Wh! All sorts of possibilities there.
Yep, very powerful!
I use or have used :
source ~/.mutt/muttrc_`hostname`
set mbox=+mbox-`date +%Y`
mailboxes =mbox-`d
u want with it.
I don't think you can get the name of the file in your maildir, but you
can use , or followed by
in a macro.
Quite obvious, but I wanted E Prom to respond to Chip ;)
On Thursday, 02 September 2010, 15:43:46 +0200,
chs...@freenet.de wrote:
> Now I wonder if I need that line at all since I am setting the sent
> folder in my folder hooks again like:
>
> folder-hook imaps://mx.freenet.de/ 'set
> folder=imaps://mx.freenet.de/INBOX
> record=imaps://mx.freenet.de/INB
On Saturday, 04 September 2010, 19:05:40 +0200,
Nicolas KOWALSKI wrote:
> Andre Majorel writes:
> > Is there a way to set a default value for To: in ? It
> > would be very useful after a folder-hook for mailing lists etc.
>
> Yes, using my_hdr. Here is an example of what is in my ~/.muttrc:
>
Hi,
I try to use $tunnel with $smtp_url, but can't manage to do it.
I don't trust my wifi Internet connection, so I want my mail to pass
through a ssh tunnel to a server I own, before reaching the smtp server.
ME ---(smtp inside ssh)---> my_server ---(smtp)---> smtp_server.
I don't own smtp_ser
On Tuesday, 21 September 2010, 12:30:03 +0300,
Alexander Gattin wrote:
> Hello,
>
> On Tue, Sep 21, 2010 at 12:43:37AM +0200, E. Prom wrote:
> > I try to use $tunnel with $smtp_url, but can't manage to do it.
> >
> > I don't trust my wifi Internet
On Tuesday, 21 September 2010, 09:19:40 -0700,
Brendan Cully wrote:
> On Tuesday, 21 September 2010 at 00:43, E. Prom wrote:
> > [...]
> > I tried setting tunnel="ssh my_server nc smtp.gmail.com 465", but it
> > doesn't work and I don't manage to find wh
oto 'SSL3' --sslcertck to
validate the certificates presented by the server and defeat the
obsolete SSLv2 negotiation. More information is available in the
README.SSL file that ships with fetchmail. »
> On Wed, Sep 22, 2010 at 12:04:14AM +0200, E. Prom
> wrote:
> >
30 matches
Mail list logo