all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* which module is checking mail every minute ?
@ 2015-12-27 11:48 Zhang Jun
  2015-12-28  3:38 ` Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: Zhang Jun @ 2015-12-27 11:48 UTC (permalink / raw)
  To: help-gnu-emacs

I notice emacs is checking mailbox every minute,
but I'm not using gnus/mew/rmail ...

strace log:

19154 stat64("/var/mail/root", {st_mode=S_IFREG|0600, st_size=0, ...}) = 0
19154 readlink("/var/mail/root", 0x862acc0, 100) = -1 EINVAL (Invalid
argument)
19154 lstat64("/var/mail/root", {st_mode=S_IFREG|0600, st_size=0, ...}) = 0
19154 stat64("/var/mail/root", {st_mode=S_IFREG|0600, st_size=0, ...}) = 0
19154 readlink("/var/mail/root", 0x85c0668, 100) = -1 EINVAL (Invalid
argument)
19154 lstat64("/var/mail/root", {st_mode=S_IFREG|0600, st_size=0, ...}) = 0
19154 stat64("/var/mail/root", {st_mode=S_IFREG|0600, st_size=0, ...}) = 0
19154 readlink("/var/mail/root", 0x862acc0, 100) = -1 EINVAL (Invalid
argument)
19154 lstat64("/var/mail/root", {st_mode=S_IFREG|0600, st_size=0, ...}) = 0
19154 stat64("/var/mail/root", {st_mode=S_IFREG|0600, st_size=0, ...}) = 0
19154 readlink("/var/mail/root", 0x85c0668, 100) = -1 EINVAL (Invalid
argument)
19154 lstat64("/var/mail/root", {st_mode=S_IFREG|0600, st_size=0, ...}) = 0
19154 stat64("/var/mail/root", {st_mode=S_IFREG|0600, st_size=0, ...}) = 0
19154 readlink("/var/mail/root", 0x862acc0, 100) = -1 EINVAL (Invalid
argument)
19154 lstat64("/var/mail/root", {st_mode=S_IFREG|0600, st_size=0, ...}) = 0

# emacs -version
GNU Emacs 23.4.1


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

end of thread, other threads:[~2015-12-28  5:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-27 11:48 which module is checking mail every minute ? Zhang Jun
2015-12-28  3:38 ` Eli Zaretskii
2015-12-28  5:43   ` Zhang Jun

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.