X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Ftechdoc%2Fviews.txt;h=3e9a1a0a9b1c7b0f6a33ad73dc32345a6a08b8d8;hb=ca0714f168ab7cb7af8177e10941aa5c1fa3b09f;hp=f5b7788dd213ebe56a12c62cb4dda602c3d78473;hpb=15036e4105019af481eab5a053d54df4033d8d1d;p=citadel.git diff --git a/citadel/techdoc/views.txt b/citadel/techdoc/views.txt index f5b7788dd..3e9a1a0a9 100644 --- a/citadel/techdoc/views.txt +++ b/citadel/techdoc/views.txt @@ -6,7 +6,7 @@ in a Citadel client. And we don't enforce things either. But there's a need to make things look the way the user wants to see them. For example, we might always choose to see a room full of private mail as a summary (one line per message) rather than always dumping out the entire contents like we do on a -typical BBS room. An address book room might look better as a tabbed view +typical message room. An address book room might look better as a tabbed view or something, rather than as a bunch of messages with vCards attached to them. This is why we define "views" for a room. It gives the client software a @@ -18,7 +18,7 @@ is in the room record as room.QRdefaultview (and is also an integer). The values currently defined are: -#define VIEW_BBS 0 /* Traditional Citadel BBS view */ +#define VIEW_BBS 0 /* Bulletin board view */ #define VIEW_MAILBOX 1 /* Mailbox summary */ #define VIEW_ADDRESSBOOK 2 /* Address book view */ #define VIEW_CALENDAR 3 /* Calendar view */