On Sun, 09 Mar 2008 or thereabouts, Rado S came forth with:
> > I am using mutt to query my LDAP server using the
> > mutt_ldap_query.pl program.
> > As is it works fine, except, as designed, it will only retrieve
> > the first email address.
> > Has anyone modified it to retrieve more than one em
Hello Kyle,
Kyle Wheeler <[EMAIL PROTECTED]> wrote:
> On Sunday, March 9 at 10:04 PM, quoth Jörg Sommer:
>>>| charset-hook ^iso-8859-1$ cp1252
>>
>>Works! I don't understand why, because I read the manual as charset-hook
>>(re)defines iso-8859-1, but it works.
>
> FYI it works beccause cp1252 is
On Sat, Mar 08, 2008 at 11:14:41PM -0500, Roland Hill wrote:
> Hi List,
>
> I am using mutt to query my LDAP server using the mutt_ldap_query.pl
> program.
>
> As is it works fine, except, as designed, it will only retrieve the first
> email address.
>
> Has anyone modified it to retrieve more t
Hi,
I'm using the version "1.5.17 (2007-11-01)" under cygwin and
I would like to use the current mailbox pointer ^ as defined
in the manual.
I setup the record variable to this pointer in my .muttrc:
set record="^"
to have automatically the Fcc field set to the current mailbox
when I sen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Monday, March 10 at 07:45 PM, quoth Didier BRETIN:
> I setup the record variable to this pointer in my .muttrc:
> set record="^"
Something to keep in mind is this: shortcuts are resolved right away,
not later. $record is not re-interpreted l
On Mon, Mar 10, 2008 at 01:54:25PM -0500, Kyle Wheeler wrote:
> In order to set the FCC to be the current mailbox whenever you send a
> mail, you would need to have something like the following in your
> muttrc file:
>
> folder-hook . 'set record="^"'
>
> What that does is forces $record t