Revision 3200
| src/main.c (revision 3200) | ||
|---|---|---|
| 608 | 608 |
(argv[i + 1], -1, NULL, NULL, NULL); |
| 609 | 609 |
i++; |
| 610 | 610 |
} |
| 611 |
} else if (!strncmp(argv[i], "--safemode", 10)) {
|
|
| 611 |
} else if (!strncmp(argv[i], "--safe-mode", 11)) {
|
|
| 612 | 612 |
cmd.safe_mode = TRUE; |
| 613 | 613 |
} else if (!strncmp(argv[i], "--exit", 6)) {
|
| 614 | 614 |
cmd.exit = TRUE; |
| ... | ... | |
| 636 | 636 |
#endif |
| 637 | 637 |
g_print("%s\n", _(" --exit exit Sylpheed"));
|
| 638 | 638 |
g_print("%s\n", _(" --debug debug mode"));
|
| 639 |
g_print("%s\n", _(" --safemode safe mode"));
|
|
| 639 |
g_print("%s\n", _(" --safe-mode safe mode"));
|
|
| 640 | 640 |
g_print("%s\n", _(" --help display this help and exit"));
|
| 641 | 641 |
g_print("%s\n", _(" --version output version information and exit"));
|
| 642 | 642 |
|
| ... | ... | |
| 1254 | 1254 |
} |
| 1255 | 1255 |
|
| 1256 | 1256 |
if (cmd.safe_mode) {
|
| 1257 |
debug_print("plugin_init: safe mode enabled, skipping plug-in loading.\n");
|
|
| 1257 | 1258 |
STATUSBAR_POP(mainwin); |
| 1258 | 1259 |
return; |
| 1259 | 1260 |
} |
| ChangeLog (revision 3200) | ||
|---|---|---|
| 1 |
2013-01-31 |
|
| 2 |
|
|
| 3 |
* src/main.c: changed safe mode option to "--safe-mode". |
|
| 4 |
|
|
| 1 | 5 |
2013-01-30 |
| 2 | 6 |
|
| 3 | 7 |
* src/rpop3.c: made button sensitivity and Stop/Refresh label |
Also available in: Unified diff