about summary refs log tree commit diff stats
path: root/src/ui/statusbar.c
Commit message (Expand)AuthorAgeFilesLines
* Applied coding style to src/ui/James Booth2015-10-251-1/+1
* Added time format perferences per window typeJames Booth2015-09-301-5/+17
* Merge remote-tracking branch 'incertia/time'James Booth2015-07-011-22/+18
|\
| * remove memory leak from creating a gdatetime stringWill Song2015-05-291-0/+2
| * updated statusbar to use strftime formatsWill Song2015-05-291-22/+16
* | Free prefs strings, check for NULLs when closing pgp moduleJames Booth2015-06-241-0/+3
|/
* Use null check convention in statusbar.cJames Booth2015-05-041-7/+7
* Added /time statusbar preferenceJames Booth2015-03-101-12/+42
* Fixed spelling.Christian Storm2015-02-171-2/+2
* Updated copyrightJames Booth2015-02-101-1/+1
* Replaced colours with theme_item_tJames Booth2014-11-161-22/+34
* Show indicator when form has unsaved changesJames Booth2014-09-161-8/+1
* Added license exemption for OpenSSL to source headersJames Booth2014-08-241-0/+12
* Moved status_bar_resizeJames Booth2014-07-181-2/+3
* Tidied xmlconsoleJames Booth2014-04-151-8/+0
* Removed inputwin functions from ui.hJames Booth2014-04-071-0/+1
* Removed statusbar functions from ui.hJames Booth2014-04-071-42/+26
* Removed dirty flag from statusbarJames Booth2014-04-061-42/+53
* Inlined status_bar_update_timeJames Booth2014-04-061-21/+12
* Removed strcpy callsJames Booth2014-04-021-2/+1
* Renamed refresh functions to update_virtualJames Booth2014-04-011-2/+2
* Updated copyrightJames Booth2014-03-091-1/+1
* Use wnoutrefresh, pnoutrefresh and doupdateJames Booth2014-02-021-1/+1
* Bind remaining ui functions in main.cJames Booth2013-12-231-12/+17
* Dynamically load UI functions, fixed testsJames Booth2013-12-221-24/+36
* Show current window in status barJames Booth2013-10-021-0/+25
* Fixed ">" indicator when tidying windowsJames Booth2013-08-301-0/+14
* Refactored status bar indicatorsJames Booth2013-08-301-105/+60
* Handle ">" indicator when more than 10 wins openJames Booth2013-08-291-47/+167
* Refactor updating window statusesJames Booth2013-08-281-30/+18
* Fixed showing active console after login failJames Booth2013-08-281-0/+7
* Changes to status bar for unlimited windows - WIPJames Booth2013-08-281-35/+58
* small refactoring in statusbar.cDmitry Podgorny2013-08-241-5/+11
* removed sizeof(char)Dmitry Podgorny2013-08-031-1/+1
* Use werase() rather than wclear() to avoid screen flashJames Booth2013-04-221-4/+4
* Added config dir to sourceJames Booth2013-02-021-1/+1
* Tidied #include'sJames Booth2013-02-021-1/+1
* Added ui subdir to sourceJames Booth2013-02-021-0/+285
0500 Contextual UI Configuration' href='/akspecs/aerc/commit/widgets/account.go?id=b2fa5a16f52741a6f7f6e5f33561457d702dc31d'>b2fa5a1 ^
648ca98 ^

b76deea ^
24dfc47 ^
b76deea ^
2dc4365 ^

c286d3d ^
589db74 ^
f6216bb ^
589db74 ^


c286d3d ^
b76deea ^
0911cd5 ^
ea0df7b ^
b2fa5a1 ^
2279ac3 ^

2349b7d ^
f6216bb ^
0f8b7a1 ^

24dfc47 ^
1b673b5 ^
f6216bb ^
1b673b5 ^






0911cd5 ^


0911cd5 ^
24dfc47 ^

589db74 ^
0911cd5 ^
24dfc47 ^
0911cd5 ^

