Re: Mutt stopped sending emails

2007-10-01 Thread Breen Mullins

* Jerome Fong <[EMAIL PROTECTED]> [2007-10-01 14:24 -0700]:


Sorry, kind of new with Mutt, I got is working and didn't really explore
much further.  What is MTA?  When I run mutt -version, this is the
output I get:

MTA = Mail Transfer Agent. It's the program that actually moves 
mail between one computer and another.

My /c/cygwin/var/log directory doesn't have a mail.log file.   My
.muttrc file is as follows:

[...]>

set sendmail = "/usr/sbin/ssmtp.exe"


The 'set sendmail' config option tells mutt which MTA to use 
to send mail. It's trying to talk to a program called ssmtp.exe . 
Is that program there? Is it exactly where .muttrc says it is?


Look at ssmtp's config file and see if it's logging somewhere.

Breen
--
Breen Mullins
Menlo Park, California


Re: how to cut attachments from mails...

2007-10-01 Thread David Champion
> how can I remove all attachments from a mail? The idea is, if someone

Delete them from the attachments menu.  Normally this means pressing 'v'
while viewing the message in index or pager, scrolling to the attachment
you don't want, and pressing 'd'.

When the folder is synced, the attachments will be gone.

-- 
 -D.[EMAIL PROTECTED]NSITUniversity of Chicago
 "Polka music needs to prevail."   John Ziobrowski, Polka America Corporation


how to cut attachments from mails...

2007-10-01 Thread Raphael Brunner
Hi users

how can I remove all attachments from a mail? The idea is, if someone
send me a big mail with pictures, I save the images with 'save' and
after, I want to archive the mail-text, whithout the (big) attachments.
The simplest way is a macro in mutt to remove all attachments on the
selected mail.

Does anyone have a good and simple idea to do this?

Thanks for any replies.
raphi


Re: Mutt stopped sending emails

2007-10-01 Thread Jerome Fong
Sorry, kind of new with Mutt, I got is working and didn't really explore
much further.  What is MTA?  When I run mutt -version, this is the
output I get:

