On Wed, Oct 06, 1999 at 10:17:42AM +0530, Abhay Ghaisas said:
>
> Is there any way I can directly add a key that has been sent by
> somebody to me by email into the key-ring directly from mutt?
You must have the following settings:
set pgp_gpg=/usr/bin/gpg#where your GnuPG binar
Hi,
I'm having a little bit of trouble here... I need to set the
like to use "use_from", too.
Basically what I need to do is:
* Use [EMAIL PROTECTED] with several addresses
(mailing lists, friends, ...)
* Use my university's address otherwise
* When replying, use whatever address wa
On 1999-10-06 14:27:56 +1000, Brett White wrote:
> alias dad Allan White <[EMAIL PROTECTED]>
> alias mum Margaret White <[EMAIL PROTECTED]>
> If I now want to make an alias called family that mails both
> mum and dad how do I do this? I have tried...
> alias family Family , mum
> that is, it d
On Wed, Oct 06, 1999 at 02:27:56PM +1000, Brett White wrote:
> alias family Family , mum
Why not try:
alias family mum dad
--
Ralf Hildebrandt <[EMAIL PROTECTED]> www.stahl.bau.tu-bs.de/~hildeb
"Those who do not understand UNIX are condemned to reinvent it -- badly."
Raju K V ([EMAIL PROTECTED]) wrote :
> hi,
>
> I am having some problem with attachments.
>
> 1. When I forward a mail to somebody, the attachments in the forwarded
> mail are not sent. How do I enable forwarding of attachments?
:set mime_forward
--
Keso
Marcelo Magallon <[EMAIL PROTECTED]> wrote:
>
> * Use [EMAIL PROTECTED] with several addresses
> (mailing lists, friends, ...)
>
> * Use my university's address otherwise
Sounds like what everyone wants to do these days...
> * When replying, use whatever address was used to send me
> mail..
All of this talk about setting From: headers in send-hooks got me
thinking about something...
Which of these is the better way to set the address placed in the From:
header:
set from="Fuzzy Fox <[EMAIL PROTECTED]>"
or
my_hdr From: Fuzzy Fox <[EMAIL PROTECTED]>
>From what I've heard,
On 1999-10-06 11:57:42 -0500, David DeSimone wrote:
> But, the "from" variable is documented as:
> When set, this variable contains a default from address. It
> can be overridden using my_hdr (including from send-hooks) and
> ... and what??
... and reverse_name. I've fixed this in th
Sasha,
What is your sendmail variable set to? The default works for me and
I am using qmail's sendmail wrapper/clone.
Jeff
Quoting Jeff Taylor <[EMAIL PROTECTED]>:
> Hello,
>
> I have read the online help manual all the way through, and can not figure
> this problem out. Just wondering if
Sasha Borodin [[EMAIL PROTECTED]] wrote:
> I have read the online help manual all the way through, and can not figure
> this problem out. Just wondering if you can shed some light on this error
> message:
>
> Every time I try to send something, I get: "Error sending message child
> exited 127 (
On Wed, 06 Oct 1999, Abhay Ghaisas wrote:
> Also, is there any way I can get keys from key-servers from
> behind a fire-wall?
GPG doesn't support getting keys via a http proxy, but I wrote a patch
for it; it is attached.
Apply the patch tp gpg-1.0.0 and set http_proxy, eg.
export http
i'm need a macro to do the following:
macro index \cE "TMail Delivery\n;d\$y"
in other words, delete all the email with 'Mail Delivery'
this works, except if there are no matching messages, the ';' will fail and
the 'd' will apply to the current message which then gets deleted.
does anyone know
Dennis Moore <[EMAIL PROTECTED]> wrote on Wed, 06 Oct 1999:
> i'm need a macro to do the following:
> macro index \cE "TMail Delivery\n;d\$y"
>
> in other words, delete all the email with 'Mail Delivery'
> does anyone know of a better way to do this in mutt?
Is there some specific reason you w
On Thu, Oct 07, 1999 at 12:31:11AM +0300, Mikko Hänninen wrote:
> Is there some specific reason you want to have the messages tagged?
> If not, I recommend you go for D instead of T, which is "delete
> messages matching pattern..." And if there are no such messages,
> nothing happens.
>
> So the
On Tue, Oct 05, 1999 at 09:54:55PM +0200, Thomas Roessler wrote:
> The behaviour you observe means most probably that we have some rare
> problem when reading user headers from the edited file. Since you
> seem to be able to reproduce this problem, could you please give us
> a mail message which
David DeSimone:
> On Mon Oct 04 1999, Rejo Zenger wrote:
> >
> > Now Mutt gives me "Sorting mailbox...Segmentation fault" error.
>
> Mutt had/has a known problem where it will dump core if it encounters a
> message which has no Message-ID header. Is there such a message in your
> mailbox?
Tha
Ok... I'm probably just missing something simple, here... but how do you
forward a message to someone and include FULL headers (such as you would
do for forwarding spam messages to a service provider)?
Russell
--
Russell M. Van Tassell
[EMAIL PROTECTED]
Russell Van Tassell [[EMAIL PROTECTED]] wrote:
>
> Ok... I'm probably just missing something simple, here... but how do you
> forward a message to someone and include FULL headers (such as you would
> do for forwarding spam messages to a service provider)?
unset forward_weed
--
Jeremy Blosser
Is there a way to configure mutt (or a quick set of key commands)
to allow you to forward not only the mail message but also the
attatchments with it. When I try and do this just by pressing
'f' it only sends on the mail message leaving me to have to send
the attatchments separately. I have chec
Quoth Andreas Kahari:
> In <[EMAIL PROTECTED]> Mikko Hänninen writes:
> > But you probably didn't have a directory called doc under ./subdir, did
> > you? In that case I think that configure falls back into the default,
> > /usr/local/doc, regardless of whether that exists or not.
I didn't, but
You will need this variable:
### forward_weed
### Type: boolean
### Default: set
### When set, message headers will be weeded when forwarding a decoded version of
### the message.
unset forward_weed
Russell Van Tassell [[EMAIL PROTECTED]] wrote:
>
> Ok... I'm probably just missing something s
Raju K V [[EMAIL PROTECTED]] wrote:
> hi,
>
> I am having some problem with attachments.
>
> 1. When I forward a mail to somebody, the attachments in the forwarded
> mail are not sent. How do I enable forwarding of attachments?
I think you need to set these to variables:
### mime_forward
### T
ok, let's try this as I learned from someone else on this list:
macro index f ":set mime_forward=no\n" # forward without attachments
macro index F ":set mime_forward=yes\n:set mime_forward_decode=no\n"
# forward with attachments
macro pager f ":set mime_forward=no\n" # forward without attachment
Quoth David DeSimone:
> Don Blaheta <[EMAIL PROTECTED]> wrote:
> >
> > Ok, I've been having similar problems (I maintain the local copy of
> > mutt, but don't have root; I need to use a special program "cscp" to
> > copy files into the public hierarchy), so I configured with
> > "--prefix=./subdir
Raju K V [[EMAIL PROTECTED]] wrote:
> Suppose my machine does not have smtp capabilities? ie it does not have
> sendmail or any other MTA, can I use another machine as smtp host? I am
> looking for something equivalent to pine's smtp-server option.
When you have pine doing this, your machine /doe
hi,
Suppose my machine does not have smtp capabilities? ie it does not have
sendmail or any other MTA, can I use another machine as smtp host? I am
looking for something equivalent to pine's smtp-server option.
Thanks in advance,
Raju
I'm sorry, but I don't think implementing this would be a bad idea. I
have to agree that Pine's capabilities to make use of a remote MTA
let new users (newbies...) choose this MUA and not Mutt, which is very
complex, don't have a way to configure all the stuff using menus, etc.
Now you need to cho
I think this is a kind of trade off. I personally support the mutt
developers' decision on what to implement.
There are also a lot of people who want to how to use mutt to rotate the
send-mail folder monthly just like pine. And I guess the standard answer
will be using a shell script and run it i
Frederic L . W . Meunier [[EMAIL PROTECTED]] wrote:
> On Wed, Oct 06, 1999 at 11:51:55PM -0500, Jeremy Blosser wrote:
> > Raju K V [[EMAIL PROTECTED]] wrote:
> > > Suppose my machine does not have smtp capabilities? ie it does not have
> > > sendmail or any other MTA, can I use another machine as
On Wed, Oct 06, 1999 at 11:51:55PM -0500, Jeremy Blosser wrote:
> Raju K V [[EMAIL PROTECTED]] wrote:
> > Suppose my machine does not have smtp capabilities? ie it does not have
> > sendmail or any other MTA, can I use another machine as smtp host? I am
> > looking for something equivalent to pine
Heh, I love Mutt, and will stay with it. Pine is user friendly but
bloated, not developed so much (hmm, no CVS, snapshots, beta versions,
latest release from january...), no COLORS (argh) etc. I'm using Exim
as the MTA, so I'm really not concerned, but some people seem to have
problems to get it w
Tim Pierce [[EMAIL PROTECTED]] wrote:
> It doesn't seem to me that a simple SMTP delivery-only client should
> have to involve a great deal of code, and it could certainly be made a
> compile-time option.
>
> I see at least two significant advantages to having SMTP delivery
> support built direct
I have the following problem with mutt. It
doesn't show cyrillic chars, although my terminal, which in mutt is running
shows them very nice. Mutt change all of them to '?'. What do i need to set ?
Charset is koi-8r.
Hi all,
is there a way to look for what I replied when I read older mails? Of
course it is possible to switch to sent-mail and look for the right
mail, but this is not really comfortable. I wonder if there is a
function/key which opens the sent-mail-folder and shows what I replied.
If this is no
On 1999-10-07 03:46:59 -0200, Frederic L . W . Meunier wrote:
> I'm sorry, but I don't think implementing this would be a bad idea.
We don't believe it's necessary.
The Debian GNU/Linux folks have a nice program called ssmtp, which
gives you a simple SMTP client which imitates sendmail's comman
On 1999-10-07 00:04:25 +0200, [EMAIL PROTECTED] wrote:
> Ok, I tried today with several combinations. Removing .muttrc (with
> my my_hdr settings) did not change a thing, just like removing
> _any_ header. However, inserting the Message-Id: field _did_ cure
> the problem: I could reply again! So,
36 matches
Mail list logo