File tree Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 99-  show appropriate messages when scanning wrong qr codes #5563  
1010-  fix: remove the option to select info messages with Ctrl + Up/Down #5337  
1111
12+ ### Changed  
13+ 
14+ -  Removed "Watch Sent Folder" preference. #5611  
15+ 
1216<a  id =" 2_22_0 " ></a >
1317
1418## [ 2.22.0]  - 2025-10-17 
Original file line number Diff line number Diff line change @@ -17,12 +17,6 @@ export default function ImapFolderHandling({ settingsStore }: Props) {
1717  return  ( 
1818    < > 
1919      < ShowClassicEmail  settingsStore = { settingsStore }  /> 
20-       < CoreSettingsSwitch 
21-         label = { tx ( 'pref_watch_sent_folder' ) } 
22-         settingsKey = 'sentbox_watch' 
23-         disabled = { disableIfOnlyFetchMvBoxIsTrue } 
24-         disabledValue = { false } 
25-       /> 
2620      < CoreSettingsSwitch 
2721        label = { tx ( 'pref_send_copy_to_self' ) } 
2822        settingsKey = 'bcc_self' 
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ export interface SettingsStoreState {
1111  selfContact : Type . Contact 
1212  settings : { 
1313    [ P  in  ( typeof  settingsKeys ) [ number ] ] : { 
14-       sentbox_watch : string 
1514      mvbox_move : string 
1615      addr : string 
1716      displayname : string 
@@ -33,7 +32,6 @@ export interface SettingsStoreState {
3332} 
3433
3534const  settingsKeys  =  [ 
36-   'sentbox_watch' , 
3735  'mvbox_move' , 
3836  'addr' , 
3937  'displayname' , 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments