RoundCube Webmail Forum  

Go Back   RoundCube Webmail Forum > Release Support > Requests

For more information about the ads and why they're here, please see the FAQ
Reply
  #11  
Old 03-16-2008, 10:21 AM
Registered User
 
Join Date: Mar 2008
Posts: 1
Downloads: 0
Uploads: 0
Default Re: Signature Above Quoted Text in a Reply...

Tried this for the current version, 0.1, but it doesn't work. The signature keeps appearing at the bottom.

I have emptied my caches, logged out and back in but to no avail. Any ideas?

Nevermind, I made a typo...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12  
Old 03-27-2008, 04:37 AM
Registered User
 
Join Date: Oct 2007
Location: Hudson, Ohio, USA
Posts: 39
Downloads: 0
Uploads: 0
Default Re: Signature Above Quoted Text in a Reply...

I think this should be the out-of-the-box default, especially since a)it reads easier, and b)clients like GMail which collapse quoted text will usually pull the sig into that as well.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13  
Old 06-21-2008, 06:28 AM
Registered User
 
Join Date: Jun 2008
Posts: 6
Downloads: 0
Uploads: 0
Default

Quote:
Originally Posted by goettler View Post
Seems like this is a question of taste. I personally also prefer the signature above the quoted text...this makes it easier to read for long email chains with different senders.

For all those interested, this is an easy fix in 'app.js'. Simply modify the code as follows:

// add the new signature string
if (this.env.signatures && this.env.signatures[id])
{
sig = this.env.signatures[id];
if (sig.indexOf('--')!=0)
sig = '--\n'+sig;
message += '\n'+sig;
message = '\n\n'+sig+'\n\n'+message;
}
This only seem to work in plain-text mode. Is there anyway to get it working with HTML/TinyMCE too? (Using 0.1.1)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14  
Old 10-11-2008, 03:44 AM
Registered User
 
Join Date: Oct 2008
Posts: 1
Downloads: 0
Uploads: 0
Default HTML signatures appear at the top

To have HTML signatures appear at the top of replies and forwards do the following:
Find the file named: "app.js"

search for the following line:
Code:
editor.getBody().appendChild(sigElem);
Comment the line out or replace with the following code:
Code:
editor.getBody().insertBefore(sigElem, editor.getBody().firstChild );
If anyone wants to take a stab at a patch with this as an option (tick box) please post it here, thanks!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #15  
Old 11-10-2008, 03:51 PM
Registered User
 
Join Date: Nov 2008
Posts: 1
Downloads: 0
Uploads: 0
Cool For HTML emails

Sam beat me to it! I came here a few days ago, went away and came up with almost the same thing:

editor.getBody().insertBefore(sigElem, editor.getBody().getElementsByTagName("p")[0]);

I missed using firstChild!

Regards,
Sverre :-)

Last edited by Sverre; 11-10-2008 at 03:55 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #16  
Old 11-29-2008, 11:52 AM
Registered User
 
Join Date: Jun 2008
Posts: 6
Downloads: 0
Uploads: 0
Default

Quote:
Originally Posted by Sam Treadway View Post
To have HTML signatures appear at the top of replies and forwards do the following:
Find the file named: "app.js"

search for the following line:
Code:
editor.getBody().appendChild(sigElem);
Comment the line out or replace with the following code:
Code:
editor.getBody().insertBefore(sigElem, editor.getBody().firstChild );
If anyone wants to take a stab at a patch with this as an option (tick box) please post it here, thanks!
Thanks Sam & Sverre, works for me on SVN 2099.

A few things as a minor follow-up regarding HTML mode:

1) Does anyone know how to make it so when you tab into the main composition box, it places the cursor on the first/top line, rather than below the signature? (it only does this on a reply; when creating a new message, it tabs to the first/top line).

2) Is there a way to add an additional empty space to the first line HTML signature so that there is room to write w/o having to manually add another line. In plain-text I just added an extra '\n'... something similar for HTML?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #17  
Old 12-28-2008, 02:30 AM
Registered User
 
Join Date: Dec 2008
Posts: 1
Downloads: 0
Uploads: 0
Default

Quote:
Originally Posted by zyzzyvas View Post
Top/bottom posting is partly an issue of taste, but mostly an issue of netiquette. And common sense.

because it breaks the flow of conversation.
The main reason you should NOT top post is...


But there are plenty of other good reasons [Why is Bottom-posting better than Top-posting]. Basically, remember that your email is written for someone ELSE to read, not you. Make it easy for the recipient to understand and reply to himself.

That also means not quoting the whoooole message in a reply. As a general rule, if the amount of quoted text in your email is more than your own text, you have probably quoted too much.
E-mail is not a conversation. This whole mindset of e-mail being a "conversation" is what led to the creation of g-mail, the world's worst e-mail service. heh, and if you notice, g-mail even puts the most recent message at the top of the thread - or it tries to, I should say. Usually it starts a new thread like an annoying board troll. E-mail is not a "conversation". Think of it like sending electronic postcards back and forth. You may save all your postcards, but do you read all the previous ones before the one that came in the mail today? Maybe if you have a few screws loose, but most people would read the most recent postcard, then refer to the older ones as, when and if needed.

Having to scroll through previous quoted messages (which can sometimes be pages and pages in length) to get the signature of a message is just goofy, but I realize some people just have to be different, so whatever, I find it very annoying. The idea that I should scroll past all that crap to find the message as well is just plain goofy. Unless that e-mail was from a boss or someone important (i.e. someone who has something I want - i.e. a paying customer), I'd likely delete it rather than read it. Time is too precious to waste it on people who waste it intentionally by being petty.

And the link you rely on for support of your position is written by someone who does not know the difference between Usenet and E-Mail. They are NOT the same thing. Usenet is a conversation, e-mail is not. Netequitte is fine and dandy. Some of it has a purpose and a place (like NOT TYPING IN ALL CAPITAL LETTERS) but most of it is junk that people with way too much time on thier hands and who are way too willing to tell others what to do come up with.

Last edited by minusonebit; 12-28-2008 at 02:38 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #18  
Old 12-29-2008, 09:52 AM
Julius Caesar's Avatar
Registered User
 
Join Date: Oct 2008
Location: Netherlands
Posts: 39
Downloads: 3
Uploads: 1
Default

Replying to an email is very simple:

* Delete the unnecessary information.

* Add the answer under each the question asked.

* Add a signature at the bottom.

* Send the email.

This give a small and neat email which has been cleaned and can be read top-down without having to exercise your finger on the scroll wheel.

To extend in the comparison of sending postcards: Repeat the question on the card and add the answer under the question.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #19  
Old 01-05-2009, 11:16 AM
Registered User
 
Join Date: Mar 2008
Posts: 12
Downloads: 0
Uploads: 0
Default

Quote:
Originally Posted by Sam Treadway View Post
Comment the line out or replace with the following code:
Code:
editor.getBody().insertBefore(sigElem, editor.getBody().firstChild );
May I just ask a naive question - how do I make .js files from the .js.src files which I can edit? There seems to be some compression program being used since version 0.2

Thanks!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

For more information about the ads and why they're here, please see the FAQ

All times are GMT. The time now is 11:08 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Copyright © 2006-2008 RoundCube Webmail Community