Skip to content

binli/gnome-shell-extension-mutt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gnome-extension-mutt

Show new mail in gnome-shell when you are using mutt.

Screenshot with new mails Screenshot without new mails

Manual installation

This is the recommended method for installation as you always get the latest version. You can install this extension for your user by executing:

cd ~/.local/share/gnome-shell/extensions
git clone https://github.com/binli/gnome-shell-extension-mutt.git [email protected]
glib-compile-schemas [email protected]/schemas/

or system wide by executing (this requires root permissions):

cd /usr/share/gnome-shell/extensions/
git clone https://github.com/binli/gnome-shell-extension-mutt.git [email protected]
glib-compile-schemas [email protected]/schemas/

After installation you need to restart the GNOME shell:

  • ALT+F2 to open the command prompt
  • Enter r to restart the GNOME shell

Then enable the extension: Open gnome-tweak-tool -> Shell Extensions -> Mutt Indicator -> On

Installing dependencies

  • Installing mutt.

For openSUSE with zypper:

zypper install mutt

For Ubuntu with apt:

apt-get install mutt

About

Show how many new mail in gnome shell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published