CVS: sylpheedclaws/sylpheed-claws/src main.c,1.115.2.120,1.115.2.121
[email protected] Wed, 20 Dec 2006 13:06:17 +0000
| Newsgroups | gmane.mail.sylpheed.claws.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /pack/anoncvs/sylpheedclaws/sylpheed-claws/src
In directory sunsite.dk:/tmp/cvs-serv27615/src
Modified Files:
Tag: gtk2
main.c
Log Message:
2006-12-20 [paul] 2.6.1cvs56
* configure.ac
last of the renaming (??)
* src/main.c
correct --help info of --status-full
* src/plugins/bogofilter/bogofilter.c
make FALSE default of whitelist_ab
Index: main.c
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/sylpheed-claws/src/main.c,v
retrieving revision 1.115.2.120
retrieving revision 1.115.2.121
diff -u -d -r1.115.2.120 -r1.115.2.121
--- main.c 2006/12/14 18:48:56 1.115.2.120
+++ main.c 2006/12/20 13:06:13 1.115.2.121
@@ -1085,7 +1085,7 @@
g_print("%s\n", _(" --status-full [folder]...\n"
" show the status of each folder"));
g_print("%s\n", _(" --select folder[/msg] jumps to the specified folder/message\n"
- " folder is a folder id like '#mh/Mailbox/inbox'"));
+ " folder is a folder id like 'folder/sub_folder'"));
g_print("%s\n", _(" --online switch to online mode"));
g_print("%s\n", _(" --offline switch to offline mode"));
g_print("%s\n", _(" --exit exit Claws Mail"));