fix Re-edit bug in Message menu
This commit is contained in:
parent
7af3db37b7
commit
4db093c877
3 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
|||
2001-10-18 [paul] 0.6.3claws22
|
||||
|
||||
* src/summaryview.c
|
||||
remove comment (sync with main branch)
|
||||
* src/mainwindow.c
|
||||
fix 'Re-edit' bug in 'Message' menu
|
||||
|
||||
2001-10-17 [christoph] 0.6.3claws21
|
||||
|
||||
* src/compose.c
|
||||
|
|
|
@ -8,7 +8,7 @@ MINOR_VERSION=6
|
|||
MICRO_VERSION=3
|
||||
INTERFACE_AGE=0
|
||||
BINARY_AGE=0
|
||||
EXTRA_VERSION=claws21
|
||||
EXTRA_VERSION=claws22
|
||||
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
|
||||
|
||||
dnl
|
||||
|
|
|
@ -1258,6 +1258,7 @@ static SensitiveCond main_window_get_current_state(MainWindow *mainwin)
|
|||
if (selection == SUMMARY_SELECTED_SINGLE &&
|
||||
(mainwin->summaryview->folder_item &&
|
||||
(mainwin->summaryview->folder_item->stype == F_DRAFT ||
|
||||
mainwin->summaryview->folder_item->stype == F_OUTBOX ||
|
||||
mainwin->summaryview->folder_item->stype == F_QUEUE)))
|
||||
state |= M_ALLOW_REEDIT;
|
||||
if (cur_account)
|
||||
|
|
Loading…
Reference in a new issue