Pimp.my.Gmail

By 1nfected Last update May 23, 2011 — Installed 19,314 times.

SUGGESTIONS

in
Subscribe to SUGGESTIONS 6 posts, 4 voices



1nfected Script's Author
FirefoxWindows

Okay folks, if you got any request and suggests, please put it down here...
Let this be the thread where all such comments go & i'll see if i can implement them :)

 
Sara21183 User
FirefoxWindows

Hey, love this script! But I would love the option to turn notification sounds off and to show the reply box when you're in a message. Otherwise it's great. Thanks!

 
1nfected Script's Author
FirefoxWindows

Sara21183 wrote: Hey, love this script! But I would love the option to turn notification sounds off and to show the reply box when you're in a message. Otherwise it's great. Thanks!
Thanks, glad you like the script. I'll see if i can implement some sort of options in the next version, but for the time being, you can do the following:

Open the script for editing.

To disable notification sounds, find the following piece of text
audio.play();
and either delete it of comment it out.

To show the reply box when you're in a message, find the following text
.iq{display:none}
and delete it.

Enjoy ;)
 
saintnick User
ChromeWindows

The one single feature I most miss, and am actually searching for, as I see many thousands of other gmail users also are, is (...drum roll...) an always accessible Quick-toggle for conversation view on/off.

What I do't know is if Gmail's conversation mode is implemented purely on the client, or whether it's also a change at the back-end. If it was the first, then that opens doors to even more possibilities for "playing" around with Conversation mode. An example:

I have the new multiple inboxes enabled, so I have my threaded inbox (conversation mode: on) on the left, while on the right I would like two non-threaded views, one for my drafts, and one for my sent items. What I want in the latter is to see the actual 10 most recent * messages * that I sent, NOT the ten most recent conversations I have been involved in.
If this could be done, if it were just a question of fiddling with css, plus a bit of js, it would be a smash hit addition to the script! But as I mentioned, I suspect it may involve some quite heavy "rewriting" of Gmail's core client code, plus possibly including modifying the way that code interacts with the server API.

Regards, Nick

 
c_inconnu Scriptwright
FirefoxWindows

first, many thanks for this plugin
1. i just updated to 1.6 and i have to say that you should have a way to hide the quick filter icon because it seems bloated to me
2. i would have preferred a "delete" icon instead :)
3. how about adding icons to action buttons (archive, delete, spam...) ?
thanks
david

 
1nfected Script's Author
FirefoxWindows

c_inconnu wrote:
1. i just updated to 1.6 and i have to say that you should have a way to hide the quick filter icon because it seems bloated to me

Glad you liked the script.
To disalbe Quick Filter, find the following peice of text new GmailQuickFilter(); and comment it out.
c_inconnu wrote:
2. i would have preferred a "delete" icon instead :)

Hmm, nice suggestion, will see what can be done :)
c_inconnu wrote:
3. how about adding icons to action buttons (archive, delete, spam...) ?
thanks

I will if i find the right tango icons. If you have any in mind, pls do PM me.

Cheers.