Rocco Rutte wrote:
>
> Why this? TDMA knows whitelists which means that you can
> create a whitelist address for a list and subscribe with it.
Indeed. Or, you can subscribe with a keyword address which only
the MLM will know; list mail will shoot straight to your inbox
with no whitelist to maint
manual-6.html reads:
verify-key c verify a PGP public key
But when I enter:
:bind pager 'V' verify-key
I get
verify-key: no such function in map
--
Drew
Drew Raines wrote:
>
> Drew Raines wrote:
> >
> > How can I disable the displaying of new (not subscribed) groups every
> > time I browse through my subscribed group list?
>
> Sigh. I missed show_new_news and show_only_unread in the manual.
I retract
To [EMAIL PROTECTED] wrote:
>
> How can I disable the displaying of new (not subscribed) groups every
> time I browse through my subscribed group list?
Sigh. I missed show_new_news and show_only_unread in the manual. Maybe
all the VVV additions should be moved to a special heading.
I also miss
I'm using the VVV-NNTP patch with mutt-1.3.28.
How can I disable the displaying of new (not subscribed) groups every time
I browse through my subscribed group list?
I have to wade through the annoying lot every time I hit Shift-A.
--
Drew
+ David T-G <[EMAIL PROTECTED]>:
>
> An approach that I recall as successful was to set up a send-hook that
> only triggered when there is no to: field and set the header in there,
> turning it off (or changing it) otherwise if to: can match anything.
I believe the suggestion was something to the
What's the equivalent of send-hook when using the NNTP patch? Is there a
followup-hook?
I'd like to add a header for only news postings.
--
Drew
[EMAIL PROTECTED]:
>
> I want mutt to move new messages from new to cur as soon as I've opened
> them in the pager. It seems that mutts default behavior is to move the
> messages when I close the mailbox.
Why do you need to do this? What problem are you trying to solve?
Dominik Mierzejewski <[EMAIL PROTECTED]>:
>
> What's in the last lines of configure.log?
$ tail -15 config.log
char **argv;
int main() {
return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
; return 0; }
configure:1231: checking how to run the C preprocessor
co
I have built the past 10 releases of Mutt with the exact compiler and
configure options I'm using today. Why does it fail now? I'm still using
gcc, an ANSI-compliant compiler.
$ head -1 VERSION
1.3.28
$ cat CONFIGURE
./configure \
--prefix=/opt/pkgs/mutt-1.3.28 \
Michael Elkins <[EMAIL PROTECTED]>:
>
> Use single quotes instead. That will defer the execution until when
> the hook is activated instead of when the muttrc is parsed.
Indeed it does. I usually do that, but didn't know why. I had changed
it when trying to determine the problem.
Thanks.
--
Mike Schiraldi <[EMAIL PROTECTED]>:
>
> > send-hook . "my_hdr Reply-To: '`/path/to/some-command`'"
I think it was a problem with my regex I was using for the send-hook.
All the combinations of output redirections started working.
> Yeah, that should work. I've been doing that for months and ha
Mike Schiraldi <[EMAIL PROTECTED]>:
>
> > send-hook . "my_hdr Reply-To: '`/path/to/some-command`'"
I think it was a problem with my regex I was using for the send-hook.
All the combinations of output redirections started working.
> Yeah, that should work. I've been doing that for months and ha
Knute <[EMAIL PROTECTED]>:
>
> > my_hdr Reply-To: `/path/to/some-command-output`
>
> It wasn't designed to execute commands, though it could trigger a
> command to be done, depending on that header. Depends on how it is set
> up.
Actually, the above does work. It fails within a send-hook (wh
Knute <[EMAIL PROTECTED]>:
>
> > my_hdr Reply-To: `/path/to/some-command-output`
>
> It wasn't designed to execute commands, though it could trigger a
> command to be done, depending on that header. Depends on how it is
> set up.
Actually, the above does work. It fails within a send-hook (wh
Inserting a command within a my_hdr doesn't seem to work; should it?
my_hdr Reply-To: `/path/to/some-command-output`
mutt complains with ``/path/to/some-command-output: unknown command.''
--
Drew
* Sean LeBlanc <[EMAIL PROTECTED]>:
>
> As for injecting SMTP into my machines MTA, I dunno. Without procmail,
> the data ended up in /var/mail/sean, and not hosed. I don't know if
> it went via sendmail or some other MTA (I never set up sendmail, either,
> btw).
I doubt it was sendmail. That ex
* Ralf Hildebrandt <[EMAIL PROTECTED]>:
>
> Dunno. Works for me (the original poster)
Ah... I hadn't compiled with SSL when I upgraded to 1.3.23.
It works now.
--
Drew
* "Justin R. Miller" <[EMAIL PROTECTED]>:
>
> You need to both set a certificates files in your .muttrc (I think the
> variable is called "certificates") and you need to touch that file so
> that it exists.
Actually, it's "certificate_file". Regardless, I tried both, and got:
Error in /home/rai
* Not Even My Name <[EMAIL PROTECTED]>:
>
> my_hdr From: Not Even My Name <[EMAIL PROTECTED]>
But why can't I use the other style? Elkins uses it in the 1.2.5
documentation every time he mentions an alias or my_hdr.
Technically I should be able to put whatever I want, no? It shouldn't even
hav
* darren chamberlain <[EMAIL PROTECTED]>:
>
> I think you have to do:
>
> my_hdr From [EMAIL PROTECTED] (Not Even My Name)
>
> not From:.
Tells me it's an invalid header field if I do that.
--
Drew
I fear this is something obvious, but I've tried everything I can think
of in both 1.2.5 and 1.3.22.1.
I can't get my_hdr From: to display anything other than
Drew Raines <[EMAIL PROTECTED]>
Everything else works:
my_hdr Organization:
my_hdr X-Some-Other-Header:
..j
* Danny O'Brien <[EMAIL PROTECTED]>:
>
> You don't get kicked out - mutt forks a new shell. Type 'exit' or ctrl-D
> to return to your previous mutt enjoyment.
Ah. That would explain why one day when I was confirming this behavior,
there were many, many mutt processes running :)
Thanks.
--
Dre
I press ! to execute a shell command, and if I press enter at the prompt
instead of a command, it kicks me out of mutt without saving.
If this is the desirable behavior, will someone explain why?
--
Drew
* Olaf Schulz <[EMAIL PROTECTED]>:
>
> could you check your .muttrc (and alll files sourced form there)
> and your /etc/Muttrc for any ocurrences of '|' ?
There's no occurrences that would related to the key-bindings. I have a
couple in some regexps.
> did you try to type ':bind pager '|' pipe-
For some reason, my pipe-message binding doesn't work. I checked the
manual, and it's supposed to be mapped to '|' by default. If I do a '?'
from the index, it is indeed listed as an unbound function.
I tried manually setting it in my .muttrc with
bind index '|' pipe-message
b
* Charles Cazabon <[EMAIL PROTECTED]>:
>
> Or getmail at the link in my .sig.
>
> Charles
I'll second that motion.
getmail is much more straightforward to set up, with a cleaner
configuration file. It doesn't have ridiculous default options like SMTP
injection instead of MDA delivery, a la fet
* Drew Raines <[EMAIL PROTECTED]>:
>
> set alternates="[EMAIL PROTECTED]|[EMAIL PROTECTED]
>
> My alternates setting works fine that way.
In addition, I have my '@' symbols escaped.
set alternates="phineas\@only-linux.com|skwerl\@telocity
--
Drew
* Kyle Knack <[EMAIL PROTECTED]>:
>
> Apparently that doesn't work well (even with the '.' escaped), nor does:
> set alternates =
> "(phineas@only-linux|skwerl@telocity|skwerl@eathlink|skerl-0@home)" with
> or without quotes.
Try removing the parentheses:
set alternates="[EMAIL PROTECTED]|[EM
* Andre Wyrwa <[EMAIL PROTECTED]>:
>
> Just a guess, but how about this one:
>
> folder-hook outbox.*$ 'set index_format="%4C %Z %{%b/%d} %-20.20F (%4c) %s"'
I am a moron. Yep, that works. I've seen a hundred people do that before
on this list, too.
Thanks, Andre.
--
Drew (banging head)
Forgive me if this has been asked before, but what's wrong with this line
in my muttrc:
folder-hook outbox.*$ set index_format="%4C %Z %{%b/%d} %-20.20F (%4c) %s"
It tells me that %Z is an unknown variable, and proceeds to only shows
message numbers in the index once I change to an outbox* fo
* Paul Cox <[EMAIL PROTECTED]>:
>
> Sure... don't bother with line counts. Just change your index_format to
> show the size of the message instead.
Interesting. Although I like the linecount better, I think. It gives me a
better picture of the length of a message at first glance. Perhaps that
Okay, so I want to use maildirs. I can use the procmail hack to add the
Lines header for incoming messages. What about outgoing messages? Can I
pipe to safecat or a wrapper from a send-hook command? The manual didn't
really suggest this, so I figured it's not recommended.
Anybody have anothe
* Drew Raines <[EMAIL PROTECTED]>:
>
> * Ailbhe Leamy <[EMAIL PROTECTED]>:
>
> > My only real problem with this is that I want it to display only those
> > mailboxes which actually contain new mail.
>
> You're allowed to press it more than once.
My
* Ailbhe Leamy <[EMAIL PROTECTED]>:
>
> > Utilize the magical key.
>
> My only real problem with this is that I want it to display only those
> mailboxes which actually contain new mail.
You're allowed to press it more than once.
--
Drew
* "Carl B . Constantine" <[EMAIL PROTECTED]>:
>
> How can I tell mutt to mark email as read.
This unsets the "new" flag. You could also tag multiple messages and
<;>
--
Drew
* Benjamin Reed <[EMAIL PROTECTED]>:
>
> Just a suggestion, you may want to make it so that the
> capitalization is always uppercase in the manual, since
> in some places it's TAB and some it's tab. I saw it
> referenced as "tab", so that's what I grepped for.
grep -i "[ <]tab[ >]"
--
Drew
* Biju Chacko <[EMAIL PROTECTED]>:
>
> I would like to limit the list of mailboxes in the folder browser to those that
> have new mail. Is this possible? If so, how?
Utilize the magical key.
--
Drew
* "Richard G. Ball" <[EMAIL PROTECTED]>:
>
> I have a number of headers that I'd like to have mutt (V1.2.5i) show (without
> having to see *all* of the headers) but I can't find any way to tell mutt to
> do this. Is this not available?
It is available. Look in the manual for ignore and unignore
Is there anyway to restart mutt or have it reread the muttrc within the
program?
--
Drew
40 matches
Mail list logo