a15ea01 ^
2dc4365 ^


a15ea01 ^









17bd2dc ^



475b697 ^







62946ff ^
24dfc47 ^
62946ff ^

607ece8 ^
1228448 ^


648ca98 ^
b76deea ^


648ca98 ^








c286d3d ^
f6216bb ^



589db74 ^

c286d3d ^
2349b7d ^

5de1bb8 ^
2349b7d ^
589db74 ^
cf66462 ^



77c76ba ^
cf66462 ^



626f91c ^
cf66462 ^

99c363b ^


9570f4b ^

cf66462 ^
589db74 ^
cf66462 ^
2349b7d ^

b60999c ^




2705d84 ^



24daef8 ^



753adb9 ^
4478c6a ^


753adb9 ^


363aab5 ^



217e85a ^
f81e4bd ^
217e85a ^

572d9ff ^




753adb9 ^

9841876 ^




363aab5 ^

753adb9 ^

b60999c ^
b389647 ^



1b673b5 ^
4ec7f5d ^







acfe7d7 ^

b389647 ^

1b673b5 ^
b389647 ^

dc4c36a ^
d44bdc9 ^
dc4c36a ^


152f8c9 ^
b2fa5a1 ^
152f8c9 ^

dc4c36a ^
1b673b5 ^
b389647 ^

1b673b5 ^
5090a4c ^

0abafa6 ^
1b673b5 ^
5090a4c ^

b389647 ^
1b673b5 ^
5090a4c ^

312a53e ^
1b673b5 ^
5090a4c ^

2705d84 ^

b389647 ^

589db74 ^
2958579 ^
b389647 ^
b60999c ^
90d26da ^

b2fa5a1 ^
90d26da ^

b2fa5a1 ^
90d26da ^





1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291


               
                
             
             

                                  
 

                                         
                                           
                                         
                                         

                                               

 

                                            
                         
                                     
                     

                                  
                        




                             

 
                                                     
                                                                   




                                                                         
                                                                                    
                                                        
 
                                                                     


                                                     

                                                
                                 
                                                         

                                    
 
                                                            
                       

                                                                      
                                    
                                     
                                     


                                       
                 
         
 
                                                               
                                        

                                                                       
 
                                                     

                                       
                             
                              
                              






                                 


                               
 

                                                              
                                       
 
                   

 
                                      


                               









                                                     



                                                                







                                                 
                                        
                             

 
                                                   


                                   
                                                                         


                                                    








                                                
 



                                                                                

                                            
 

                                                             
                           
                         
                                                           



                                                             
                                                              



                                                  
                                                       

                                             


                                                        

                                                  
                                                         
                                                         
                  

         




                                                       



                                            



                                                  
                                                    


                                


                                   



                                                         
                                                                         
                                                  

                                                             




                                                            

 




                                                                          

                                                          

 
                                                             



                                                  
                                                                             







                                                                                               

                                                    

                                  
                                                                          

                                         
                                                                          
                                                       


                                                                                  
                                           
                                                                           

                                                                
                                  
                                                                      

                                      
                                                                     

                                         
                                
                                                                     

                                         
                                
                                                                     

                                         
                                    
                                                                     

                                         

                                        

                                                   
                                                                  
                                                                 
         
 

                                                                   
                                           

                          
                                                                   





                                                               
package widgets

import (
	"errors"
	"fmt"
	"log"

	"github.com/gdamore/tcell"

	"git.sr.ht/~sircmpwn/aerc/config"
	"git.sr.ht/~sircmpwn/aerc/lib"
	"git.sr.ht/~sircmpwn/aerc/lib/sort"
	"git.sr.ht/~sircmpwn/aerc/lib/ui"
	"git.sr.ht/~sircmpwn/aerc/models"
	"git.sr.ht/~sircmpwn/aerc/worker"
	"git.sr.ht/~sircmpwn/aerc/worker/types"
)

var _ ProvidesMessages = (*AccountView)(nil)

