stumpwm-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [STUMP] Email info


From: Thierry Volpiatto
Subject: Re: [STUMP] Email info
Date: Fri, 12 Nov 2010 14:11:55 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

address@hidden (Paulo J. Matos) writes:

> Hi guys,
>
> I read my email using Gnus and it would be awesome if stumpwm could
> provide some information on new mail upon arrival. Now that I am
> thinking about it, it doesn't even need to be connected to
> Gnus. Something that simply checks the server would be enough. Are there
> any scripts like this around? Otherwise I will just go ahead and try to
> hack one.
>
> Cheers,
See,
https://github.com/joelagnel/stumpwm-goodies

modeline-gmail.lisp

Be sure to install drakma and xmls (with asdf-install from slime)

then
add to .stumpwmrc

,----
| (load "modeline-gmail.lisp")
| (setq *gmail-username* "address@hidden")
| (setq *gmail-password* "xxxxxx")
| ;; That my mode-line setting, adapt for yourself.
| (setf stumpwm:*screen-mode-line-format*
|       (list "[%n]"
|             "%w"
|             '(:eval (format-gmail nil))
|             " | %c"
|             " | %f"
|             " | Temp:%t"
|             " | %b"
|             " | %l"
|             " "
|             '(:eval (color-date-and-time))))
`----


-- 
A+ Thierry
Get my Gnupg key:
gpg --keyserver pgp.mit.edu --recv-keys 59F29997 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]