Mutt 1.4.2.2i (2006-07-14)
Copyright (C) 1996-2002 Michael R. Elkins and others.
Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.
Mutt is free software, and you are welcome to redistribute it
under certain conditions; type `mutt -vv' for details.

System: CYGWIN_NT-5.1 1.5.24(0.156/4/2) (i686) [using ncurses 5.5]
Compile options:
-DOMAIN
-DEBUG
-HOMESPOOL  -USE_SETGID  -USE_DOTLOCK  -DL_STANDALONE
+USE_FCNTL  -USE_FLOCK
+USE_POP  +USE_IMAP  -USE_GSS  +USE_SSL  -USE_SASL
+HAVE_REGCOMP  +USE_GNU_REGEX
+HAVE_COLOR  +HAVE_START_COLOR  +HAVE_TYPEAHEAD  +HAVE_BKGDSET
+HAVE_CURS_SET  +HAVE_META  +HAVE_RESIZETERM
+HAVE_PGP  +BUFFY_SIZE -EXACT_ADDRESS  -SUN_ATTACHMENT
+ENABLE_NLS  +LOCALES_HACK  -HAVE_WC_FUNCS  +HAVE_LANGINFO_CODESET
+HAVE_LANGINFO_YESEXPR
+HAVE_ICONV  -ICONV_NONTRANS  +HAVE_GETSID  -HAVE_GETADDRINFO
ISPELL="/usr/bin/ispell"
SENDMAIL="/usr/sbin/sendmail"
MAILPATH="/var/spool/mail"
PKGDATADIR="/usr/share/mutt"
SYSCONFDIR="/etc"
EXECSHELL="/bin/sh"
-MIXMASTER
To contact the developers, please mail to <[EMAIL PROTECTED]>.
To report a bug, please use the flea(1) utility.


My /c/cygwin/var/log directory doesn't have a mail.log file.   My
.muttrc file is as follows:

$ more .muttrc
set realname = "Jerome Fong"
set from = "[EMAIL PROTECTED]"
# set alternates = 'user@(first|second)\.org'

set spoolfile = "~/Mail/inbox"
set folder = "~/Mail"
set mbox = "+received"
set record = "+sent"

# set pop_host = "pop.mail.yahoo.com"
# set pop_user = "ulferikson"
# set pop_pass = ""

set sendmail = "/usr/sbin/ssmtp.exe"
set editor  = vim \\+set textwidth=70\\

Hopefully, this is helpful.

Thanks,

Jerome 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Monday, October 01, 2007 1:43 PM
To: Jerome Fong
Subject: Re: Mutt stopped sending emails

On Mon, Oct 01, 2007 at 01:30:34PM -0700, Jerome Fong wrote:
> Hi there,
> 
> Mutt has been working fine on my machine for a couple of months now.
> However, all of a sudden, it stopped sending my messages out or
sending
> the messages out after an 8+ hour delay.   Any idea what could be
> causing this or where I should start looking to resolve the problem?
> 
> Thanks, 
> 
> Jerome Fong 
What version of mutt are you using? Are you using a MTA like sendmail or

postfix to relay the mails or are you using the one that's built-in to 
mutt in the most recent versions? What's the relevant mta configuration 
in your .muttrc? If you're using a MTA, what does /var/log/mail.log say?

We need more information to start looking?
Jiang


Re: Mutt stopped sending emails

2007-10-01 Thread Michael Tatge
* On Mon, Oct 01, 2007 Jerome Fong ([EMAIL PROTECTED]) muttered:
> However, all of a sudden, it stopped sending my messages out or sending
> the messages out after an 8+ hour delay.

Mutt doesn't send messages (unless you use the new smtp feature) check
your $sendmail log.

HTH,

Michael
-- 
It's computer hardware, of course it's worth having 
-- Espy on #Debian

PGP-Key-ID: 0xDC1A44DD
Jabber: [EMAIL PROTECTED]


Re: Mutt stopped sending emails

2007-10-01 Thread Joseph
You have to tell us a bit more about your setup in order for anybody to try to 
troubleshoot it.
What is your setup, did you look into your mail.log?

By default mutt doesn't send any messages out, mutt is just a composer it 
communicates with MTA like postfix, 
sendmail etc. to deliver the message.

--
#Joseph

On 10/01/07 13:30, Jerome Fong wrote:
> Hi there,
> 
> Mutt has been working fine on my machine for a couple of months now.
> However, all of a sudden, it stopped sending my messages out or sending
> the messages out after an 8+ hour delay.   Any idea what could be
> causing this or where I should start looking to resolve the problem?
> 
> Thanks, 
> 
> Jerome Fong 


Mutt stopped sending emails

2007-10-01 Thread Jerome Fong
Hi there,

Mutt has been working fine on my machine for a couple of months now.
However, all of a sudden, it stopped sending my messages out or sending
the messages out after an 8+ hour delay.   Any idea what could be
causing this or where I should start looking to resolve the problem?

Thanks, 

Jerome Fong 


Re: viewing two multiple mails

2007-10-01 Thread Patrick Shanahan
* Jiang Qian <[EMAIL PROTECTED]> [10-01-07 15:14]:
>   Mutt and console application are great, but there's one feature
> in the gui mail clients that I miss: I can open one message in a new
> window, then open another(possibly in another mailbox) to view them
> simultaneously.  I know this is probably hard to achieve in a console
> application, but what I want to do at least is this:
>   When I view an mail 1 in mailbox/directory 1, then I temporary
> suspend this viewing and go to an mail 2 in mailbox 2(or another message
> in the same mailbox). After consulting with the message 2 and quit,
> I want to return to the same position in the first mail. Currently what 
> I do is I close mail 1 and change directory(c) to mailbox 2, but when I 
> return to 1, I'm again at the newest message and I have to search again 
> to go to message 1.
>   Alternatively, I can fire up another instance of mutt in another 
> xterm and view the mail. But often I get locking issues from my imap 
> server, so that I get kicked out of inbox in instance 1 after using 
> instance 2.  I don't have this issue when viewing locally stored 
> mailbox.

Copy the off-site email to a local directory for display in another
mutt instance and continue to access your imap view.

-- 
Patrick Shanahan Plainfield, Indiana, USAHOG # US1244711
http://wahoo.no-ip.org Photo Album:  http://wahoo.no-ip.org/gallery2
Registered Linux User #207535@ http://counter.li.org


viewing two multiple mails

2007-10-01 Thread Jiang Qian
Hi Mutt users:
Mutt and console application are great, but there's one feature
in the gui mail clients that I miss: I can open one message in a new
window, then open another(possibly in another mailbox) to view them
simultaneously.  I know this is probably hard to achieve in a console
application, but what I want to do at least is this:
When I view an mail 1 in mailbox/directory 1, then I temporary
suspend this viewing and go to an mail 2 in mailbox 2(or another message
in the same mailbox). After consulting with the message 2 and quit,
I want to return to the same position in the first mail. Currently what 
I do is I close mail 1 and change directory(c) to mailbox 2, but when I 
return to 1, I'm again at the newest message and I have to search again 
to go to message 1.
Alternatively, I can fire up another instance of mutt in another 
xterm and view the mail. But often I get locking issues from my imap 
server, so that I get kicked out of inbox in instance 1 after using 
instance 2.  I don't have this issue when viewing locally stored 
mailbox.
Any ideas would be appreciated. Thanks.
Jiang


Re: profile display - visual status

2007-10-01 Thread Michael Tatge
* On Mon, Oct 01, 2007 Joseph ([EMAIL PROTECTED]) muttered:
> I have created two different profiles and assigned them to a macro.
> macro   index   ":source ~/.mutt/profile.personal\n^fm"
> macro   index   ":source ~/.mutt/profile.business\n^fm"
> 
> Is there a way or any trick to see on a screen possibly in a header
> message top/bottom which profile is active?

Just write it in status_format.

HTH,

Michael
-- 
BOFH excuse #376:

Budget cuts forced us to sell all the power cords for the servers.

PGP-Key-ID: 0xDC1A44DD
Jabber: [EMAIL PROTECTED]


profile display - visual status

2007-10-01 Thread Joseph
I have created two different profiles and assigned them to a macro.
macro   index   ":source ~/.mutt/profile.personal\n^fm"
macro   index   ":source ~/.mutt/profile.business\n^fm"

Is there a way or any trick to see on a screen possibly in a header message 
top/bottom which profile is active?

-- 
#Joseph


Re: Two problems - sorting index +

2007-10-01 Thread Joseph
Thank you Kyle the excellent explanation. This is a Gentoo forum type of 
answer/explanation; friendly and in 
details.
This kind of spirit encourage others to use the software.
This one will go into my help file collection.

I have replaced "%-15.15a" with "%-15.15n"
%n author's real name (or address if missing)
This one displays my name along with others.

Regards,
--
#Joseph


On 10/01/07 09:17, Kyle Wheeler wrote:
> >> index_format
> >
> >So I have to dissect that crypto :-)
> 
> Sorry; the answer to your question is that it's controlled by index 
> display, specifically, the variable $index_format. The default 
> $index_format is:
> 
>  %4C %Z %{%b %d} %-15.15L (%?l?%4l&%4c?) %s
>^  ^^  ^ ^^^- Subject
>|  ||  | |`- size of message, in lines or bytes
>|  ||  | `- THIS IS THE ONE TO CHANGE
>|  |`--+- The date and time of the message
>|  `- message status flags
>`- current message number
> 
> The one you want to change (%-15.15L, or more simply, %L) means, 
> according to the documentation:
> 
>  If an address in the To or CC header field matches an address 
>  defined by the users "subscribe" command, this displays "To 
>  ", otherwise the same as %F
> 
> %F means:
> 
>  author name, or recipient name if the message is from you
> 
> What it doesn't mention is that if it shows the recipient name, it 
> shows it in the form "To ".
> 
> In other words, you haven't specified in your muttrc that 
> mutt-users@mutt.org is a list you're subscribed to, and so it's 
> falling back on %F for all of those messages. If you want it to ALWAYS 
> show the author of the message, replace "%-15.15L" with "%-15.15a" in 
> your $index_format, which is the address of the author of the message. 
> 
> ~Kyle
> -- 
> If you are going through hell, keep going.
>-- Winston Churchill

