Re: push '' -> Question ...

2008-01-30 Thread Michael Kjorling
On 30 Jan 2008 11:41 +0900, by [EMAIL PROTECTED] (Wilkinson, Alex): >folder-hook . \ >set sort=reverse-threads ;\ This semicolon^ terminates the folder-hook command, which is probably not what you intended. >set sort_aux=last-date-received ;\ >

Re: automatically check for new mail

2008-01-30 Thread Steve S
On Tue, Jan 29, 2008 at 10:28:19PM +, Raffi Khatchadourian wrote: > On Tue 29.Jan'08 at 23:10:54 +0100, Steve S wrote: >> Default values are the ones mentioned in the manual: $timeout=600, >> $mail_check=5. I played with them by setting them to small values for >> testing: >> >> $timeout=10, $

Re: message-id annoyes recipient?

2008-01-30 Thread Lucas J . González
I see that other users of this list also show different domains in the message-id field. Possibly the error was due to special characters into $realname ? El 0, "Lucas J. González" <[EMAIL PROTECTED]> escribió: > Hi, today i sent a message to a corporation. They contacted me saying > something l

message-id annoyes recipient?

2008-01-30 Thread Lucas J . González
Hi, today i sent a message to a corporation. They contacted me saying something like "your email address is not valid". When i asked them about the address they specified (in order to see if they were responding to my "From" address or to my "message-id" address), they said "we just pressed the 'r

Re: message-id annoyes recipient?

2008-01-30 Thread Cristóbal Palmer
On Wed, Jan 30, 2008 at 11:41:47AM +0100, Lucas J. González wrote: > > Possibly the error was due to special characters into $realname ? My experience is that special characters put people in spam traps, not cause failed delivery. Sorry I can't be more helpful. Cheers, -- Cristóbal Palmer ibib

Re: automatically check for new mail

2008-01-30 Thread Steve S
On Tue, Jan 29, 2008 at 06:03:17PM +0100, Steve S wrote: > I'm doing that too, with getmail and a cronjob. > > The problem is not that mail doesn't download to my machine, but that mutt, if > > * it is open all the time > * showing the file browser (when invoked with `mutt -y`) > * no key is p

Re: message-id annoyes recipient?

2008-01-30 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday, January 30 at 11:41 AM, quoth Lucas J. González: >I see that other users of this list also show different domains in the >message-id field. > >Possibly the error was due to special characters into $realname ? It's a possibility, but I th

Re: push '' -> Question ...

2008-01-30 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday, January 30 at 08:21 AM, quoth Michael Kjorling: >On 30 Jan 2008 11:41 +0900, by [EMAIL PROTECTED] (Wilkinson, Alex): >>folder-hook . \ >>set sort=reverse-threads ;\ >This semicolon^ >terminates the

Automatically Scrolling to Mail Content

2008-01-30 Thread Michael Pobega
How (in my .muttrc) do I tell Mutt to automatically scroll to the new (i.e. non-quoted) content of the mail? What I mean is the equivalent of S's keybinding when viewing mail. -- If programmers deserve to be rewarded for creating innovative programs, by the same token they deserve to be punished

Re: Automatically Scrolling to Mail Content

2008-01-30 Thread Michael Kjorling
On 30 Jan 2008 12:50 -0500, by [EMAIL PROTECTED] (Michael Pobega): > How (in my .muttrc) do I tell Mutt to automatically scroll to the new > (i.e. non-quoted) content of the mail? What I mean is the equivalent of > S's keybinding when viewing mail. Bind index to a macro like such as ? -- Michae

Re: Automatically Scrolling to Mail Content

2008-01-30 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday, January 30 at 12:50 PM, quoth Michael Pobega: >How (in my .muttrc) do I tell Mutt to automatically scroll to the new >(i.e. non-quoted) content of the mail? What I mean is the equivalent of >S's keybinding when viewing mail. message

Re: message-id annoyes recipient?

2008-01-30 Thread Alain Bench
Hi Lucas, On Wednesday, January 30, 2008 at 11:41:47 +0100, Lucas J. González wrote: > El 0, "Lucas J. González" <[EMAIL PROTECTED]> escribió: >> their mail agent is looking for sender's address into the message-id >> field. No, of course not: Only spam harvesters do that. > due to speci

Viewing attachements

2008-01-30 Thread Mauro Sacchetto
I receive a mail with an attachement. I put "v" to view it and "enter" to open the application to open the file. If the attachement is an .odt file, while OpenOffice is open I can come back to Mutt and read other e-mails. If I've other kinds of files, as .pdf, while Kpdf is open it's impossible to

Re: push '' -> Question ...

2008-01-30 Thread Wilkinson, Alex
0n Wed, Jan 30, 2008 at 09:33:16AM -0600, Kyle Wheeler wrote: >To expand on what Michael said, this would work: > > folder-hook . \ > "set sort=reverse-threads ;\ > set sort_aux=last-date-received ;\ > push '' ;\ >

Re: push '' -> Question ...

2008-01-30 Thread Patrick Shanahan
* Wilkinson, Alex <[EMAIL PROTECTED]> [01-30-08 19:22]: > One quick question to wrap it up. Why does index_format need single quotes ? iianm, it does not, but needs a way to quote material inside other quotes so: "...'...'..." would have also been possible the opposite way: '..."...".' --