Re: network-error

2008-06-27 Thread Cristóbal Palmer
On Fri, Jun 27, 2008 at 09:25:03AM -0700, Ravi Uday wrote: > Where do you find the logs !? It depends on your Operating System. If on a Unix-like system, check your /etc/syslog.conf file for lines starting with "mail." and go look at the file(s) in the rightmost column. It will likely be somethin

Re: searching or wrapping input fields

2008-06-27 Thread Patrick Shanahan
* Anton Shterenlikht <[EMAIL PROTECTED]> [06-27-08 11:59]: > > I use vi, and words do wrap in the editor, though > not in the input fields. > > When I the To/Cc/Bcc long list, > it is cut at the terminal edge, not wrapped. > > The "wrapcolumn" is not recognised by my mutt: yes, I didn't notic

Re: Cleanup Mailing lists.

2008-06-27 Thread Wael Nasreddine
This One Time, at Band Camp, Kyle Wheeler <[EMAIL PROTECTED]> said, On Fri, Jun 27, 2008 at 08:59:42AM -0500: > On Friday, June 27 at 11:25 AM, quoth Wael Nasreddine: > >> for F in ~/.mail/.List.* ; do > >> mutt -f "$F" -e 'push "!~(~P)"' > >> done > > That worked very nice, but

Re: smtp_pass: why is it unneeded?

2008-06-27 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday, June 25 at 07:42 PM, quoth Michelle Konzack: > Am 2008-06-24 10:31:12, schrieb Kyle Wheeler: >> Unlikely. More likely, your server has implemented IMAP-before-SMTP, >> which means anyone from your IP address can send email via SMTP >> w

Re: smtp_pass: why is it unneeded?

2008-06-27 Thread Michelle Konzack
Am 2008-06-24 10:31:12, schrieb Kyle Wheeler: > Unlikely. More likely, your server has implemented IMAP-before-SMTP, > which means anyone from your IP address can send email via SMTP > without a username or password. It's not that it's figuring out what > your username and password are, it's tha

Re: network-error

2008-06-27 Thread Ravi Uday
Where do you find the logs !? Ravi On Wed, Jun 25, 2008 at 4:52 PM, Sahil Tandon <[EMAIL PROTECTED]> wrote: > Ravi Uday <[EMAIL PROTECTED]> wrote: > >> I face this problem quite often. In vi I compose a lengthy reply and >> then save it and hit'y' and pop >> comes this Network-Error unable to sen

Re: searching or wrapping input fields

2008-06-27 Thread Anton Shterenlikht
On Fri, Jun 27, 2008 at 04:57:20PM +0100, Anton Shterenlikht wrote: > On Fri, Jun 27, 2008 at 11:14:46AM -0400, Patrick Shanahan wrote: > > * Anton Shterenlikht <[EMAIL PROTECTED]> [06-27-08 10:39]: > > > On Fri, Jun 27, 2008 at 10:22:41AM -0400, Patrick Shanahan wrote: > > > > > > > > if your ter

Re: searching or wrapping input fields

2008-06-27 Thread Anton Shterenlikht
On Fri, Jun 27, 2008 at 11:14:46AM -0400, Patrick Shanahan wrote: > * Anton Shterenlikht <[EMAIL PROTECTED]> [06-27-08 10:39]: > > On Fri, Jun 27, 2008 at 10:22:41AM -0400, Patrick Shanahan wrote: > > > > > > if your terminal program is utilizing emacs keystrokes, or > > > will go forward one wo

Re: searching or wrapping input fields

2008-06-27 Thread Patrick Shanahan
* Anton Shterenlikht <[EMAIL PROTECTED]> [06-27-08 10:39]: > On Fri, Jun 27, 2008 at 10:22:41AM -0400, Patrick Shanahan wrote: > > > > if your terminal program is utilizing emacs keystrokes, or > > will go forward one word (white space delimited) and > > or will go backward one word. Maybe th

Re: searching or wrapping input fields

2008-06-27 Thread Anton Shterenlikht
On Fri, Jun 27, 2008 at 10:22:41AM -0400, Patrick Shanahan wrote: > * Anton Shterenlikht <[EMAIL PROTECTED]> [06-27-08 09:08]: > > Is it possible to wrap the TO: line when there are many addresses > > on the line? > > > > I understand there are some line editing options (sec. 2.2 of the > > user m

Re: your mail

2008-06-27 Thread Patrick Shanahan
* Anton Shterenlikht <[EMAIL PROTECTED]> [06-27-08 09:08]: > Is it possible to wrap the TO: line when there are many addresses > on the line? > > I understand there are some line editing options (sec. 2.2 of the > user manual), but no search, it seems. > > My problem is that sometimes I'm sending

Re: Cleanup Mailing lists.

2008-06-27 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday, June 27 at 11:25 AM, quoth Wael Nasreddine: >> for F in ~/.mail/.List.* ; do >> mutt -f "$F" -e 'push "!~(~P)"' >> done > That worked very nice, but how do I sync the folder and quit mutt > after each mailbox ? Sorry am no

[no subject]

2008-06-27 Thread Anton Shterenlikht
Is it possible to wrap the TO: line when there are many addresses on the line? I understand there are some line editing options (sec. 2.2 of the user manual), but no search, it seems. My problem is that sometimes I'm sending mail to, say 10 people and by the time I entered the last email, I forgo

unsubscribe

2008-06-27 Thread Raphael Brunner
unsubscribe

Re: Cleanup Mailing lists.

2008-06-27 Thread Wael Nasreddine
This One Time, at Band Camp, Kyle Wheeler <[EMAIL PROTECTED]> said, On Tue, Jun 24, 2008 at 08:15:40AM -0500: > What about something like a shell script: > for F in ~/.mail/.List.* ; do > mutt -f "$F" -e 'push "!~(~P)"' > done That worked very nice, but how do I sync the folder