type AccountView struct {
	acct    *config.AccountConfig
	aerc    *Aerc
	conf    *config.AercConfig
	dirlist *DirectoryList
	labels  []string
	grid    *ui.Grid
	host    TabHost
	logger  *log.Logger
	msglist *MessageList
	worker  *types.Worker
}

func (acct *AccountView) UiConfig() config.UIConfig {
	return acct.conf.GetUiConfig(map[config.ContextType]string{
		config.UI_CONTEXT_ACCOUNT: acct.AccountConfig().Name,
		config.UI_CONTEXT_FOLDER:  acct.Directories().Selected(),
	})
}

func NewAccountView(aerc *Aerc, conf *config.AercConfig, acct *config.AccountConfig,
	logger *log.Logger, host TabHost) *AccountView {

	acctUiConf := conf.GetUiConfig(map[config.ContextType]string{
		config.UI_CONTEXT_ACCOUNT: acct.Name,
	})

	grid := ui.NewGrid().Rows([]ui.GridSpec{
		{ui.SIZE_WEIGHT, 1},
	}).Columns([]ui.GridSpec{
		{ui.SIZE_EXACT, acctUiConf.SidebarWidth},
		{ui.SIZE_WEIGHT, 1},
	})

	worker, err := worker.NewWorker(acct.Source, logger)
	if err != nil {
		host.SetStatus(fmt.Sprintf("%s: %s", acct.Name, err)).
			Color(tcell.ColorDefault, tcell.ColorRed)
		return &AccountView{
			acct:   acct,
			aerc:   aerc,
			grid:   grid,
			host:   host,
			logger: logger,
		}
	}

	dirlist := NewDirectoryList(conf, acct, logger, worker)
	if acctUiConf.SidebarWidth > 0 {
		grid.AddChild(ui.NewBordered(dirlist, ui.BORDER_RIGHT))
	}

	msglist := NewMessageList(conf, logger, aerc)
	grid.AddChild(msglist).At(0, 1)

	view := &AccountView{
		acct:    acct,
		aerc:    aerc,
		conf:    conf,
		dirlist: dirlist,
		grid:    grid,
		host:    host,
		logger:  logger,
		msglist: msglist,
		worker:  worker,
	}

	go worker.Backend.Run()

	worker.PostAction(&types.Configure{Config: acct}, nil)
	worker.PostAction(&types.Connect{}, view.connected)
	host.SetStatus("Connecting...")

	return view
}

func (acct *AccountView) Tick() bool {
	if acct.worker == nil {
		return false
	}
	select {
	case msg := <-acct.worker.Messages:
		msg = acct.worker.ProcessMessage(msg)
		acct.onMessage(msg)
		return true
	default:
		return false
	}
}

func (acct *AccountView) AccountConfig() *config.AccountConfig {
	return acct.acct
}

func (acct *AccountView) Worker() *types.Worker {
	return acct.worker
}

func (acct *AccountView) Logger() *log.Logger {
	return acct.logger
}

func (acct *AccountView) Name() string {
	return acct.acct.Name
}

func (acct *AccountView) Children() []ui.Drawable {
	return acct.grid.Children()
}

func (acct *AccountView) OnInvalidate(onInvalidate func(d ui.Drawable)) {
	acct.grid.OnInvalidate(func(_ ui.Drawable) {
		onInvalidate(acct)
	})
}

func (acct *AccountView) Invalidate() {
	acct.grid.Invalidate()
}

func (acct *AccountView) Draw(ctx *ui.Context) {
	acct.grid.Draw(ctx)
}

func (acct *AccountView) MouseEvent(localX int, localY int, event tcell.Event) {
	acct.grid.MouseEvent(localX, localY, event)
}

func (acct *AccountView) Focus(focus bool) {
	// TODO: Unfocus children I guess
}

