Wednesday, March 29, 2006

Gmail Compose Dialog directly from your Quicklaunch

Compose Mail directly from your Windows QuickLaunch.
- On your Personalized google, create a bookmark with below URL.
http://mail.google.com/mail?view=cm&fs=1&tearoff=1%22,%22gmail%22,%22toolbar=no,width=700,height=700

- Drag and drop the link that you created to the Quicklaunch Section of your Windows Taskbar. The next time you click this Quicklaunch it will automatically give you the Gmail Compose Dialog.

ax

Autolookup history

[root@virtualbox etc]# cat /etc/inputrc
# do not bell on tab-completion
#set bell-style none

set meta-flag on
set input-meta on
set convert-meta off
set output-meta on

# Completed names which are symbolic links to
# directories have a slash appended.
set mark-symlinked-directories on

$if mode=emacs

# for linux console and RH/Debian xterm
"\e[1~": beginning-of-line
"\e[4~": end-of-line
#"\e[5~": beginning-of-history
#"\e[6~": end-of-history
"\e[5~": history-search-backward
"\e[6~": history-search-forward
"\e[3~": delete-char
"\e[2~": quoted-insert
"\e[5C": forward-word
"\e[5D": backward-word
"\e[1;5C": forward-word
"\e[1;5D": backward-word