[Commits] main.c 1.115.2.241 1.115.2.242
mones at claws-mail.org
mones at claws-mail.org
Mon Oct 17 12:50:31 CEST 2011
Update of /home/claws-mail/claws/src
In directory claws-mail:/tmp/cvs-serv25502/src
Modified Files:
Tag: gtk2
main.c
Log Message:
2011-10-17 [mones] 3.7.10cvs33
* src/main.c
Use just one g_print call per option; correct indentation
Index: main.c
===================================================================
RCS file: /home/claws-mail/claws/src/main.c,v
retrieving revision 1.115.2.241
retrieving revision 1.115.2.242
diff -u -d -r1.115.2.241 -r1.115.2.242
--- main.c 17 Oct 2011 08:59:47 -0000 1.115.2.241
+++ main.c 17 Oct 2011 10:50:28 -0000 1.115.2.242
@@ -2025,16 +2025,16 @@
" empty line, then mail body until end of file."));
g_print("%s\n", _(" --subscribe [uri] subscribe to the given URI if possible"));
g_print("%s\n", _(" --attach file1 [file2]...\n"
- " open composition window with specified files\n"
- " attached"));
+ " open composition window with specified files\n"
+ " attached"));
g_print("%s\n", _(" --receive receive new messages"));
g_print("%s\n", _(" --receive-all receive new messages of all accounts"));
- g_print("%s\n", _(" --search folder type request [recursive]"));
- g_print("%s\n", _(" searches mail"));
- g_print("%s\n", _(" folder ex.: \"#mh/Mailbox/inbox\" or \"Mail\""));
- g_print("%s\n", _(" type: s[ubject],f[rom],t[o],e[xtended],m[ixed] or g: tag"));
- g_print("%s\n", _(" request: search string"));
- g_print("%s\n", _(" recursive: false if arg. starts with 0, n, N, f or F"));
+ g_print("%s\n", _(" --search folder type request [recursive]\n"
+ " searches mail\n"
+ " folder ex.: \"#mh/Mailbox/inbox\" or \"Mail\"\n"
+ " type: s[ubject],f[rom],t[o],e[xtended],m[ixed] or g: tag\n"
+ " request: search string\n"
+ " recursive: false if arg. starts with 0, n, N, f or F"));
g_print("%s\n", _(" --send send all queued messages"));
g_print("%s\n", _(" --status [folder]... show the total number of messages"));
More information about the Commits
mailing list