From d5bd6dd5dd0fcf9e18a138580e70d678615ffa66 Mon Sep 17 00:00:00 2001 From: Nicolas Sebrecht Date: Sun, 24 Jan 2016 19:31:26 +0100 Subject: [PATCH] declare newmail_hook option stable Signed-off-by: Nicolas Sebrecht --- offlineimap.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/offlineimap.conf b/offlineimap.conf index fdd8cb1..b9c0991 100644 --- a/offlineimap.conf +++ b/offlineimap.conf @@ -302,8 +302,6 @@ remoterepository = RemoteExample # # This example plays a sound file of your chosing when new mail arrives. # -# This feature is experimental. -# #newmail_hook = lambda: os.system("cvlc --play-and-stop --play-and-exit /path/to/sound/file.mp3" + # " > /dev/null 2>&1")