func (acct *AccountView) connected(msg types.WorkerMessage) {
	switch msg.(type) {
	case *types.Done:
		acct.host.SetStatus("Listing mailboxes...")
		acct.logger.Println("Listing mailboxes...")
		acct.dirlist.UpdateList(func(dirs []string) {
			var dir string
			for _, _dir := range dirs {
				if _dir == acct.acct.Default {
					dir = _dir
					break
				}
			}
			if dir == "" && len(dirs) > 0 {
				dir = dirs[0]
			}
			if dir != "" {
				acct.dirlist.Select(dir)
			}

			acct.msglist.SetInitDone()
			acct.logger.Println("Connected.")
			acct.host.SetStatus("Connected.")
		})
	}
}

func (acct *AccountView) Directories() *DirectoryList {
	return acct.dirlist
}

func (acct *AccountView) Labels() []string {
	return acct.labels
}

func (acct *AccountView) Messages() *MessageList {
	return acct.msglist
}

func (acct *AccountView) Store() *lib.MessageStore {
	if acct.msglist == nil {
		return nil
	}
	return acct.msglist.Store()
}

func (acct *AccountView) SelectedAccount() *AccountView {
	return acct
}

func (acct *AccountView) SelectedMessage() (*models.MessageInfo, error) {
	if len(acct.msglist.Store().Uids()) == 0 {
		return nil, errors.New("no message selected")
	}
	msg := acct.msglist.Selected()
	if msg == nil {
		return nil, errors.New("message not loaded")
	}
	return msg, nil
}

func (acct *AccountView) MarkedMessages() ([]*models.MessageInfo, error) {
	store := acct.Store()
	return msgInfoFromUids(store, store.Marked())
}

func (acct *AccountView) SelectedMessagePart() *PartInfo {
	return nil
}

func (acct *AccountView) onMessage(msg types.WorkerMessage) {
	switch msg := msg.(type) {
	case *types.Done:
		switch msg.InResponseTo().(type) {
		case *types.OpenDirectory:
			if store, ok := acct.dirlist.SelectedMsgStore(); ok {
				// If we've opened this dir before, we can re-render it from
				// memory while we wait for the update and the UI feels
				// snappier. If not, we'll unset the store and show the spinner
				// while we download the UID list.
				acct.msglist.SetStore(store)
			} else {
				acct.msglist.SetStore(nil)
			}
		case *types.CreateDirectory:
			acct.dirlist.UpdateList(nil)
		}
	case *types.DirectoryInfo:
		if store, ok := acct.dirlist.MsgStore(msg.Info.Name); ok {
			store.Update(msg)
		} else {
			store = lib.NewMessageStore(acct.worker, msg.Info,
				acct.getSortCriteria(),
				func(msg *models.MessageInfo) {
					acct.conf.Triggers.ExecNewEmail(acct.acct,
						acct.conf, msg)
				}, func() {
					if acct.UiConfig().NewMessageBell {
						acct.host.Beep()
					}
				})
			acct.dirlist.SetMsgStore(msg.Info.Name, store)
		}
	case *types.DirectoryContents:
		if store, ok := acct.dirlist.SelectedMsgStore(); ok {
			store.Update(msg)
		}
	case *types.FullMessage:
		if store, ok := acct.dirlist.SelectedMsgStore(); ok {
			store.Update(msg)
		}
	case *types.MessageInfo:
		if store, ok := acct.dirlist.SelectedMsgStore(); ok {
			store.Update(msg)
		}
	case *types.MessagesDeleted:
		if store, ok := acct.dirlist.SelectedMsgStore(); ok {
			store.Update(msg)
		}
	case *types.LabelList:
		acct.labels = msg.Labels
	case *types.Error:
		acct.logger.Printf("%v", msg.Error)
		acct.host.SetStatus(fmt.Sprintf("%v", msg.Error)).
			Color(tcell.ColorDefault, tcell.ColorRed)
	}
}

func (acct *AccountView) getSortCriteria() []*types.SortCriterion {
	if len(acct.UiConfig().Sort) == 0 {
		return nil
	}
	criteria, err := sort.GetSortCriteria(acct.UiConfig().Sort)
	if err != nil {
		acct.aerc.PushError(" ui.sort: " + err.Error())
		return nil
	}
	return criteria
}