On Sat, Feb 19, 2011 at 12:54:20AM +0100, Pau wrote:
> Hi Paul,
>
> thanks!
>
> I have currently set this to
>
> set editor="vim +/^$ ++1 +start +nohlsearch"
>
> So I guess this would go into
>
> ${editor:-vi} $file
>
> But how?
Instead of this:
exec ${editor:-vi} $file
Use this:
exec vim
Hi Paul,
thanks!
I have currently set this to
set editor="vim +/^$ ++1 +start +nohlsearch"
So I guess this would go into
${editor:-vi} $file
But how?
In any case, thanks a lot.
You too, Ed.
Cheers.
On 18 February 2011 23:13, Paul Hoffman wrote:
> On Fri, Feb 18, 2011 at 08:41:18PM +0100,
On Fri, Feb 18, 2011 at 05:13:55PM -0500, Paul Hoffman wrote:
Then /path/to/my/script has something along these lines:
#!/bin/zsh
typeset file=$1 label subject; shift
typeset editor=${VISUAL:-$EDITOR}
main() {
grep '^Subject: ' $file | read label subject
if [[ -n $subject ]]; then
On Fri, Feb 18, 2011 at 08:41:18PM +0100, Pau wrote:
> sorry... I am totally lost... how am I supposed to do this with
> edit_headers???
>
> I can write scripts, but could you please give me an example of what I
> have to add to muttrc in the headers to call a script that will link
> that tempora
Hello,
On Fri, Feb 18, 2011 at 03:36:29PM -0500, Mason
Loring Bliss wrote:
> I'm using Andreas Jacobsen's mutt-ldap.pl right
> now, but it seems like the sort of thing that
> would be useful built-in. Or is the hook enough
> for everyone?
I used lbdb with Lotus Domino's LDAP and it worked
OK for
On Tue, Feb 15, 2011 at 01:31:30PM -0500, Mason Loring Bliss wrote:
> [2011-02-15 12:36:29] SSL error: error:0B07C065:x509 certificate
> routines:X509_STORE_add_cert:cert already in hash table
Mutt has been working beautifully with Exchange and I've not been able to
reproduce this error. I do won
sorry... I am totally lost... how am I supposed to do this with edit_headers???
I can write scripts, but could you please give me an example of what I
have to add to muttrc in the headers to call a script that will link
that temporary file (what's the syntax for it) with the script??
thanks and a
On Fri, Feb 18, 2011 at 02:58:49AM +0100, Pau wrote:
> Hi,
>
> thanks for the answer... unfortunately I have a precompiled binary. Do
> I really have to change the source for that? I guess so... the change
> is not trivial
you could define editor to call a wrapper script which would evaluate the
Hi, list,
As the title, I feel too tight for eye when the left side of the pager
is at the most left of the fringe of a xterm window, is it possible to
add a margin between the left side of xterm window and pager?
--
Regards,
Yue Wu
Key Laboratory of Modern Chinese Medicines
Department of Tradi