Gnus development mailing list
 help / color / mirror / Atom feed
* Updating frame on gnus-group-get-new-news
@ 2017-10-25 22:49 Michael Baer
  2017-10-28  1:19 ` Eric Abrahamsen
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Baer @ 2017-10-25 22:49 UTC (permalink / raw)
  To: ding


I think I'm missing something obvious and I hoped someone here could
help point it out to me.  I have function to run offlineimap and then
gnus-group-get-new-news.  When I run the function the gnus group frame
isn't updated with the new mail folder info (e.g. number of unread mail
/ total number of mail, etc.).  If I run M-x gnus-group-get-new-news or
just 'g' afterwords, the frame is updated as expected. It just doesn't
update from the gnus-group-get-new-news in my function.  The function is
listed below.

Gnus v5.13
GNU Emacs 25.3.1 (x86_64-redhat-linux-gnu, GTK+ Version 3.22.17) of 2017-09-14


(defun cc-offlineimap-and-get-news ()
  (interactive)
  (gnus-group-get-new-news)
	(shell-command "dotopright.pl 'time offlineimap; sleep 4'")
  (gnus-group-get-new-news)
)


[ dotopright.pl just figures out where to put a terminal on the screen
and then opens the terminal running the passed in command ]


-Mike

-- 
Michael Baer
gnus@mikesoffice.com
omnes deorsum absurdo est



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-10-30 20:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-25 22:49 Updating frame on gnus-group-get-new-news Michael Baer
2017-10-28  1:19 ` Eric Abrahamsen
2017-10-30 20:02   ` solution Michael Baer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).