From 742577668ab5b23db2eec7c141c31ac6b69d9bb5 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 8 Apr 2015 15:02:08 +0200 Subject: Update awesome mail widget --- emacs/.emacs.d/init.el | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index 1cc6469..09a81c7 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -164,11 +164,7 @@ MODE1 is enabled and vice-versa." "Update mailcount widget for GNUS-GROUP. But only if it is a maildir inbox." - (let ((name (and - (string-match "^nnmaildir\\+\\(.*\\):inbox$" gnus-group) - (match-string 1 gnus-group)))) - (when name - (awesome-send (format "mailwidgets.%s:set_mailcount()" name))))) + (awesome-send "mymailwidget:set_count()")) (defun awesome-update-current-mailbox () "Update mailcount widget for current gnus group." -- cgit v1.2.3-54-g00ecf