Anand Buddhdev | 2 Feb 2006 16:08

Cone 0.66 version number and default From: address

Hi Sam,

I've just compiled cone 0.66. Upon startup, it shows:

Welcome to Cone 0.65 (UTF-8)

Don't you want to bump up the version number?

I also found this in the file mymessage.C in the source code:

a= string(pw ? pw->pw_name:"nobody") + " <at> " +
                        mail::hostname();

The consequence of this is that if I compose a message from the main menu 
(ie. outside of any account), the From: header of the message defaults to 
unix_username@..., instead of the email address I configured
under 
setup. It is annoying to have to change that by hand (and that's when I 
remember to change it; sometimes I forget).

Wouldn't it be better if cone used the configured email address from the 
setup, rather than defaulting to username@...?

Anand

-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
(Continue reading)

Sam Varshavchik | 3 Feb 2006 00:17
Gravatar

Re: Cone 0.66 version number and default From: address

Anand Buddhdev writes:

> Hi Sam,
> 
> I've just compiled cone 0.66. Upon startup, it shows:
> 
> Welcome to Cone 0.65 (UTF-8)
> 
> Don't you want to bump up the version number?

Yup.

> I also found this in the file mymessage.C in the source code:
> 
> a= string(pw ? pw->pw_name:"nobody") + " <at> " +
>                         mail::hostname();
> 
> The consequence of this is that if I compose a message from the main menu 
> (ie. outside of any account), the From: header of the message defaults to 
> unix_username@..., instead of the email address I configured
under 
> setup. It is annoying to have to change that by hand (and that's when I 
> remember to change it; sometimes I forget).
> 
> Wouldn't it be better if cone used the configured email address from the 
> setup, rather than defaulting to username@...?

That's configured email addressES, as in plural, and that specific setting 
isn't what it appears to be.

(Continue reading)

Anand Buddhdev | 3 Feb 2006 14:20

Re: Cone 0.66 version number and default From: address

Sam Varshavchik writes:

>> I also found this in the file mymessage.C in the source code:
>> 
>> a= string(pw ? pw->pw_name:"nobody") + " <at> " +
>>                         mail::hostname();
>> 
>> The consequence of this is that if I compose a message from the main menu 
>> (ie. outside of any account), the From: header of the message defaults to 
>> unix_username@..., instead of the email address I
configured under 
>> setup. It is annoying to have to change that by hand (and that's when I 
>> remember to change it; sometimes I forget).
>> 
>> Wouldn't it be better if cone used the configured email address from the 
>> setup, rather than defaulting to username@...?
> 
> That's configured email addressES, as in plural, and that specific setting 
> isn't what it appears to be.

Okay, so how do I get cone to use one of my configured addresses, instead of 
defaulting to unix_username@...?

I've also just noticed that even though I have configured a master password, 
cone asks me for my password on the SMTP server when I send email the first 
time. It's not saving the SMTP server password when I quit cone. I thought 
that if I configure a master password, then my SMTP server password would be 
remembered permanently.

Anand
(Continue reading)

Sam Varshavchik | 3 Feb 2006 23:19
Gravatar

Re: Cone 0.66 version number and default From: address

Anand Buddhdev writes:

> Sam Varshavchik writes:
> 
>>> I also found this in the file mymessage.C in the source code:
>>> 
>>> a= string(pw ? pw->pw_name:"nobody") + " <at> " +
>>>                         mail::hostname();
>>> 
>>> The consequence of this is that if I compose a message from the main menu 
>>> (ie. outside of any account), the From: header of the message defaults to 
>>> unix_username@..., instead of the email address I
configured under 
>>> setup. It is annoying to have to change that by hand (and that's when I 
>>> remember to change it; sometimes I forget).
>>> 
>>> Wouldn't it be better if cone used the configured email address from the 
>>> setup, rather than defaulting to username@...?
>> 
>> That's configured email addressES, as in plural, and that specific setting 
>> isn't what it appears to be.
> 
> Okay, so how do I get cone to use one of my configured addresses, instead of 
> defaulting to unix_username@...?
> 
> I've also just noticed that even though I have configured a master password, 
> cone asks me for my password on the SMTP server when I send email the first 
> time. It's not saving the SMTP server password when I quit cone. I thought 
> that if I configure a master password, then my SMTP server password would be 
> remembered permanently.
(Continue reading)

Sam Varshavchik | 4 Feb 2006 05:15
Gravatar

Cone 0.66.20060203 released

Download:

http://torrents.courier-mta.org/cone-dev/cone-0.66.20060203.torrent

This is an errata that fixes some compilation errors.

Benjamin Maierhoefer | 6 Feb 2006 03:06
Picon
Favicon

deleting messages in local Maildir

Hi,

I have just installed cone 0.66 and so far it works
very well exept for one thing:

I am accessing a local Maildir which works so far but
when I try to delete messages nothing happens. The
messages get marked as "Deleted" but they are still
there in the list and readable.
What am I doing wrong?

Ben

	

	
		
___________________________________________________________ 
Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de

-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Courier-cone mailing list
Courier-cone@...
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-cone

(Continue reading)

Sam Varshavchik | 6 Feb 2006 04:13
Gravatar

Re: deleting messages in local Maildir

Benjamin Maierhoefer writes:

> Hi,
> 
> I have just installed cone 0.66 and so far it works
> very well exept for one thing:
> 
> I am accessing a local Maildir which works so far but
> when I try to delete messages nothing happens. The
> messages get marked as "Deleted" but they are still
> there in the list and readable.
> What am I doing wrong?

You need to press 'X', for “expunge”.

Benjamin Maierhoefer | 11 Feb 2006 03:38
Picon
Favicon

Re: deleting messages in local Maildir


--- Sam Varshavchik <mrsam@...> schrieb:

>
> You need to press 'X', for expunge.
> 
> 
Thanks, I must have been blind. Sorry for the stupid
question.

	

	
		
___________________________________________________________ 
Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de

-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Courier-cone mailing list
Courier-cone@...
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-cone

Larry Rosenman | 11 Feb 2006 21:48
Gravatar

From: line?

I see a thread on this, but no resolution.

How can I change the default From: line to be something OTHER THAN
unix-name@...?

I.E. I'd like to make it name@...

Thanks!

LER

--

-- 
Larry Rosenman                     http://www.lerctr.org/~ler
Phone: +1 512-248-2683                 E-Mail: ler@...
US Mail: 430 Valona Loop, Round Rock, TX 78681-3683 US

-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Courier-cone mailing list
Courier-cone@...
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-cone

Sam Varshavchik | 11 Feb 2006 22:17
Gravatar

Re: From: line?

Larry Rosenman writes:

> I see a thread on this, but no resolution.
> 
> How can I change the default From: line to be something OTHER THAN
> unix-name@...?
> 
> I.E. I'd like to make it name@...
> 
> Thanks!

Press CTRL-F to see full headers, then change it to whatever you want.


Gmane