-- 
#Joseph


Re: Two problems - sorting index +

2007-10-01 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Sunday, September 30 at 10:34 PM, quoth Joseph:
>On 09/30/07 23:06, Kyle Wheeler wrote:
>> On Sunday, September 30 at 09:32 PM, quoth Joseph:
>> >I would like to solve two problems.
>> >
>> >1.) I have noticed on your mailing list when I hit the index I see:
>> >-
>> >  2   F 09/22/07 23:06 To [EMAIL PROTECTED] (4.2K) 
>> >  3  s  09/23/07 01:13 Kyle Wheeler(2.2K) 
>> >  4 09/23/07 02:40 Stefano Sabatin (3.0K)
>> >-
>> >
>> >The mail #2 is from me: "To [EMAIL PROTECTED]" and all other emails I see 
>> >have the names in them, which variable it is 
>> >controlled by, is it by header or index display?
>> 
>> index_format
>
>So I have to dissect that crypto :-)

Sorry; the answer to your question is that it's controlled by index 
display, specifically, the variable $index_format. The default 
$index_format is:

 %4C %Z %{%b %d} %-15.15L (%?l?%4l&%4c?) %s
   ^  ^^  ^ ^^^- Subject
   |  ||  | |`- size of message, in lines or bytes
   |  ||  | `- THIS IS THE ONE TO CHANGE
   |  |`--+- The date and time of the message
   |  `- message status flags
   `- current message number

The one you want to change (%-15.15L, or more simply, %L) means, 
according to the documentation:

 If an address in the To or CC header field matches an address 
 defined by the users "subscribe" command, this displays "To 
 ", otherwise the same as %F

%F means:

 author name, or recipient name if the message is from you

What it doesn't mention is that if it shows the recipient name, it 
shows it in the form "To ".

In other words, you haven't specified in your muttrc that 
mutt-users@mutt.org is a list you're subscribed to, and so it's 
falling back on %F for all of those messages. If you want it to ALWAYS 
show the author of the message, replace "%-15.15L" with "%-15.15a" in 
your $index_format, which is the address of the author of the message. 

~Kyle
- -- 
If you are going through hell, keep going.
   -- Winston Churchill
-BEGIN PGP SIGNATURE-
Comment: Thank you for using encryption!

iD8DBQFHAQGUBkIOoMqOI14RAsSkAJ0biOvwg2td+P0C+1oYnmLLhCsEPACgpi3L
IeywcP6K2cFJXRf6EAVdVdo=
=earD
-END PGP SIGNATURE-


Mutt and and IMAP Folders (Namespaces / Prefixes)

2007-10-01 Thread Patrick Schoenfeld
Hi,

I intend to use mutt in the feature for reading/writing emails. However,
besides some defaults that seem strange to me, it is good. But I am
experiencing problems with IMAP.

Scenario:
Our companies imap server is a dovecot imap server, migrated from an earlier
courier imap. So this one has an INBOX. prefix before each folder. Thats
annoying, but it is.

So now the question is: How to setup mutt, so that working with this is
posssible efficient?

Configuration in .muttrc:
set imap_user = X
set imap_pass = X
set folder = imap://[EMAIL PROTECTED]/INBOX.
set spoolfile = imap://[EMAIL PROTECTED]/INBOX
set record = imap://[EMAIL PROTECTED]/INBOX.Sent
set postponed = imap://[EMAIL PROTECTED]/INBOX.Drafts

This configuration works so far, that I can change to folders via 'c'.
If i remove the point at the end of set folder I cannot see any folder except
INBOX. Not working are the shorthand to call e.g.
INBOX.Mailinglisten.mutt-users by =Mailinglisten.mutt-users.
I could really need this to work with my folder structure. So can somebody give 
me a
hint on how to fix this? Is this fixable at all?
If possible I would like to avoid the use of an imap syncer.

Regards,
Patrick


signature.asc
Description: Digital signature