[590] in BarnOwl Developers
[D-O-H] r704 - / trunk/owl
daemon@ATHENA.MIT.EDU (nelhage@MIT.EDU)
Thu Oct 29 18:07:44 2009
Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
To: dirty-owl-hackers@mit.edu
From: nelhage@MIT.EDU
Reply-to: dirty-owl-hackers@MIT.EDU
Date: Sun, 22 Apr 2007 15:12:16 -0400 (EDT)
Author: nelhage
Date: 2007-04-22 15:12:16 -0400 (Sun, 22 Apr 2007)
New Revision: 704
Modified:
/
trunk/owl/owl.c
Log:
r21133@phanatique: nelhage | 2007-04-22 15:11:34 -0400
Beep on personal messages, not private, by default.
Property changes on:
___________________________________________________________________
Name: svk:merge
- 6122c8b4-0e12-0410-9533-8bcd7c66c992:/local/dirty-owl-hacks:24493
6aa88b72-b502-0410-8cb4-a5dd0230fb79:/owl-local:1356
bb873fd7-8e23-0410-944a-99ec44c633eb:/local/barnowl:21132
bb873fd7-8e23-0410-944a-99ec44c633eb:/local/d-o-h:18636
+ 6122c8b4-0e12-0410-9533-8bcd7c66c992:/local/dirty-owl-hacks:24493
6aa88b72-b502-0410-8cb4-a5dd0230fb79:/owl-local:1356
bb873fd7-8e23-0410-944a-99ec44c633eb:/local/barnowl:21133
bb873fd7-8e23-0410-944a-99ec44c633eb:/local/d-o-h:18636
Modified: trunk/owl/owl.c
===================================================================
--- trunk/owl/owl.c 2007-04-22 19:12:12 UTC (rev 703)
+++ trunk/owl/owl.c 2007-04-22 19:12:16 UTC (rev 704)
@@ -537,7 +537,7 @@
if (!strcmp(owl_global_get_personalbell(&g), "on")) {
if (!owl_message_is_loginout(m) &&
!owl_message_is_mail(m) &&
- owl_message_is_private(m)) {
+ owl_message_is_personal(m)) {
owl_function_beep();
}
} else if (!strcmp(owl_global_get_personalbell(&g), "off")) {